IRadioButton

Radio button interface. Can be used to implement radio button style behavior on almost any component that implements this interface.

Members

Functions

latchOff
void latchOff()

If the radio button is pressed, then it sets to unpressed. Does nothing otherwise.

latchOn
void latchOn()

Sets the radio button into its pressed state.

setGroup
void setGroup(IRadioButtonGroup group)

Sets the group of the radio button.

state
void state()

Returns the current state of the radio button. True: Pressed. False: Unpressed.

Meta