public class WritableValueImpl<T> extends WritableValueBase<T> implements WritableValue<T>
adjusters, listeners, vetos| Constructor and Description |
|---|
WritableValueImpl(String name,
PropertyType type,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected ObservableValue<T> |
createReadOnly() |
boolean |
isWritable() |
ObservableValue<T> |
readOnly() |
String |
toString() |
bind, bindConvert, get, set, setAndBindConvert, unbindadjusters, listeners, name, type, userObjects, vetosclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitset, setAndBind, setAndBindConvertbind, bindConvert, get, unbindname, type, userObjects, vetoslistenerspublic WritableValueImpl(String name, PropertyType type, T value)
public boolean isWritable()
isWritable in interface PropertyisWritable in class WritableValueBase<T>public ObservableValue<T> readOnly()
readOnly in interface ObservableValue<T>readOnly in interface PropertyreadOnly in class WritableValueBase<T>protected ObservableValue<T> createReadOnly()
createReadOnly in class WritableValueBase<T>public String toString()
toString in class WritableValueBase<T>Copyright © 2021 vpc open source initiative. All rights reserved.