org.exoplatform.forum.webui
Class UICategory

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.webui.core.UIContainer
          extended by org.exoplatform.webui.form.UIForm
              extended by org.exoplatform.forum.webui.UICategory

public class UICategory
extends org.exoplatform.webui.form.UIForm

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 UICategory.AddBookMarkActionListener
           
static class UICategory.AddForumActionListener
           
static class UICategory.AddWatchingActionListener
           
static class UICategory.AdvancedSearchActionListener
           
static class UICategory.DeleteCategoryActionListener
           
static class UICategory.EditCategoryActionListener
           
static class UICategory.EditForumActionListener
           
static class UICategory.ExportCategoryActionListener
           
static class UICategory.ImportForumActionListener
           
static class UICategory.MoveForumActionListener
           
static class UICategory.OpenForumLinkActionListener
           
static class UICategory.OpenLastReadTopicActionListener
           
static class UICategory.OpenLastTopicLinkActionListener
           
static class UICategory.RemoveForumActionListener
           
static class UICategory.RSSActionListener
           
static class UICategory.SearchFormActionListener
           
static class UICategory.SetCloseActionListener
           
static class UICategory.SetLockedActionListener
           
static class UICategory.SetOpenActionListener
           
static class UICategory.SetUnLockActionListener
           
static class UICategory.UnWatchActionListener
           
static class UICategory.WatchOptionActionListener
           
 
Nested classes/interfaces inherited from class org.exoplatform.webui.core.UIContainer
org.exoplatform.webui.core.UIContainer.SelectTabActionListener
 
Field Summary
 
Fields inherited from class org.exoplatform.webui.form.UIForm
ACTION, SUBCOMPONENT_ID
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UICategory()
           
 
Method Summary
 java.lang.String getRSSLink(java.lang.String cateId)
           
 void setIsEditCategory(boolean isEdit)
           
 void setIsEditForum(boolean isEdit)
           
 void update(Category category, java.util.List<Forum> forums)
           
 void updateByBreadcumbs(java.lang.String categoryId)
           
 void updateByLink(Category category)
           
 
Methods inherited from class org.exoplatform.webui.form.UIForm
addUIComponentInput, addUIFormInput, addUIFormInput, begin, end, event, event, event, getActions, getLabel, getLabel, getSubmitAction, getUIComponentName, getUIFormCheckBoxInput, getUIFormDateTimeInput, getUIFormInputInfo, getUIFormSelectBox, getUIFormTextAreaInput, getUIInput, getUIStringInput, invokeGetBindingBean, invokeSetBindingBean, isMultipart, processRender, renderField, renderField, reset, setActions, setMultiPart, setSubmitAction, url
 
Methods inherited from class org.exoplatform.webui.core.UIContainer
addChild, addChild, findComponentById, findComponentOfType, findFirstComponentOfType, getChild, getChild, getChildById, getChildren, hasChildren, removeChild, removeChildById, renderChild, renderChild, renderChild, renderChildren, renderChildren, renderUIComponent, replaceChild, replaceChild, setChildren, setRenderedChild, setRenderedChild, setRenderedChildrenOfTypes, visit
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, event, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, isRendered, loadConfirmMesssage, processAction, processDecode, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibbling, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UICategory

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

getRSSLink

public java.lang.String getRSSLink(java.lang.String cateId)

update

public void update(Category category,
                   java.util.List<Forum> forums)
            throws java.lang.Exception
Throws:
java.lang.Exception

updateByBreadcumbs

public void updateByBreadcumbs(java.lang.String categoryId)

updateByLink

public void updateByLink(Category category)

setIsEditCategory

public void setIsEditCategory(boolean isEdit)

setIsEditForum

public void setIsEditForum(boolean isEdit)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.