Class GridHolder
Object
GridHolder
- All Implemented Interfaces:
TableHolder,TableHolder,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCellAlignment(Object propId) getColumnHeader(Object propertyId) ContainergetFormattedPropertyValue(Object rowId, Object colId, Property property) PropertygetPropertyForGeneratedColumn(Object propId, Object rootItemId) Class<?> UIgetUI()booleanisColumnCollapsed(Object propertyId) booleanbooleanisGeneratedColumn(Object propId) booleanvoidsetHierarchical(boolean hierarchical) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface TableHolder
getChildren, getItemIds, getPropertyType, getPropertyValue, getRootItemIds
-
Constructor Details
-
GridHolder
public GridHolder(Grid grid)
-
-
Method Details
-
getPropIds
- Specified by:
getPropIdsin interfaceTableHolder
-
isHierarchical
public boolean isHierarchical()- Specified by:
isHierarchicalin interfaceTableHolder
-
setHierarchical
public void setHierarchical(boolean hierarchical) - Specified by:
setHierarchicalin interfaceTableHolder
-
getCellAlignment
- Specified by:
getCellAlignmentin interfaceTableHolder
-
isGeneratedColumn
- Specified by:
isGeneratedColumnin interfaceTableHolder- Throws:
IllegalArgumentException
-
getPropertyTypeForGeneratedColumn
- Specified by:
getPropertyTypeForGeneratedColumnin interfaceTableHolder- Throws:
IllegalArgumentException
-
getPropertyForGeneratedColumn
public Property getPropertyForGeneratedColumn(Object propId, Object rootItemId) throws IllegalArgumentException - Specified by:
getPropertyForGeneratedColumnin interfaceTableHolder- Throws:
IllegalArgumentException
-
isColumnCollapsed
- Specified by:
isColumnCollapsedin interfaceTableHolder
-
getUI
public UI getUI()- Specified by:
getUIin interfaceTableHolder
-
getColumnHeader
- Specified by:
getColumnHeaderin interfaceTableHolder
-
getContainerDataSource
public Container getContainerDataSource()- Specified by:
getContainerDataSourcein interfaceTableHolder
-
isExportableFormattedProperty
public boolean isExportableFormattedProperty()- Specified by:
isExportableFormattedPropertyin interfaceTableHolder
-
getFormattedPropertyValue
- Specified by:
getFormattedPropertyValuein interfaceTableHolder
-