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()
Reads the value from
AbstractComponentProperty.component. |
protected void |
setPropertyValueToComponent(Object value)
Sets the value to
AbstractComponentProperty.component. |
dispose, getValue, setValueaddChangeListener, getChangeListeners, isInhibited, isNotifyingListeners, maybeNotifyListeners, removeChangeListener, setInhibitedpublic JFormattedTextFieldValueProperty(JFormattedTextField component)
protected Object getPropertyValueFromComponent()
AbstractComponentPropertyAbstractComponentProperty.component.
Note that whenever this method is called, AbstractComponentProperty.component is not null.
getPropertyValueFromComponent in class AbstractComponentProperty<JFormattedTextField,Object>AbstractComponentProperty.getPropertyValueFromComponent()protected void setPropertyValueToComponent(Object value)
AbstractComponentPropertyAbstractComponentProperty.component.
Note that whenever this method is called, AbstractComponentProperty.component is not null.
setPropertyValueToComponent in class AbstractComponentProperty<JFormattedTextField,Object>value - Component value.AbstractComponentProperty.setPropertyValueToComponent(Object)Copyright © 2017. All rights reserved.