|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ButtonColumnControl
Method Summary | |
---|---|
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. |
Methods inherited from interface com.ebasetech.xi.api.controls.Control |
---|
getAll, getCssClass, getErrorMsgClass, getErrorMsgStyle, getLayoutCell, getNextSiblingControl, getPage, getParentControl, getPreviousSiblingControl, getStyle, getWarningMsgClass, getWarningMsgStyle, hasModifier, hide, isDisplayOnly, isDisplayOnlyIncludingParents, isEventField, isHidden, isInheritMsg, isLocalMsg, isNewLine, isShowing, refresh, requestFocus, setCssClass, setDisplayOnly, setErrorMsgClass, setErrorMsgStyle, setHidden, setNewLine, setStyle, setWarningMsgClass, setWarningMsgStyle, show |
Methods inherited from interface com.ebasetech.xi.api.Element |
---|
getElementName, getElementType |
Methods inherited from interface com.ebasetech.xi.api.MessageContainer |
---|
addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addErrorMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, addWarningMessage, existErrorMessages, existMessages, existWarningMessages |
Methods inherited from interface com.ebasetech.xi.api.controls.ColumnStyleProperties |
---|
getColumnCellClass, getColumnCellStyle, getColumnDataClass, getColumnDataStyle, getColumnHeaderProperties, getStripeProperties, setColumnCellClass, setColumnCellStyle, setColumnDataClass, setColumnDataStyle |
Methods inherited from interface com.ebasetech.xi.api.controls.CellStyleProperties |
---|
getHAlign, getVAlign, getWidth, setHAlign, setVAlign, setWidth |
Methods inherited from interface com.ebasetech.xi.api.controls.TextStyleProperties |
---|
getLineHeight, getTextBold, getTextColor, getTextDecoration, getTextFont, getTextItalic, getTextSize, setLineHeight, setTextBold, setTextColor, setTextDecoration, setTextFont, setTextItalic, setTextSize |
Methods inherited from interface com.ebasetech.xi.api.controls.BackgroundStyleProperties |
---|
getBackgroundColor, getBackgroundImage, getBackgroundImagePosition, getBackgroundImageRepeat, setBackgroundColor, setBackgroundImage, setBackgroundImagePosition, setBackgroundImageRepeat |
Methods inherited from interface com.ebasetech.xi.api.controls.BorderStyleProperties |
---|
getBorderColor, getBorderRadius, getBorderStyle, getBorderWidth, getBottomBorderWidth, getLeftBorderWidth, getRightBorderWidth, getTopBorderWidth, setBorderColor, setBorderRadius, setBorderStyle, setBorderWidth, setBottomBorderWidth, setLeftBorderWidth, setRightBorderWidth, setTopBorderWidth |
Methods inherited from interface com.ebasetech.xi.api.controls.PaddingStyleProperties |
---|
getAllPadding, getBottomPadding, getLeftPadding, getRightPadding, getTopPadding, setAllPadding, setBottomPadding, setLeftPadding, setRightPadding, setTopPadding |
Methods inherited from interface com.ebasetech.xi.api.controls.ButtonControlProperties |
---|
getButtonText, getMouseOverText, isSkipValidation, setSkipValidation |
Methods inherited from interface com.ebasetech.xi.api.controls.MarginStyleProperties |
---|
getAllMargin, getBottomMargin, getLeftMargin, getRightMargin, getTopMargin, setAllMargin, setBottomMargin, setLeftMargin, setRightMargin, setTopMargin |
Methods inherited from interface com.ebasetech.xi.api.controls.MessageProperties |
---|
getErrorMessageStyle, getWarningMessageStyle |
Method Detail |
---|
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)
Text getHeaderText()
Text
object for the column header text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |