Uses of Interface
org.vaadin.firitin.components.TreeTable.TreeTableModel
Packages that use TreeTable.TreeTableModel
-
Uses of TreeTable.TreeTableModel in org.vaadin.firitin.components
Methods in org.vaadin.firitin.components with parameters of type TreeTable.TreeTableModelModifier and TypeMethodDescriptionvoid
TreeTable.setTreeTableModel
(TreeTable.TreeTableModel model) Sets the tree table model (a combination ofTreeTable.OpenModel
,TreeTable.LeafModel
andTreeTable.LevelModel
.