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 DataViewValueModifierConstructorDescriptionprotectedChainedFieldController(DataViewController controller, DataViewValue<T> data, String name, String tagRepeated, T defaultValue, ChainedFieldController<T> previous)Cria um campo com o nome informado.protectedChainedFieldController(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.AMOUNTstatic DataViewValue<Boolean>DataViewValue.BOOLEANstatic DataViewValue<Date>DataViewValue.DATEstatic DataViewValue<Double>DataViewValue.DOUBLEstatic DataViewValue<Integer>DataViewValue.INTstatic DataViewValue<String>DataViewValue.STRINGstatic DataViewValue<Time>DataViewValue.TIMEstatic DataViewValue<Timestamp>DataViewValue.TIMESTAMPConstructors in systextil.nxj.datatypes with parameters of type DataViewValueModifierConstructorDescriptionprotectedNullable(DataViewController container, DataViewValue<T> data)protectedNullable(DataViewController container, DataViewValue<T> data, String name)