Package org.exoplatform.webui.core
Class UIVirtualList
java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIComponentDecorator
org.exoplatform.webui.core.UIVirtualList
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.exoplatform.webui.core.UIComponentDecorator
UIComponentDecorator.UIComponentDecoratorLifecycle -
Field Summary
Fields inherited from class org.exoplatform.webui.core.UIComponentDecorator
uicomponent_Fields inherited from class org.exoplatform.webui.core.UIComponent
AJAX_ASYNC, config, OBJECTID, UICOMPONENT, uiparent, USE_WEBUI_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidRender an event ajax URL for a given bean.intbooleanvoidsetAutoAdjustHeight(boolean auto) voidsetHeight(int height) Methods inherited from class org.exoplatform.webui.core.UIComponentDecorator
findComponentById, findComponentOfType, findFirstComponentOfType, getUIComponent, renderChildren, setChildComponent, setUIComponentMethods inherited from class org.exoplatform.webui.core.UIComponent
broadcast, buildModelObject, createEvent, createUIComponent, createUIComponent, createUIComponent, doAsync, getAncestorOfType, getApplicationComponent, getComponentConfig, getId, getName, getParent, getTemplate, getTemplateResourceResolver, getUIComponentName, isRendered, loadConfirmMesssage, processAction, processDecode, processRender, renderEventURL, setComponentConfig, setComponentConfig, setId, setParent, setRendered, setRenderSibling, url, url, url
-
Constructor Details
-
UIVirtualList
public UIVirtualList()
-
-
Method Details
-
getHeight
public int getHeight() -
setHeight
public void setHeight(int height) -
isAutoAdjustHeight
public boolean isAutoAdjustHeight() -
setAutoAdjustHeight
public void setAutoAdjustHeight(boolean auto) -
event
- Overrides:
eventin classUIComponent- Throws:
Exception
-
event
- Overrides:
eventin classUIComponent- Throws:
Exception
-
event
public String event(String name, String beanId, org.exoplatform.web.application.Parameter[] params) throws Exception Description copied from class:UIComponentRender an event ajax URL for a given bean.- Overrides:
eventin classUIComponent- Parameters:
name- the event namebeanId- the optional bean idparams- the optional event parameters- Returns:
- the rendered URL
- Throws:
Exception- any exception
-
dataBind
- Throws:
Exception
-
getRepeater
-