org.exoplatform.cs.common.ext
Class UIBaseComponent

java.lang.Object
  extended by org.exoplatform.webui.core.UIComponent
      extended by org.exoplatform.cs.common.ext.UIBaseComponent

public abstract class UIBaseComponent
extends org.exoplatform.webui.core.UIComponent


Field Summary
 
Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent
 
Constructor Summary
UIBaseComponent()
           
 
Method Summary
abstract  String getAction()
           
abstract  String getLabel(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)
           
 String getParams()
           
 void setParams(String params)
           
 
Methods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, event, event, event, findComponentById, findComponentOfType, findFirstComponentOfType, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIBaseComponent

public UIBaseComponent()
Method Detail

getParams

public String getParams()

setParams

public void setParams(String params)

getLabel

public abstract String getLabel(org.exoplatform.webui.core.lifecycle.WebuiBindingContext ctx)

getAction

public abstract String getAction()


Copyright © 2013 eXo Platform SAS. All Rights Reserved.