public class GxCellEditorBasicBoolean extends GxOptionsBoolean implements GxCellEditorInterface
Simple switch button to switch boolean values
| Modifier and Type | Field and Description |
|---|---|
BBjString | UsedFalseValue!The value to use when when the component needs to return a false value. in case it is null() then we use the first item in PossibleFalseValues! |
BBjString | UsedTrueValue!The value to use when when the component needs to return a true value. in case it is null() then we use the first item in PossibleTrueValues! |
PossibleFalseValues!, PossibleTrueValues! | Modifier and Type | Method and Description |
|---|---|
boolean | equals(GxCellEditorInterface cellEditor!)Compare two filters |
JsonObject | getAsJsonObject()Convert the filter definition to Json Object |
static BBjString | getCellEditorName()A constant which holds the client cell editor real name |
getAsJsonObject public BBjString UsedFalseValue!The value to use when when the component needs to return a false value. in case it is null() then we use the first item in PossibleFalseValues!
public BBjString UsedTrueValue!The value to use when when the component needs to return a true value. in case it is null() then we use the first item in PossibleTrueValues!
public boolean equals(GxCellEditorInterface cellEditor!)Compare two filters
cellEditor! - Another cell editor instance to compare withpublic JsonObject getAsJsonObject()Convert the filter definition to Json Object
public static BBjString getCellEditorName()A constant which holds the client cell editor real name