Class UIGrid

java.lang.Object
org.exoplatform.webui.core.UIComponent
org.exoplatform.webui.core.UIGrid
Direct Known Subclasses:
UIFormGrid

public class UIGrid extends UIComponent
Created by The eXo Platform SARL Author : Tuan Nguyen tuan08@users.sourceforge.net May 7, 2006
A grid element (represented by an HTML table) that can be paginated with a UIPageIterator
See Also:
  • Field Details

    • uiIterator_

      protected UIPageIterator uiIterator_
      The page iterator
    • beanIdField_

      protected String beanIdField_
      The bean field that holds the id of this bean
    • beanField_

      protected String[] beanField_
      An array of String representing the fields in each bean
    • action_

      protected String[] action_
      An array of String representing the actions on each bean
    • label_

      protected String label_
    • useAjax

      protected boolean useAjax
    • displayedChars_

      protected int displayedChars_
  • Constructor Details

  • Method Details