Uses of Interface
io.guise.framework.model.TreeModel
-
Packages that use TreeModel Package Description io.guise.framework.component io.guise.framework.model io.guise.framework.platform.web -
-
Uses of TreeModel in io.guise.framework.component
Classes in io.guise.framework.component that implement TreeModel Modifier and Type Class Description classTreeControlA tree control.Methods in io.guise.framework.component that return TreeModel Modifier and Type Method Description protected TreeModelTreeControl. getTreeModel()Methods in io.guise.framework.component with parameters of type TreeModel Modifier and Type Method Description <N extends V>
ComponentTreeControl.DefaultValueRepresentationStrategy. createComponent(TreeControl treeControl, TreeModel model, TreeNodeModel<N> treeNode, boolean editable, boolean selected, boolean focused)Creates a component to represent the given tree node.<N extends InfoModel>
LabelTreeControl.InfoModelTreeNodeRepresentationStrategy. createComponent(TreeControl treeControl, TreeModel model, TreeNodeModel<N> treeNode, boolean editable, boolean selected, boolean focused)<N extends TextModel>
TextBoxTreeControl.TextModelTreeNodeRepresentationStrategy. createComponent(TreeControl treeControl, TreeModel model, TreeNodeModel<N> treeNode, boolean editable, boolean selected, boolean focused)<N extends V>
ComponentTreeControl.TreeNodeRepresentationStrategy. createComponent(TreeControl treeControl, TreeModel model, TreeNodeModel<N> treeNode, boolean editable, boolean selected, boolean focused)Creates a component to represent the given tree node.Constructors in io.guise.framework.component with parameters of type TreeModel Constructor Description TreeControl(TreeModel treeModel)Tree model constructor. -
Uses of TreeModel in io.guise.framework.model
Classes in io.guise.framework.model that implement TreeModel Modifier and Type Class Description classDefaultTreeModelA default implementation of a tree model. -
Uses of TreeModel in io.guise.framework.platform.web
Methods in io.guise.framework.platform.web with parameters of type TreeModel Modifier and Type Method Description protected <T> java.util.Set<java.lang.String>WebTreeControlDepictor. getTreeNodeStyleIDs(TreeModel treeModel, TreeNodeModel<T> treeNode, java.lang.String prefix, java.lang.String suffix)Retrieves the style IDs for a tree node.protected <T> voidWebTreeControlDepictor. updateTreeNodeChildViews(TreeModel treeModel, TreeNodeModel<T> treeNode)Updates the views of a tree node's children, if any.protected <T> voidWebTreeControlDepictor. updateTreeNodeView(TreeModel treeModel, TreeNodeModel<T> treeNode)Updates the view of a tree node.
-