public interface ButtonColumnControl extends Control, ColumnStyleProperties, ButtonControlProperties, MessageProperties
| Modifier and Type | Method and Description |
|---|---|
ButtonColumnProperties |
getButtonProperties()
Returns the
ButtonColumnProperties object representing styling properties for the button on alternate rows. |
java.lang.String |
getButtonWidth()
Column width.
|
Text |
getHeaderText()
Returns the
Text object for the column header text. |
ButtonColumnProperties |
getStripedButtonProperties()
Returns the
ButtonColumnProperties object representing styling properties for the button on alternate rows. |
void |
setButtonWidth(java.lang.String buttonWidth)
Sets the column width.
|
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, showgetElementName, getElementTypeaddErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessageText, addErrorMessageText, addErrorMessageText, addInfoMessage, addInfoMessage, addInfoMessageText, addInfoMessageText, addInfoMessageText, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessageText, addWarningMessageText, addWarningMessageText, existErrorMessages, existInfoMessages, existMessages, existWarningMessagesgetColumnCellClass, getColumnCellStyle, getColumnDataClass, getColumnDataStyle, getColumnHeaderProperties, getStripeProperties, setColumnCellClass, setColumnCellStyle, setColumnDataClass, setColumnDataStylegetHAlign, getVAlign, getWidth, setHAlign, setVAlign, setWidthgetLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSizegetBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeatgetBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidthgetAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPaddinggetAriaLabelText, getButtonText, getMouseOverText, isSkipValidation, setSkipValidationgetAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargingetBootstrapSize, getBootstrapState, getBootstrapStyle, setBootstrapSize, setBootstrapState, setBootstrapStylegetErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyleButtonColumnProperties getButtonProperties()
ButtonColumnProperties object representing styling properties for the button on alternate rows.
Note that table rows are striped, and that these properties apply only to alternate rows. The remaining rows
can be styled using the stripedButtonProperties property.ButtonColumnProperties getStripedButtonProperties()
ButtonColumnProperties object representing styling properties for the button on alternate rows.
Note that table rows are striped, and that these properties apply only to alternate rows. The remaining rows
can be styled using the buttonProperties property.java.lang.String getButtonWidth()
setButtonWidth(String) for details of supported values when setting this property.void setButtonWidth(java.lang.String buttonWidth)