|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AbstractTree | |
---|---|
com.evolveum.midpoint.web.component.orgStruct |
Uses of AbstractTree in com.evolveum.midpoint.web.component.orgStruct |
---|
Subclasses of AbstractTree in com.evolveum.midpoint.web.component.orgStruct | |
---|---|
class |
NestedTree<T>
A tree with nested markup. |
Methods in com.evolveum.midpoint.web.component.orgStruct that return AbstractTree | |
---|---|
protected AbstractTree<NodeDto> |
OrgStructPanel.createTree(OrgStructProvider provider,
org.apache.wicket.model.IModel<Set<NodeDto>> state)
|
AbstractTree<T> |
AbstractTree.setItemReuseStrategy(org.apache.wicket.markup.repeater.IItemReuseStrategy strategy)
Sets the item reuse strategy. |
AbstractTree<T> |
AbstractTree.setModel(org.apache.wicket.model.IModel<Set<T>> state)
|
AbstractTree<T> |
AbstractTree.setModelObject(Set<T> state)
|
Methods in com.evolveum.midpoint.web.component.orgStruct with parameters of type AbstractTree | |
---|---|
org.apache.wicket.Component |
BookmarkableFolderContent.newContentComponent(String id,
AbstractTree<NodeDto> tree,
org.apache.wicket.model.IModel<NodeDto> model)
|
abstract org.apache.wicket.Component |
Content.newContentComponent(String id,
AbstractTree<NodeDto> tree,
org.apache.wicket.model.IModel<NodeDto> model)
|
org.apache.wicket.Component |
BookmarkableFolderContent.newNodeComponent(String id,
AbstractTree<NodeDto> tree,
org.apache.wicket.model.IModel<NodeDto> model)
|
abstract org.apache.wicket.Component |
Content.newNodeComponent(String id,
AbstractTree<NodeDto> tree,
org.apache.wicket.model.IModel<NodeDto> model)
|
Constructors in com.evolveum.midpoint.web.component.orgStruct with parameters of type AbstractTree | |
---|---|
TreeNode(String id,
AbstractTree<T> tree,
org.apache.wicket.model.IModel<T> model)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |