public class TableCellRendererAttribute extends Attribute<TableCellRenderer>
An attribute for specifying the TableCellRenderer of a a Table.
This can be added to any Node, as interested views can obtain it using Node.findInheritedAttribute(java.lang.Class).
The primary target of this attribute is the FieldNode with the WidgetTypes.TABLE type (ie. com.codename1.rad.ui.UI#table(com.codename1.rad.models.Attribute…) .
com.codename1.rad.ui.UI#table(com.codename1.rad.models.Attribute…),
UI.cellRenderer(ca.weblite.shared.components.table.TableCellRenderer)| Constructor and Description |
|---|
TableCellRendererAttribute(TableCellRenderer value) |
public TableCellRendererAttribute(TableCellRenderer value)
Copyright © 2022. All Rights Reserved.