Nuxeo Enterprise Platform 5.4

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:
java.io.Serializable

public class DirectorySelectItem
extends javax.faces.model.SelectItem

Author:
George Lefter
See Also:
Serialized Form

Constructor Summary
DirectorySelectItem(java.lang.Object value, java.lang.String label)
           
 
Method Summary
 java.lang.String getDisplayedLabel()
          Gets the label as it should be displayed.
 java.lang.String getLocalizedLabel()
           
 void setDisplayedLabel(java.lang.String displayedLabel)
           
 void setLocalizedLabel(java.lang.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(java.lang.Object value,
                           java.lang.String label)
Method Detail

getDisplayedLabel

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

Returns:

setDisplayedLabel

public void setDisplayedLabel(java.lang.String displayedLabel)

getLocalizedLabel

public java.lang.String getLocalizedLabel()

setLocalizedLabel

public void setLocalizedLabel(java.lang.String localizedLabel)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.