Uses of Class
com.evolveum.midpoint.web.page.admin.users.dto.TreeStateSet
Packages that use TreeStateSet
Package
Description
-
Uses of TreeStateSet in com.evolveum.midpoint.web.page.admin.orgs
Methods in com.evolveum.midpoint.web.page.admin.orgs with parameters of type TreeStateSetModifier and TypeMethodDescriptionvoid
OrgTreePanel.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> items, OrgTreeStateStorage storage) void
OrgTreePanel.setExpandedItems
(TreeStateSet items, OrgTreeStateStorage storage) -
Uses of TreeStateSet in com.evolveum.midpoint.web.page.admin.users.dto
Methods in com.evolveum.midpoint.web.page.admin.users.dto that return TreeStateSet -
Uses of TreeStateSet in com.evolveum.midpoint.web.session
Methods in com.evolveum.midpoint.web.session that return TreeStateSetMethods in com.evolveum.midpoint.web.session with parameters of type TreeStateSetModifier and TypeMethodDescriptionvoid
OrgStructurePanelStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItem) void
OrgTabPanelStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItems) void
OrgTreeStateStorage.setCollapsedItems
(TreeStateSet<TreeSelectableBean<OrgType>> collapsedItems) void
OrgStructurePanelStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems) void
OrgTabPanelStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems) void
OrgTreeStateStorage.setExpandedItems
(TreeStateSet<TreeSelectableBean<OrgType>> expandedItems)