Uses of Class
io.keikaiex.ui.dialog.DataValidationCtrl.DataPair
-
Packages that use DataValidationCtrl.DataPair Package Description io.keikaiex.ui.dialog -
-
Uses of DataValidationCtrl.DataPair in io.keikaiex.ui.dialog
Fields in io.keikaiex.ui.dialog with type parameters of type DataValidationCtrl.DataPair Modifier and Type Field Description protected org.zkoss.zul.ListModelList<DataValidationCtrl.DataPair>
DataValidationCtrl. dataListmodel
Methods in io.keikaiex.ui.dialog that return DataValidationCtrl.DataPair Modifier and Type Method Description static DataValidationCtrl.DataPair
DataValidationCtrl.DataPair. getDataPair(Validation.OperatorType type)
static DataValidationCtrl.DataPair
DataValidationCtrl.DataPair. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataValidationCtrl.DataPair[]
DataValidationCtrl.DataPair. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-