|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.tree.GenericTreeModel
org.olat.ldap.ui.IdentitySelectionTreeModel
public class IdentitySelectionTreeModel
Initial Date: 11.11.2008
| Constructor Summary | |
|---|---|
IdentitySelectionTreeModel(java.util.List<Identity> identities,
java.lang.String usageIdentifyer,
java.util.Locale locale)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
accept(INode node)
|
java.util.List<Identity> |
getIdentities(java.util.Set<java.lang.String> selected)
Get all identities from the set of tree nodes identifyers |
| Methods inherited from class org.olat.core.gui.components.tree.GenericTreeModel |
|---|
findNodeByUserObject, getNodeById, getRootNode, setRootNode |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IdentitySelectionTreeModel(java.util.List<Identity> identities,
java.lang.String usageIdentifyer,
java.util.Locale locale)
identities - The list of identitiesusageIdentifyer - The usageIdentifyer to tell the model which user properties
should be usedlocale - The locale used to format the user properties| Method Detail |
|---|
public boolean accept(INode node)
accept in interface INodeFilterINodeFilter.accept(org.olat.core.util.nodes.INode)public java.util.List<Identity> getIdentities(java.util.Set<java.lang.String> selected)
selected -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||