public static class IValueProvider.ValueProviderContext
extends java.lang.Object
The context object encapsulates the functionality to fire property changes and events.
| Modifier and Type | Field and Description |
|---|---|
IProperty<java.lang.Boolean> |
IsReadonly |
IProperty<java.lang.String> |
Value |
| Constructor and Description |
|---|
ValueProviderContext(IInitContext init,
IValueProvider provider) |
public final IProperty<java.lang.Boolean> IsReadonly
public final IProperty<java.lang.String> Value
public ValueProviderContext(IInitContext init, IValueProvider provider)