public static class IGridProvider.GridProviderContext
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.Integer> |
ColumnCount |
IProperty<java.lang.Integer> |
RowCount |
Constructor and Description |
---|
GridProviderContext(IInitContext init,
IGridProvider gridProvider) |
public final IProperty<java.lang.Integer> ColumnCount
public final IProperty<java.lang.Integer> RowCount
public GridProviderContext(IInitContext init, IGridProvider gridProvider)