Package | feathers.core |
Interface | public interface IToggle extends IFeathersControl |
Implementors | Button |
Property | Defined By | ||
---|---|---|---|
![]() | isEnabled : Boolean
Indicates whether the control is interactive or not. | IFeathersControl | |
![]() | isInitialized : Boolean [read-only]
Determines if the component has been initialized yet. | IFeathersControl | |
isSelected : Boolean
Indicates if the IToggle is selected or not. | IToggle | ||
![]() | maxHeight : Number
The maximum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | maxWidth : Number
The maximum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minHeight : Number
The minimum recommended height to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | minWidth : Number
The minimum recommended width to be used for self-measurement and,
optionally, by any code that is resizing this component. | IFeathersControl | |
![]() | nameList : TokenList [read-only]
Contains a list of all "names" assigned to this control. | IFeathersControl |
Event | Summary | Defined By | ||
---|---|---|---|---|
Dispatched when the selection changes. | IToggle |
isSelected | property |
isSelected:Boolean
Indicates if the IToggle is selected or not.
public function get isSelected():Boolean
public function set isSelected(value:Boolean):void
change | Event |
starling.events.Event
starling.events.Event.CHANGE
Dispatched when the selection changes.
An event type to be utilized in custom events. Not used by Starling right now.