Interface PageGridPlacement
- All Superinterfaces:
Container<Linkable>
,HasViewTypeName
A PageGridPlacement is a part of a whole PageGrid representing for example the sidebar or main column
-
Method Summary
Modifier and TypeMethodDescriptionReturns additional properties stored in the pagegrid configint
getCol()
Returns the absolute position in the row.int
Returns the colspan of this placement.getItems()
Retrieves the items of this PageGridPlacementgetName()
Returns the logical name of this placement.int
Returns the number of the row of this placement.Return the "virtual" property name of this placement (used for Studio preview integration).int
getWidth()
Returns the relative (percentage) width of this placement.boolean
Returns if the Placement is editable.Methods inherited from interface com.coremedia.blueprint.common.layout.Container
asPagination, asPagination, getFlattenedItems, getItemsMetadata, isPaginated
Methods inherited from interface com.coremedia.blueprint.common.navigation.HasViewTypeName
getViewTypeName
-
Method Details
-
getContainerMetadata
- Specified by:
getContainerMetadata
in interfaceContainer<Linkable>
-
getItems
Retrieves the items of this PageGridPlacement -
getName
String getName()Returns the logical name of this placement.
"main" is magic for the current content.
-
getPropertyName
String getPropertyName()Return the "virtual" property name of this placement (used for Studio preview integration). -
getCol
int getCol()Returns the absolute position in the row.Count starts with 1.
-
getColspan
int getColspan()Returns the colspan of this placement.
The colspan concept is motivated by the HTML table model, the Blueprint templates map this value to CSS styles, though.
-
getWidth
int getWidth()Returns the relative (percentage) width of this placement. -
getNumCols
int getNumCols()Returns the number of the row of this placement. -
isEditable
boolean isEditable()Returns if the Placement is editable. -
getAdditionalProperties
Returns additional properties stored in the pagegrid config
-