public static class IGridItemProvider.GridItemProviderContext
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> |
Column |
IProperty<java.lang.Integer> |
ColumnSpan |
IProperty<IUIAElement> |
ContainingGrid |
IProperty<java.lang.Integer> |
Row |
IProperty<java.lang.Integer> |
RowSpan |
Constructor and Description |
---|
GridItemProviderContext(IInitContext init,
IGridItemProvider gridItemProvider) |
public final IProperty<java.lang.Integer> Column
public final IProperty<java.lang.Integer> ColumnSpan
public final IProperty<java.lang.Integer> Row
public final IProperty<java.lang.Integer> RowSpan
public final IProperty<IUIAElement> ContainingGrid
public GridItemProviderContext(IInitContext init, IGridItemProvider gridItemProvider)