public interface GroupAndPagePanelProperties extends LayoutControl, BackgroundStyleProperties, MarginStyleProperties, BorderStyleProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getContentClass()
Returns the list of CSS classes applied to the content area containing child controls.
|
java.lang.String |
getContentHeight()
Height of the content area.
|
PaddingStyleProperties |
getContentPadding()
Content padding properties - the space between the content and its border.
|
java.lang.String |
getContentStyle()
Returns the inline CSS style applied to the content area containing child controls.
|
TextStyleProperties |
getContentText()
Content text properties.
|
java.lang.String |
getHeaderClass()
Returns the list of CSS classes applied to the header text.
|
GroupAndPageTextProperties |
getHeaderProperties()
Header text properties.
|
java.lang.String |
getHeaderStyle()
Returns the inline CSS style applied to the header text.
|
java.lang.String |
getInfoClass()
Returns the list of CSS classes applied to the information text.
|
GroupAndPageTextProperties |
getInfoProperties()
Information text properties.
|
java.lang.String |
getInfoStyle()
Returns the inline CSS style applied to the information text.
|
java.lang.String |
getTrailerClass()
Returns the list of CSS classes applied to the trailer text.
|
GroupAndPageTextProperties |
getTrailerProperties()
Trailer text properties.
|
java.lang.String |
getTrailerStyle()
Returns the inline CSS style applied to the trailer text.
|
java.lang.String |
getWidth()
Control width.
|
void |
setContentClass(java.lang.String contentClass)
Sets the inline CSS style to be applied to the content area containing child controls.
|
void |
setContentHeight(java.lang.String contentHeight)
Sets the height of the content area.
|
void |
setContentStyle(java.lang.String contentStyle)
Sets the inline CSS style to be applied to the content area containing child controls.
|
void |
setHeaderClass(java.lang.String headerClass)
Sets one or more CSS classes to be applied to the header text.
|
void |
setHeaderStyle(java.lang.String headerStyle)
Sets the inline CSS style to be applied to the header text.
|
void |
setInfoClass(java.lang.String infoClass)
Sets one or more CSS classes to be applied to the information text.
|
void |
setInfoStyle(java.lang.String infoStyle)
Sets the inline CSS style to be applied to the information text.
|
void |
setTrailerClass(java.lang.String trailerClass)
Sets one or more CSS classes to be applied to the trailer text.
|
void |
setTrailerStyle(java.lang.String trailerStyle)
Sets the inline CSS style to be applied to the trailer text.
|
void |
setWidth(java.lang.String width)
Sets the width of the Control.
|
getLayout, getLayoutType
getChildControls
addCssClass, getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getInfoMsgClass, getInfoMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isContainer, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, removeCssClass, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setInfoMsgClass, setInfoMsgStyle, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show
getElementName, getElementType
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessages
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
java.lang.String getHeaderClass()
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setHeaderClass(String)
void setHeaderClass(java.lang.String headerClass)
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getHeaderStyle()
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setHeaderStyle(String)
void setHeaderStyle(java.lang.String headerStyle)
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getInfoClass()
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setInfoClass(String)
void setInfoClass(java.lang.String infoClass)
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getInfoStyle()
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setInfoStyle(String)
void setInfoStyle(java.lang.String infoStyle)
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getTrailerClass()
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setTrailerClass(String)
void setTrailerClass(java.lang.String trailerClass)
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getTrailerStyle()
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setTrailerStyle(String)
void setTrailerStyle(java.lang.String trailerStyle)
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getContentClass()
These classes are configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setContentClass(String)
void setContentClass(java.lang.String contentClass)
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getContentStyle()
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
setContentStyle(String)
void setContentStyle(java.lang.String contentStyle)
This inline style is configured in the designer using the Advanced Properties button within the control's Styling Assistant.
java.lang.String getWidth()
setWidth(String)
for details of supported values when setting this property.void setWidth(java.lang.String width)
Supported values:
Value | Description |
---|---|
A specific value | As per the CSS width property e.g. 300px |
Child | The minimum value: this results in the control being just as wide as it needs to be to accommodate its children. |
The width setting will be ignored if the parent container layout specifies a horizontal cell alignment of fill (this applies to Horizontal Box, Vertical Box and Column layouts).
Warning: when a specific value is set, any padding, border or margins will be in addition to the specified value and can cause the control to "break out" of its parent space.
Examples:
controls.GROUPPANEL1.width = "300px"; controls.GROUPPANEL1.width = "50%"; controls.GROUPPANEL1.setWidth("Child");
GroupAndPageTextProperties getHeaderProperties()
GroupAndPageTextProperties getInfoProperties()
GroupAndPageTextProperties getTrailerProperties()
PaddingStyleProperties getContentPadding()
TextStyleProperties getContentText()
java.lang.String getContentHeight()
setContentHeight(String)
void setContentHeight(java.lang.String contentHeight)