getAttributes
Returns:
the configured attributes of the wrapper element
getComponentRenderSettings
Returns the component render settings for the given component. In case no explicitly specified settings are found
for this component then the default one will be provided.
Parameters:
component
-
the component to retrieve the render settings for
Returns:
the component render settings or default component render settings if none were found for the given component
getDefaultComponentRenderSettings
Returns the default component render settings. These will be used during rendering of the components contained in
the region in case no dedicated component render settings were provided per component. If also no default is
supplied then the system default will be used during rendering.
Returns:
the default component render settings
getTagName
Returns the tag name of the region wrapper element. Defaults to 'div'.
Returns:
the tag name of the region wrapper element
setAttributes
Sets the to be configured <String,String> attributes of the wrapper element. Set to null
in case you
want to system defaults to be applied.
Parameters:
attributes
-
the to be configured attributes of the wrapper element
setComponentRenderSettings
Sets the component render settings for the given component.
Parameters:
component
-
the component to set the render settings for
componentRenderSettings
-
the desired render settings
setDefaultComponentRenderSettings
Sets the default component render settings. These will be used during rendering of the components contained in
the region in case no dedicated component render settings were provided per component.
Parameters:
defaultComponentRenderSettings
-
the default component render settings
setTagName
Sets the tag name of the region wrapper element. Must not be empty.
Parameters:
tagName
-
the tag name of the region wrapper element