Interface PageGrid
public interface PageGrid
A PageGrid consists of placements arranged like an HTML table
-
Method Summary
Modifier and TypeMethodDescriptioncom.coremedia.cap.content.Content
Returns the layout settings document that defines the structure of the page gridList<?>
int
Returns the number of columns of the pagegridgetPlacementForName
(String name) Returns the placement which section document has the given name.getRows()
Returns the pagegrid's rows
-
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
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
-