public abstract class PropertyDelegate extends Object implements Property
| Modifier and Type | Field and Description |
|---|---|
protected Property |
base |
protected DefaultPropertyListeners |
listeners |
protected Property |
parentProperty |
| Constructor and Description |
|---|
PropertyDelegate(Property base) |
| Modifier and Type | Method and Description |
|---|---|
PropertyListeners |
events() |
protected Property |
getBase() |
boolean |
isWritable() |
String |
propertyName() |
PropertyType |
propertyType() |
UserObjects |
userObjects() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetChildProperty, onChange, onChange, onChangeAndInit, onChangeAndInit, onPropagatedChange, onPropagatedChange, onPropagatedChangeAndInit, onPropagatedChangeAndInit, readOnly, with, withprotected DefaultPropertyListeners listeners
protected Property base
protected Property parentProperty
public PropertyDelegate(Property base)
protected Property getBase()
public PropertyType propertyType()
propertyType in interface Propertypublic boolean isWritable()
isWritable in interface Propertypublic String propertyName()
propertyName in interface Propertypublic PropertyListeners events()
public UserObjects userObjects()
userObjects in interface PropertyCopyright © 2022 vpc open source initiative. All rights reserved.