Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

java.lang.Object
  extended by javax.faces.model.SelectItem
      extended by org.nuxeo.ecm.platform.ui.web.directory.DirectorySelectItem
All Implemented Interfaces:
Serializable

public class DirectorySelectItem
extends SelectItem

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
DirectorySelectItem(Object value, String label)
           
DirectorySelectItem(Object value, String label, long ordering)
           
 
Method Summary
 String getDisplayedLabel()
          Gets the label as it should be displayed.
 String getLocalizedLabel()
           
 long getOrdering()
           
 String getSortLabel()
           
 void setDisplayedLabel(String displayedLabel)
           
 void setLocalizedLabel(String localizedLabel)
           
 
Methods inherited from class javax.faces.model.SelectItem
getDescription, getLabel, getValue, isDisabled, isEscape, setDescription, setDisabled, setEscape, setLabel, setValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectorySelectItem

public DirectorySelectItem(Object value,
                           String label)

DirectorySelectItem

public DirectorySelectItem(Object value,
                           String label,
                           long ordering)
Method Detail

getDisplayedLabel

public String getDisplayedLabel()
Gets the label as it should be displayed.

Returns:

setDisplayedLabel

public void setDisplayedLabel(String displayedLabel)

getLocalizedLabel

public String getLocalizedLabel()

setLocalizedLabel

public void setLocalizedLabel(String localizedLabel)

getOrdering

public long getOrdering()

getSortLabel

public String getSortLabel()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.