org.exoplatform.webui.organization.account
Class UIAccountTemplateConfigOption

java.lang.Object
  extended by org.exoplatform.webui.core.model.SelectItemOption<java.lang.String>
      extended by org.exoplatform.webui.organization.account.UIAccountTemplateConfigOption

public class UIAccountTemplateConfigOption
extends SelectItemOption<java.lang.String>

Created by The eXo Platform SARL Author : Nguyen Viet Chung nguyenchung136@yahoo.com Aug 7, 2006


Field Summary
 
Fields inherited from class org.exoplatform.webui.core.model.SelectItemOption
description_, icon_, label_, selected_, value_
 
Constructor Summary
UIAccountTemplateConfigOption(java.lang.String label, java.lang.String value, java.lang.String desc, java.lang.String icon)
           
 
Method Summary
 UIAccountTemplateConfigOption addMembership(UIUserMembershipSelector.Membership membership)
           
 java.util.List<UIUserMembershipSelector.Membership> getMemberships()
           
 
Methods inherited from class org.exoplatform.webui.core.model.SelectItemOption
getDescription, getIcon, getLabel, getValue, isSelected, setDescription, setIcon, setLabel, setSelected, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIAccountTemplateConfigOption

public UIAccountTemplateConfigOption(java.lang.String label,
                                     java.lang.String value,
                                     java.lang.String desc,
                                     java.lang.String icon)
                              throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getMemberships

public java.util.List<UIUserMembershipSelector.Membership> getMemberships()

addMembership

public UIAccountTemplateConfigOption addMembership(UIUserMembershipSelector.Membership membership)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.