public class GxCellEditorBasicText
extends GxCellEditorAbstract
	
	
	Simple text input
| Modifier and Type | Field and Description | 
|---|---|
|  BBjString | Mask!A bbj string mask When set we use it to validate the value | 
|  BBjString | Pattern!A regular expression that the input's value must match in order for the value to pass constraint validation | 
|  BBjNumber | Required!When true , then the input cannot be empty and a value is required to consider the input valid | 
|  BBjString | Title!The input title , when null and the textMask options is defined , then we use the mask as title , when set to default we the browser's default title , other wise the value defined in this option | 
| Constructor and Description | 
|---|
| GxCellEditorBasicText(BBjString mask!)Construct new GxCellEditorBasicText | 
| Modifier and Type | Method and Description | 
|---|---|
|  JsonObject | getAsJsonObject()@override {@inheritDoc} | 
| static BBjString | getCellEditorName()@override {@inheritDoc} | 
public BBjString Mask!A bbj string mask When set we use it to validate the value
public BBjString Pattern!A regular expression that the input's value must match in order for the value to pass constraint validation
public BBjNumber Required!When true , then the input cannot be empty and a value is required to consider the input valid
public BBjString Title!The input title , when null and the textMask options is defined , then we use the mask as title , when set to default we the browser's default title , other wise the value defined in this option
public GxCellEditorBasicText(BBjString mask!)Construct new GxCellEditorBasicText
public JsonObject getAsJsonObject()@override
{@inheritDoc}
public static BBjString getCellEditorName()@override
{@inheritDoc}