public class JFormattedTextFieldValueProperty extends AbstractComponentProperty<JFormattedTextField,Object>
JFormattedTextField.
It is possible to control the value of the component by setting the value of this property or by calling the
JFormattedTextField.setValue(Object) method of that component.component| Constructor and Description |
|---|
JFormattedTextFieldValueProperty(JFormattedTextField component) |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
getPropertyValueFromComponent() |
protected void |
setPropertyValueToComponent(Object value) |
dispose, getValue, setValueaddValueChangeListener, getValueChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeValueChangeListener, setInhibitedpublic JFormattedTextFieldValueProperty(JFormattedTextField component)
protected Object getPropertyValueFromComponent()
getPropertyValueFromComponent in class AbstractComponentProperty<JFormattedTextField,Object>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(Object value)
setPropertyValueToComponent in class AbstractComponentProperty<JFormattedTextField,Object>AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2015. All Rights Reserved.