public class JToggleButtonSelectedProperty extends AbstractComponentProperty<JToggleButton,Boolean>
JToggleButton.
This includes toggle buttons, radio buttons and checkboxes.
It is possible to control the selected state of the component by setting the value of this property or by calling the
AbstractButton.setSelected(boolean) method of that component.
Finally note that null values are not supported by this property.component| Constructor and Description |
|---|
JToggleButtonSelectedProperty(JToggleButton component) |
| Modifier and Type | Method and Description |
|---|---|
protected Boolean |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(Boolean value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JToggleButtonSelectedProperty(JToggleButton component)
protected Boolean getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<JToggleButton,Boolean>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(Boolean value)
setPropertyValueToComponent in class AbstractComponentProperty<JToggleButton,Boolean>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2014. All Rights Reserved.