org.exoplatform.contact.webui
Class UITags

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.contact.webui.UITags

public class UITags
extends org.exoplatform.webui.core.UIComponent

Created by The eXo Platform SARL Author : Hung Nguyen hung.nguyen@exoplatform.com Aus 01, 2007 2:48:18 PM


Nested Class Summary
static class UITags.AddTagActionListener
           
static class UITags.DeleteTagActionListener
           
static class UITags.EditTagActionListener
           
static class UITags.ExportAddressActionListener
           
static class UITags.PrintActionListener
           
static class UITags.SelectTagActionListener
           
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UITags()
           
 
Method Summary
 java.lang.String getSelectedTag()
           
 java.util.Map<java.lang.String,Tag> getTagMap()
           
 java.util.List<Tag> getTags()
           
 void setSelectedTag(java.lang.String id)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UITags

public UITags()
       throws java.lang.Exception
Throws:
java.lang.Exception
Method Detail

getTags

public java.util.List<Tag> getTags()
                            throws java.lang.Exception
Throws:
java.lang.Exception

getTagMap

public java.util.Map<java.lang.String,Tag> getTagMap()

setSelectedTag

public void setSelectedTag(java.lang.String id)

getSelectedTag

public java.lang.String getSelectedTag()


Copyright © 2012 eXo Platform SAS. All Rights Reserved.