public interface ColumnStyleProperties extends CellStyleProperties
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnCellClass()
Returns the list of CSS classes configured for each table cell.
|
java.lang.String |
getColumnCellStyle()
Returns the inline CSS style configured for each table cell.
|
java.lang.String |
getColumnDataClass()
Returns the list of CSS classes configured for the content of each table cell.
|
java.lang.String |
getColumnDataStyle()
Returns the inline CSS style configured for the content of each table cell.
|
CellStyleProperties |
getColumnHeaderProperties()
Column header properties.
|
CellStyleProperties |
getStripeProperties()
Cell text, background, border and padding properties applied to alternate (striped) rows.
|
void |
setColumnCellClass(java.lang.String columnCellClass)
Sets one or more CSS classes to be applied to each table cell.
|
void |
setColumnCellStyle(java.lang.String columnCellStyle)
Sets the inline CSS style to be applied to each table cell.
|
void |
setColumnDataClass(java.lang.String columnDataClass)
Sets one or more CSS classes to be applied to the content of each table cell.
|
void |
setColumnDataStyle(java.lang.String columnDataStyle)
Sets the inline CSS style to be applied to the content of each table cell.
|
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
CellStyleProperties getColumnHeaderProperties()
CellStyleProperties getStripeProperties()
java.lang.String getColumnDataClass()
These classes are configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnDataClass(String)
,
getColumnCellClass()
void setColumnDataClass(java.lang.String columnDataClass)
These classes are configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnCellClass(String)
java.lang.String getColumnDataStyle()
This inline style is configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnDataStyle(String)
,
getColumnCellStyle()
void setColumnDataStyle(java.lang.String columnDataStyle)
This inline style is configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnCellStyle(String)
java.lang.String getColumnCellClass()
These classes are configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnCellClass(String)
,
getColumnDataClass()
void setColumnCellClass(java.lang.String columnCellClass)
These classes are configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnDataClass(String)
java.lang.String getColumnCellStyle()
This inline style is configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnCellStyle(String)
,
getColumnDataStyle()
void setColumnCellStyle(java.lang.String columnCellStyle)
This inline style is configured in the designer using the Advanced Properties button within the column control's Styling Assistant.
setColumnDataStyle(String)