Package systextil.nxj.field
Class ChainedIntField
- 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
ConstructorsConstructorDescriptionChainedIntField(DataViewController controller, String tagRepeated, Integer defaultValue, ChainedFieldController<Integer> previous)
ChainedIntField(DataViewController controller, String name, String tagRepeated, Integer defaultValue, ChainedFieldController<Integer> 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
-
ChainedIntField
public ChainedIntField(DataViewController controller, String tagRepeated, Integer defaultValue, ChainedFieldController<Integer> previous) -
ChainedIntField
public ChainedIntField(DataViewController controller, String name, String tagRepeated, Integer defaultValue, ChainedFieldController<Integer> previous)
-
-
Method Details