Class UIVirtualList


public class UIVirtualList extends UIComponentDecorator
  • 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

      public String event(String name) throws Exception
      Overrides:
      event in class UIComponent
      Throws:
      Exception
    • event

      public String event(String name, String beanId) throws Exception
      Overrides:
      event in class UIComponent
      Throws:
      Exception
    • event

      public String event(String name, String beanId, org.exoplatform.web.application.Parameter[] params) throws Exception
      Description copied from class: UIComponent
      Render an event ajax URL for a given bean.
      Overrides:
      event in class UIComponent
      Parameters:
      name - the event name
      beanId - the optional bean id
      params - the optional event parameters
      Returns:
      the rendered URL
      Throws:
      Exception - any exception
    • dataBind

      public void dataBind(Iterator<List<?>> source) throws Exception
      Throws:
      Exception
    • getRepeater

      public UIRepeater getRepeater()