public interface FlatTableBean extends TableBean<TableData>
TableDataProvider.Displayed<T extends TableData>, TableDataProvider.Empty<T extends TableData>, TableDataProvider.Specific<T extends TableData>, TableDataProvider.Visible<T extends TableData>EMPTY| Modifier and Type | Method and Description |
|---|---|
void |
addTableData(java.util.List<java.util.Map<java.lang.Object,java.lang.Object>> mapList)
Adds
TableData instances specified by the mapList. |
void |
addTableData(java.lang.String[] objectId)
Adds
TableData instances specified by the object IDs. |
void |
addTableData(java.lang.String[] relationshipId,
java.lang.String[] objectId)
Adds
TableData instances specified by the relationship and object
IDs. |
TableData |
addTableData(java.lang.String relationshipId,
java.lang.String objectId)
Adds
TableData instances specified by the relationship and object
ID. |
void |
clearTableData()
Removes all
TableData instances. |
void |
setTableData(java.util.List<java.util.Map<java.lang.Object,java.lang.Object>> mapList)
|
void |
setTableData(java.lang.String[] objectId)
|
void |
setTableData(java.lang.String[] relationshipId,
java.lang.String[] objectId)
|
accept, addTableClonedListener, addTableContentListener, addTableGroupedListener, addTableListener, addTableNavigateListener, addVisibleTableDataFilter, clearVisibleTableDataFilter, clone, getCalculations, getCellAt, getColumnAt, getColumnByName, getColumnCount, getColumnIndex, getColumnList, getColumns, getDisplayedTableData, getDisplayedTableDataCount, getEvaluationRequiredTableData, getEvaluationRequiredTableDataCount, getFilteredTableData, getFilteredTableDataCount, getHasParent, getHeader, getNavigationHandler, getNavigationHandler, getParent, getSelectedTableData, getSelectedTableDataCount, getSubHeader, getTableClonedListeners, getTableData, getTableData, getTableData, getTableDataAt, getTableDataCount, getTableDataWithId, getTableGroupedListeners, getTableListeners, getTableNavigateListeners, getVisibleColumnAt, getVisibleColumnByName, getVisibleColumnCount, getVisibleColumns, getVisibleTableData, getVisibleTableDataCount, getVisibleTableDataFilters, getVisibleTableDataFilters, hasCellAt, hasTableData, hasVisibleTableDataFilter, invalidate, isHeaderHTML, isNavigateSupported, isOnlyEvaluateVisibleColumns, isSubHeaderHTML, isValid, isVisible, isVisibleColumn, navigate, navigate, reload, removeParent, removeTableClonedListener, removeTableContentListener, removeTableData, removeTableData, removeTableData, removeTableGroupedListener, removeTableListener, removeTableNavigateListener, removeVisibleTableDataFilter, removeVisibleTableDataFilters, setHeader, setHeader, setOnlyEvaluateVisibleColumns, setParent, setSubHeader, setSubHeader, validategetChoosableViews, getView, getViewFactory, isTableChangeable, isViewChangeable, isVisualsChangeable, setChoosableViews, setView, setView, setViewFactorygetMenuBar, setMenuBargetContextMenu, setContextMenuisInquirySupported, loadFromInquiry, loadFromInquirygetEnv, getEnv, setEnvgetAttribute, getAttributeNames, removeAttribute, setAttributegetPageConfig, setPageConfigvoid clearTableData()
TableData instances.void addTableData(java.util.List<java.util.Map<java.lang.Object,java.lang.Object>> mapList)
TableData instances specified by the mapList.mapList - a java.util.List containing instances of
java.util.Map, where each map represents a
TableData instance.void addTableData(java.lang.String[] objectId)
TableData instances specified by the object IDs.objectId - an array containing object IDs.void addTableData(java.lang.String[] relationshipId,
java.lang.String[] objectId)
TableData instances specified by the relationship and object
IDs.relationshipId - an array containing relationship IDs. Note that
this array must have the same length as the objectId
parameter.objectId - an array containing object IDs. Note that this array must
have the same length as the relationshipId parameter.TableData addTableData(java.lang.String relationshipId, java.lang.String objectId)
TableData instances specified by the relationship and object
ID.relationshipId - a relationship ID.objectId - an object IDsdata instance.void setTableData(java.util.List<java.util.Map<java.lang.Object,java.lang.Object>> mapList)
TableData instances specified by the mapList,
discarding all previously added TableData instances.mapList - a java.util.List containing instances of
java.util.Map, where each map represents a
TableData instance.void setTableData(java.lang.String[] objectId)
TableData instances specified by the object IDs, discarding
all previously added TableData instances.objectId - an array containing object IDs.void setTableData(java.lang.String[] relationshipId,
java.lang.String[] objectId)
TableData instances specified by the relationship and object
IDs, discarding all previously added TableData instances.relationshipId - an array containing relationship IDs. Note that
this array must have the same length as the objectId
parameterobjectId - an array containing object IDs. Note that this array must
have the same length as the relationshipId parameter.Copyright ? Technia AB. All Rights Reserved.