public class GxCellEditorBasicNumber
extends GxCellEditorAbstract
Simple number input
Modifier and Type | Field and Description |
---|---|
BBjString | DecimalSeparator! The number's decimal separator to use. by default the bbj decimal separator will be used |
BBjNumber | ForceTrailingZeros Affects the output by switching the way a mask with "#" characters in the trailing positions is filled. for example, the function NumberMask.mask(.10:"#.##") returns .10 instead of .1 . The options is used only when numberMask is defined |
BBjString | GroupSeparator! The number's group separator to use. by default the bbj group separator will be used |
BBjNumber | Max! The max allowed value |
BBjNumber | Min! The min allowed value |
BBjNumber | Step! The increment / decrement step |
Modifier and Type | Method and Description |
---|---|
JsonObject | getAsJsonObject() @override {@inheritDoc} |
static BBjString | getCellEditorName() @override {@inheritDoc} |
public BBjString DecimalSeparator!
The number's decimal separator to use. by default the bbj decimal separator will be used
public BBjNumber ForceTrailingZeros
Affects the output by switching the way a mask with "#" characters in the trailing positions is filled. for example, the function NumberMask.mask(.10:"#.##") returns .10 instead of .1 . The options is used only when numberMask is defined
public BBjString GroupSeparator!
The number's group separator to use. by default the bbj group separator will be used
public BBjNumber Max!
The max allowed value
public BBjNumber Min!
The min allowed value
public BBjNumber Step!
The increment / decrement step
public JsonObject getAsJsonObject()
@override
{@inheritDoc}
public static BBjString getCellEditorName()
@override
{@inheritDoc}