Uses of Interface
systextil.nxj.datatypes.DataViewValue
Packages that use DataViewValue
-
Uses of DataViewValue in systextil.nxj
Constructors in systextil.nxj with parameters of type DataViewValueModifierConstructorDescriptionprotected
ChainedFieldController(DataViewController controller, DataViewValue<T> data, String name, String tagRepeated, T defaultValue, ChainedFieldController<T> previous)
Cria um campo com o nome informado.protected
ChainedFieldController(DataViewController controller, DataViewValue<T> data, String tagRepeated, T defaultValue, ChainedFieldController<T> previous)
Cria um campo com o mesmo nome da classe que o implementa.FieldController(DataViewController controller, DataViewValue<T> data)
FieldController(DataViewController controller, DataViewValue<T> data, String name)
-
Uses of DataViewValue in systextil.nxj.datatypes
Fields in systextil.nxj.datatypes declared as DataViewValueModifier and TypeFieldDescriptionstatic DataViewValue<br.com.intersys.systextil.connection.Amount>
DataViewValue.AMOUNT
static DataViewValue<Boolean>
DataViewValue.BOOLEAN
static DataViewValue<Date>
DataViewValue.DATE
static DataViewValue<Double>
DataViewValue.DOUBLE
static DataViewValue<Integer>
DataViewValue.INT
static DataViewValue<String>
DataViewValue.STRING
static DataViewValue<Time>
DataViewValue.TIME
static DataViewValue<Timestamp>
DataViewValue.TIMESTAMP
Constructors in systextil.nxj.datatypes with parameters of type DataViewValueModifierConstructorDescriptionprotected
Nullable(DataViewController container, DataViewValue<T> data)
protected
Nullable(DataViewController container, DataViewValue<T> data, String name)