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