Class | Description |
---|---|
GxCellEditorAbstract | Abstract implementation for GxCellEditorInterface |
GxCellEditorBasicBoolean | Simple switch button to switch boolean values |
GxCellEditorBasicBooleanRichSelect | A simple boolean editor based on the GxCellEditorRichSelect. |
GxCellEditorBasicBooleanSelect | A simple boolean editor based on the GxCellEditorSelect. |
GxCellEditorBasicDate | A date cell editor |
GxCellEditorBasicDateTime | A cell editor for timestamps |
GxCellEditorBasicNumber | Simple number input |
GxCellEditorBasicText | Simple text input |
GxCellEditorBasicTime | A date cell editor |
GxCellEditorBasicTimestamp | Alias for GxCellEditorBasicDateTime |
GxCellEditorComparator | Compare two cell editor components |
GxCellEditorLargeText | Simple editor that uses the standard HTML 'textarea' tag. |
GxCellEditorPopupSelect | Simple editors that use the standard HTML select tag. |
GxCellEditorPopupText | Same as GxCellEditorText but as popup. |
GxCellEditorRichSelect | Available in Enhanced Grid only. |
GxCellEditorSelect | Simple editors that use the standard HTML select tag. |
GxCellEditorSuggestion | A Suggestion/autocomplete cell editor. |
GxCellEditorSuggestionResolver | An generic implementation of The class implements the |
GxCellEditorText | Simple text editors that use the standard HTML 'input' tag |
Interface | Description |
---|---|
GxCellEditorInterface | Column Filter Public Interface |
GxCellEditorSuggestionResolverInterface | A interface which defines how a suggestion's resolver/builder should build the suggesting lst |