public interface GridAxisData
| Modifier and Type | Method and Description |
|---|---|
AbstractTableBean<? extends TableData> |
getData()
Returns the table data.
|
AbstractTableBean<? extends TableData> |
getData(boolean clone)
Returns the table data.
|
int |
getDataCount()
Returns the datacount.
|
ResolvedLabel |
getLabelFor(TableData d) |
GridBrowserModel |
getModel()
Returns the
GridBrowserModel for which this data applies to. |
java.lang.String[] |
getObjectIds()
Returns the object id's of the loaded objects.
|
ResolvedToolTip |
getToolTipFor(TableData data)
Returns the resolved tooltip for a specific table data instance.
|
java.util.Iterator<? extends TableData> |
getVisibleTableData()
Returns the
data held by
this instance. |
void |
invalidate()
Invalidates this instance.
|
boolean |
isDisabledRow(TableData data) |
boolean |
isValid()
Returns true if this instance is valid or not
|
void |
loadAxisData(GridBrowser grid)
Loads the data.
|
void |
setData(AbstractTableBean<? extends TableData> atb)
Sets the table-data
|
void |
validate(Environment env)
Validates this instance
|
AbstractTableBean<? extends TableData> getData()
AbstractTableBean<? extends TableData> getData(boolean clone)
clone - True if to clone the TableBeanvoid setData(AbstractTableBean<? extends TableData> atb) throws TVCException
TVCExceptionGridBrowserModel getModel()
GridBrowserModel for which this data applies to.java.util.Iterator<? extends TableData> getVisibleTableData()
data held by
this instance.java.lang.String[] getObjectIds()
int getDataCount()
void loadAxisData(GridBrowser grid) throws TVCException
grid.TVCExceptionvoid validate(Environment env) throws TVCException
env - TVCExceptionvoid invalidate()
boolean isValid()
ResolvedToolTip getToolTipFor(TableData data)
ResolvedLabel getLabelFor(TableData d)
boolean isDisabledRow(TableData data)
Copyright ? Technia AB. All Rights Reserved.