public class JFormattedTextFieldValueProperty extends AbstractReadableProperty<Object> implements WritableProperty<Object>, com.google.code.validationframework.api.common.Disposable
| Constructor and Description |
|---|
JFormattedTextFieldValueProperty(JFormattedTextField formattedTextField) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
Object |
getValue()
Gets the value of the property.
|
void |
setValue(Object value)
Sets the value of the property.
|
addChangeListener, notifyListeners, removeChangeListenerpublic JFormattedTextFieldValueProperty(JFormattedTextField formattedTextField)
public void dispose()
dispose in interface com.google.code.validationframework.api.common.DisposableDisposable.dispose()public Object getValue()
ReadablePropertyWritableProperty that is bound to it.getValue in interface ReadableProperty<Object>ReadableProperty.getValue()public void setValue(Object value)
WritablePropertyReadableProperty that is bound to it.setValue in interface WritableProperty<Object>value - Property value.WritableProperty.setValue(Object)Copyright © 2013. All Rights Reserved.