Package systextil.nxj.field
Class ChainedIntField
- All Implemented Interfaces:
Comparable<Object>,FieldListener
-
Field Summary
Fields inherited from class systextil.nxj.ChainedFieldController
next, previousFields inherited from class systextil.nxj.datatypes.Nullable
containingDataView, nameFields 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, validarDefaultMethods 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