Interface PageGrid


public interface PageGrid
A PageGrid consists of placements arranged like an HTML table
  • Method Details

    • getRows

      List<PageGridRow> getRows()
      Returns the pagegrid's rows
    • getNumcols

      int getNumcols()
      Returns the number of columns of the pagegrid
    • getCssClassName

      String getCssClassName()
      Returns:
      name of the css class of the pagegrid
    • getMainItems

      List<?> getMainItems()
    • getPlacementForName

      PageGridPlacement getPlacementForName(String name)
      Returns the placement which section document has the given name.
      Parameters:
      name - The name of the placement.
    • getLayout

      com.coremedia.cap.content.Content getLayout()
      Returns the layout settings document that defines the structure of the page grid