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, 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
getColumnCellClass, getColumnCellStyle, getColumnDataClass, getColumnDataStyle, getColumnHeaderProperties, getStripeProperties, setColumnCellClass, setColumnCellStyle, setColumnDataClass, setColumnDataStyle
getHAlign, getVAlign, getWidth, setHAlign, setVAlign, setWidth
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPadding
getAriaLabelText, getButtonText, getMouseOverText, isSkipValidation, setSkipValidation
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin
getBootstrapSize, getBootstrapState, getBootstrapStyle, setBootstrapSize, setBootstrapState, setBootstrapStyle
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
ButtonColumnProperties 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)