Package systextil.nxj.field
Class ChainedStringField
- All Implemented Interfaces:
Comparable<Object>
,FieldListener
-
Field Summary
Fields inherited from class systextil.nxj.ChainedFieldController
next, previous
Fields inherited from class systextil.nxj.datatypes.Nullable
containingDataView, name
Fields inherited from interface systextil.nxj.FieldListener
EMPTY
-
Constructor Summary
ConstructorsConstructorDescriptionChainedStringField(DataViewController controller, String name, String tagRepeated, String defaultValue, ChainedFieldController<String> previous)
ChainedStringField(DataViewController controller, String tagRepeated, String defaultValue, ChainedFieldController<String> previous)
-
Method Summary
Methods inherited from class systextil.nxj.ChainedFieldController
beforeField, getRepeatedValueTag, validar, validar, validarDefault
Methods inherited from class systextil.nxj.FieldController
afterField, backgroundColor, backgroundColor, clearAddExp, clearFindExp, displayAndRestart, initField, onDataAccept, onSearchRangeAccept, requestFocus, requestFocus, searchRanges, setListener, setNullIfNotValid, setStippled, stopForInput, stopForInput, updateable, updateable, visible, visible, whenValueChanges
-
Constructor Details
-
ChainedStringField
public ChainedStringField(DataViewController controller, String tagRepeated, String defaultValue, ChainedFieldController<String> previous) -
ChainedStringField
public ChainedStringField(DataViewController controller, String name, String tagRepeated, String defaultValue, ChainedFieldController<String> previous)
-
-
Method Details