public class RadioSetGadget extends AbstractGadget
Modifier and Type | Field and Description |
---|---|
Size1024 |
radioButtonBorder1024
Defines the border size of the radio buttons inside this gadget.
|
List<RadioButton> |
radioButtons
Contains a list of radio buttons that indicate the possible choices in this RadioSet.
|
String |
radioCheckedArt
Defines the image used to indicate a radio button is checked.
|
String |
radioHighlightArt
Defines the image used to indicate a radio button is hovered with the mouse.
|
Size1024 |
radioSetButtonSize1024
Defines the size of the individual radio buttons inside this gadget, along with their respective label.
|
int |
radioSetDefaultButtonIndex
Defines the default selected option in this RadioSet.
|
boolean |
radioSetHorizontalLayout
Sets whether or not this radio button should layout its buttons in a horizontal or vertical fashion.
|
String |
radiosettitle
Deprecated.
|
boolean |
radiosettitleleft
Deprecated.
|
String |
radioUncheckedArt
Defines the image used to indicate a radio button is unchecked.
|
background, backgroundAlpha, backgroundColor, bevel, closeButton, closeButtonUseAlpha, hidden, innerText, mouseOverText, moveable, name, size1024, sizerel1024, sunkenBevel, textFont, textFontSize, tileBackground, tileBackgroundHorizontally, tileBackgroundVertically, titlebar, tooltipText, transparent, windowZStyle, z
Constructor and Description |
---|
RadioSetGadget(Size1024 radioSetButtonSize1024,
Size1024 radioButtonBorder1024)
Creates a new RadioSet Gadget with some default properties.
|
RadioSetGadget(Size1024 radioSetButtonSize1024,
Size1024 radioButtonBorder1024,
int radioSetDefaultButtonIndex,
String radioCheckedArt,
String radioUncheckedArt,
String radioHighlightArt,
boolean radioSetHorizontalLayout)
Creates a new RadioSet Gadget with the given properties.
|
Modifier and Type | Method and Description |
---|---|
void |
addRadioButton(RadioButton button) |
public Size1024 radioSetButtonSize1024
public Size1024 radioButtonBorder1024
public int radioSetDefaultButtonIndex
public String radioCheckedArt
public String radioUncheckedArt
public String radioHighlightArt
public boolean radioSetHorizontalLayout
public List<RadioButton> radioButtons
public String radiosettitle
public boolean radiosettitleleft
public RadioSetGadget(Size1024 radioSetButtonSize1024, Size1024 radioButtonBorder1024, int radioSetDefaultButtonIndex, String radioCheckedArt, String radioUncheckedArt, String radioHighlightArt, boolean radioSetHorizontalLayout)
public void addRadioButton(RadioButton button)