Uses of Interface
org.primefaces.model.mindmap.MindmapNode
Packages that use MindmapNode
-
Uses of MindmapNode in org.primefaces.component.mindmap
Methods in org.primefaces.component.mindmap that return MindmapNodeModifier and TypeMethodDescriptionprotected MindmapNodeMindmap.findNode(MindmapNode searchRoot, String rowKey) Mindmap.getSelectedNode()MindmapBase.getValue()Methods in org.primefaces.component.mindmap with parameters of type MindmapNodeModifier and TypeMethodDescriptionprotected voidMindmapRenderer.encodeNode(javax.faces.context.FacesContext context, Mindmap map, MindmapNode node, String nodeKey) protected voidMindmapRenderer.encodeNodeConfig(javax.faces.context.FacesContext context, Mindmap map, MindmapNode node, String nodeKey) protected MindmapNodeMindmap.findNode(MindmapNode searchRoot, String rowKey) voidMindmapBase.setValue(MindmapNode value) -
Uses of MindmapNode in org.primefaces.model.mindmap
Classes in org.primefaces.model.mindmap that implement MindmapNodeMethods in org.primefaces.model.mindmap that return MindmapNodeMethods in org.primefaces.model.mindmap that return types with arguments of type MindmapNodeMethods in org.primefaces.model.mindmap with parameters of type MindmapNodeModifier and TypeMethodDescriptionvoidDefaultMindmapNode.addNode(MindmapNode node) voidMindmapNode.addNode(MindmapNode node) voidDefaultMindmapNode.setParent(MindmapNode parent) voidMindmapNode.setParent(MindmapNode node) Method parameters in org.primefaces.model.mindmap with type arguments of type MindmapNodeModifier and TypeMethodDescriptionvoidDefaultMindmapNode.setChildren(List<MindmapNode> children)