Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.ui.web.directory
Class DirectoryEntry

java.lang.Object
  extended by org.nuxeo.ecm.platform.ui.web.directory.DirectoryEntry

public class DirectoryEntry
extends Object

This class is used by ChainSelectOne / ChainSelectMany components. It represents an entry in a directory.

Author:
George Lefter

Field Summary
static String XVOCABULARY
           
 
Constructor Summary
DirectoryEntry(String schemaName, DocumentModel model)
           
 
Method Summary
 String getId()
           
 String getLabel()
           
 String getParent()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

XVOCABULARY

public static final String XVOCABULARY
See Also:
Constant Field Values
Constructor Detail

DirectoryEntry

public DirectoryEntry(String schemaName,
                      DocumentModel model)
Method Detail

getId

public String getId()

getLabel

public String getLabel()

getParent

public String getParent()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.