public class GxCellEditorLargeText
extends GxCellEditorText
Simple editor that uses the standard HTML 'textarea' tag.
Modifier and Type | Field and Description |
---|---|
BBjNumber | Cols! Number of character columns to display. Default is 60. |
BBjNumber | MaxLength! Max number of characters to allow. Default is 200. |
BBjNumber | Rows! Number of character rows to display. Default is 10. |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() @override {@inheritDoc} |
static BBjString | getCellEditorName() @override {@inheritDoc} |
public BBjNumber Cols!
Number of character columns to display. Default is 60.
public BBjNumber MaxLength!
Max number of characters to allow. Default is 200.
public BBjNumber Rows!
Number of character rows to display. Default is 10.
public JsonObject getAsJsonObject()
@override
{@inheritDoc}
public static BBjString getCellEditorName()
@override
{@inheritDoc}