public interface FieldColumnControl extends Control, FieldControlProperties, ColumnStyleProperties, MessageProperties
Modifier and Type | Method and Description |
---|---|
ImageStyleProperties |
getCalendarProperties()
Image properties for the calendar icon of date fields.
|
BackgroundStyleProperties |
getEditorInputBackgroundProperties()
Background properties for the data content of each table cell.
|
BorderStyleProperties |
getEditorInputBorderProperties()
Border properties for the data content of each table cell.
|
TextStyleProperties |
getEditorInputTextProperties()
Text properties for the data content of each table cell.
|
ImageStyleProperties |
getStripeCalendarProperties()
Image properties for the calendar icon of date fields - applied to alternate (striped) rows.
|
BackgroundStyleProperties |
getStripeEditorInputBackgroundProperties()
Background properties for the data content of each table cell - applied to alternate (striped) rows.
|
BorderStyleProperties |
getStripeEditorInputBorderProperties()
Border properties for the data content of each table cell - applied to alternate (striped) rows.
|
TextStyleProperties |
getStripeEditorInputTextProperties()
Text properties for the data content of each table cell - applied to alternate (striped) rows.
|
WebFormTableColumn |
getTableColumn()
Returns the
table column displayed by this Table Column Control. |
TextStyleProperties |
getValuePatternProperties()
Value pattern properties.
|
boolean |
isSortable()
Indicates whether or not the user can sort the table by this column.
|
void |
setSortable(boolean sortable)
Sets whether or not the user can sort the table by this column.
|
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
getAriaLabelText, getButtonImageUrl, getButtonText, getHyperlinkProperties, getIvImageURL, getPlaceHolderText, getRequiredText, getValidationText, isButtonDisplayAsImage, isButtonSkipValidation, isDisplayIvAsImage, isHyperlink, isImmediateValidation, isMandatory, isRequired, setButtonDisplayAsImage, setButtonImageUrl, setButtonSkipValidation, setDisplayIvAsImage, setHyperlink, setImmediateValidation, setIvImageURL, setMandatory, setRequired
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
getErrorMessageStyle, getInfoMessageStyle, getWarningMessageStyle
BackgroundStyleProperties getEditorInputBackgroundProperties()
BackgroundStyleProperties getStripeEditorInputBackgroundProperties()
getEditorInputBackgroundProperties()
properties.BorderStyleProperties getEditorInputBorderProperties()
BorderStyleProperties getStripeEditorInputBorderProperties()
getEditorInputBorderProperties()
properties.TextStyleProperties getEditorInputTextProperties()
TextStyleProperties getStripeEditorInputTextProperties()
getEditorInputTextProperties()
properties.ImageStyleProperties getCalendarProperties()
ImageStyleProperties getStripeCalendarProperties()
getCalendarProperties()
properties.TextStyleProperties getValuePatternProperties()
boolean isSortable()
void setSortable(boolean sortable)
WebFormTableColumn getTableColumn()
table column
displayed by this Table Column Control.