|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sage.swt.client.widget.table.editing.AbstractCellRenderer
com.sage.swt.client.widget.table.editing.BooleanCellRenderer
public class BooleanCellRenderer
The BooleanCellRenderer used to display boolean value in the table
cell.
| Constructor Summary | |
|---|---|
BooleanCellRenderer()
|
|
| Method Summary | |
|---|---|
void |
renderRowValue(RowData rowValue,
RowDataColumnDefinition columnDef,
AbstractCellView view)
Render the contents of a cell as a Widget or text or HTML. |
| Methods inherited from class com.sage.swt.client.widget.table.editing.AbstractCellRenderer |
|---|
getFormatedBooleanValue, getFormatedDateValue, getFormatedIntegerValue, getFormattedStringValue, setHyperLinkAttr |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BooleanCellRenderer()
| Method Detail |
|---|
public void renderRowValue(RowData rowValue,
RowDataColumnDefinition columnDef,
AbstractCellView view)
Widget or text or HTML.
renderRowValue in interface CellRenderer<java.lang.Object>renderRowValue in class AbstractCellRendererrowValue - the object associated with the rowcolumnDef - the associated column definitionview - the view used to set the cell contents
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||