Package org.exoplatform.webui.core.model


package org.exoplatform.webui.core.model
  • Classes
    Class
    Description
    Abstract class SelectItem is held by UIFormSelectBox This class is extended by SelectItemOption and SelectItemOptionGroup
    Created by The eXo Platform SARL Author : Nguyen Thi Hoa hoa.nguyen@exoplatform.com Aug 10, 2006 Represents a group of SelectItemOption, held in a UIFormInputItemSelector
    Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net Jun 26, 2006 An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the UIFormInputItemSelector
    Created by The eXo Platform SARL Author : Philippe Aristote philippe.aristote@gmail.com An item in a UIFormInputItemSelector Each item is actually held in a SelectItemCategory, which is held by the UIFormInputItemSelector
    Represents an optgroup in a select element Holds a list of SelectItemOption that represent the options inside this optgroup