org.exoplatform.answer.webui
Class SelectItem

java.lang.Object
  extended by org.exoplatform.answer.webui.SelectItem
Direct Known Subclasses:
SelectOption, SelectOptionGroup

public abstract class SelectItem
extends Object

Abstract class SelectItem is held by UIFormSelectBox This class is extended by SelectItemOption and SelectItemOptionGroup

Author:
philippe

Constructor Summary
SelectItem(String label)
           
 
Method Summary
 String getLabel()
           
 void setLabel(String label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectItem

public SelectItem(String label)
Method Detail

getLabel

public String getLabel()

setLabel

public void setLabel(String label)


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.