Class PropertyHelper<E>
Inheritance
PropertyHelper<E>
Namespace:
Assembly: .dll
Syntax
public abstract class PropertyHelper<E>
Type Parameters
Constructors
PropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
Declaration
public PropertyHelper(propertyHelpers.IPropertyHolder propertyHolder, int propertyId)
Parameters
Fields
propertyHolder
Declaration
protected final propertyHelpers.IPropertyHolder propertyHolder
Field Value
Methods
attach(E item)
Declaration
protected abstract void attach(E item)
Parameters
| Type |
Name |
Description |
| E |
item |
|
detach(E item)
Declaration
protected abstract void detach(E item)
Parameters
| Type |
Name |
Description |
| E |
item |
|
invalidatePropertyHolder()
Declaration
protected void invalidatePropertyHolder()
onPropertyChanged(E oldValue, E newValue)
Declaration
public final void onPropertyChanged(E oldValue, E newValue)
Parameters
| Type |
Name |
Description |
| E |
oldValue |
|
| E |
newValue |
|