public final class TableCellBluePrint extends java.lang.Object implements ITableCellBluePrint
| Constructor and Description |
|---|
TableCellBluePrint(ITableCellBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
ITableCellBluePrint |
setBackgroundColor(IColorConstant backgroundColor) |
ITableCellBluePrint |
setEditable(boolean editable) |
ITableCellBluePrint |
setForegroundColor(IColorConstant foregroundColor) |
ITableCellBluePrint |
setIcon(IImageConstant icon) |
ITableCellBluePrint |
setMarkup(Markup markup) |
ITableCellBluePrint |
setSelectedBackgroundColor(IColorConstant backgroundColor) |
ITableCellBluePrint |
setSelectedForegroundColor(IColorConstant foregroundColor) |
ITableCellBluePrint |
setText(java.lang.String text) |
ITableCellBluePrint |
setToolTipText(java.lang.String toolTipText) |
public TableCellBluePrint(ITableCellBuilder builder)
public ITableCellBluePrint setForegroundColor(IColorConstant foregroundColor)
setForegroundColor in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setBackgroundColor(IColorConstant backgroundColor)
setBackgroundColor in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setSelectedForegroundColor(IColorConstant foregroundColor)
setSelectedForegroundColor in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setSelectedBackgroundColor(IColorConstant backgroundColor)
setSelectedBackgroundColor in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setMarkup(Markup markup)
setMarkup in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setText(java.lang.String text)
setText in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setToolTipText(java.lang.String toolTipText)
setToolTipText in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setIcon(IImageConstant icon)
setIcon in interface IAbstractTableCellBluePrint<ITableCellBluePrint>public ITableCellBluePrint setEditable(boolean editable)
setEditable in interface IAbstractTableCellBluePrint<ITableCellBluePrint>Siehe auch Jowidgets Nutzerhandbuch