public interface GridAxes
| Modifier and Type | Method and Description |
|---|---|
ColumnAxisData |
getColumnData()
Returns the data for the Y-axis, e.g.
|
int |
getColumnDataCount()
Returns the number of items within the column axis, or -1 if none has
been loaded.
|
GridBrowserModel |
getModel()
Returns the
GridBrowserModel for which this data applies to. |
RowAxisData |
getRowData()
Returns the data for the Y-axis, e.g.
|
int |
getRowDataCount()
Returns the number of items within the row axis, or -1 if none has been
loaded.
|
void |
invalidate()
This method can be used to invalidate the data and force a revalidation
by calling
validate(Environment). |
boolean |
isValid()
This method returns true if the data is valid.
|
void |
loadData(GridBrowser grid)
Loads the data into the axis
|
void |
validate(Environment env)
This method should be called to validate the axes data when the isValid()
returns false.
|
GridBrowserModel getModel()
GridBrowserModel for which this data applies to.RowAxisData getRowData()
GridAxisData instance.ColumnAxisData getColumnData()
GridAxisData instance.void loadData(GridBrowser grid) throws TVCException
TVCExceptionvoid validate(Environment env) throws TVCException
TVCExceptionboolean isValid()
throws TVCException
TVCExceptionvoid invalidate()
validate(Environment).int getColumnDataCount()
int getRowDataCount()
Copyright ? Technia AB. All Rights Reserved.