public abstract class DelegateProperty<T> extends Object implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Property |
base |
protected PropertyListenersImpl |
listeners |
protected PropertyVetosImpl |
vetos |
| Constructor and Description |
|---|
DelegateProperty(Property base) |
| Modifier and Type | Method and Description |
|---|---|
protected Property |
getBase() |
boolean |
isWritable() |
PropertyListeners |
listeners() |
String |
name() |
PropertyType |
type() |
UserObjects |
userObjects() |
PropertyVetos |
vetos() |
protected PropertyListenersImpl listeners
protected PropertyVetosImpl vetos
protected Property base
public DelegateProperty(Property base)
protected Property getBase()
public PropertyType type()
public boolean isWritable()
isWritable in interface Propertypublic PropertyListeners listeners()
listeners in interface WithListenerspublic PropertyVetos vetos()
public UserObjects userObjects()
userObjects in interface PropertyCopyright © 2021 vpc open source initiative. All rights reserved.