Example usage for Java com.vaadin.ui TreeGrid fields, constructors, methods, implement or subclass
The text is from its open source code.
TreeGrid(Class Creates a new TreeGrid that uses reflection based on the provided bean type to automatically set up an initial set of columns. | |
TreeGrid(HierarchicalDataProvider Creates a new TreeGrid using the given HierarchicalDataProvider , without support for creating columns based on property names. | |
TreeGrid(HierarchicalDataCommunicator Creates a new TreeGrid with the given data communicator and without support for creating columns based on property names. | |
TreeGrid() Creates a new TreeGrid without support for creating columns based on property names. |
Registration | addCollapseListener(CollapseListener Adds a CollapseListener to this TreeGrid. |
Registration | addExpandListener(ExpandListener Adds an ExpandListener to this TreeGrid. |
void | expand(T... items) Expands the given items. |
void | expand(Collection Expands the given items. |
void | setItemCollapseAllowedProvider(ItemCollapseAllowedProvider Sets the item collapse allowed provider for this TreeGrid. |