public class TableCellEditorAttribute extends Attribute<TableCellEditor>
Attribute used by Table to specify the cell editor for 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…) .
UI.cellEditor(ca.weblite.shared.components.table.TableCellEditor)| Constructor and Description |
|---|
TableCellEditorAttribute(TableCellEditor value) |
public TableCellEditorAttribute(TableCellEditor value)
Copyright © 2021. All Rights Reserved.