public interface IAbstractTableCellBluePrint<INSTANCE_TYPE>
Modifier and Type | Method and Description |
---|---|
INSTANCE_TYPE |
setBackgroundColor(IColorConstant backgroundColor) |
INSTANCE_TYPE |
setEditable(boolean editable) |
INSTANCE_TYPE |
setForegroundColor(IColorConstant foregroundColor) |
INSTANCE_TYPE |
setIcon(IImageConstant icon) |
INSTANCE_TYPE |
setMarkup(Markup markup) |
INSTANCE_TYPE |
setSelectedBackgroundColor(IColorConstant backgroundColor) |
INSTANCE_TYPE |
setSelectedForegroundColor(IColorConstant foregroundColor) |
INSTANCE_TYPE |
setText(java.lang.String text) |
INSTANCE_TYPE |
setToolTipText(java.lang.String toolTipText) |
INSTANCE_TYPE setForegroundColor(IColorConstant foregroundColor)
INSTANCE_TYPE setBackgroundColor(IColorConstant backgroundColor)
INSTANCE_TYPE setSelectedForegroundColor(IColorConstant foregroundColor)
INSTANCE_TYPE setSelectedBackgroundColor(IColorConstant backgroundColor)
INSTANCE_TYPE setMarkup(Markup markup)
INSTANCE_TYPE setText(java.lang.String text)
INSTANCE_TYPE setToolTipText(java.lang.String toolTipText)
INSTANCE_TYPE setIcon(IImageConstant icon)
INSTANCE_TYPE setEditable(boolean editable)
Siehe auch Jowidgets Nutzerhandbuch