public class GuiObjectRadioButton extends GuiObject
| Constructor and Description |
|---|
GuiObjectRadioButton(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
javafx.beans.property.ListProperty<?> list,
ISerializable serial) |
| Modifier and Type | Method and Description |
|---|---|
void |
bindProperty(javafx.beans.property.Property property) |
java.lang.Object |
getCurrentValue() |
java.lang.Object |
getGuiNode() |
java.lang.String |
getValue() |
void |
initializeRadioButtons() |
void |
setToggle(java.lang.String newToggle) |
getObjectName, getResourceBundlepublic GuiObjectRadioButton(java.lang.String name,
java.lang.String resourceBundle,
javafx.event.EventHandler<javafx.event.ActionEvent> event,
javafx.beans.property.Property<?> property,
javafx.beans.property.ListProperty<?> list,
ISerializable serial)
public void bindProperty(javafx.beans.property.Property property)
public void initializeRadioButtons()
public java.lang.String getValue()
public void setToggle(java.lang.String newToggle)
public java.lang.Object getCurrentValue()
getCurrentValue in class GuiObjectpublic java.lang.Object getGuiNode()
getGuiNode in class GuiObject