Uses of Class
com.appslandia.common.record.Field
-
Packages that use Field Package Description com.appslandia.common.record -
-
Uses of Field in com.appslandia.common.record
Methods in com.appslandia.common.record that return Field Modifier and Type Method Description FieldField. addConstraint(String name, Object constraintArgs)FieldTable. getAutoKey()FieldField. setKeyType(KeyType keyType)FieldField. setName(String name)FieldField. setSqlType(int sqlType)FieldField. setUpdatable(boolean updatable)Methods in com.appslandia.common.record that return types with arguments of type Field Modifier and Type Method Description List<Field>Table. getFields()Methods in com.appslandia.common.record with parameters of type Field Modifier and Type Method Description TableTable. fields(Field... fields)voidFieldValidators. validateField(Field field, Object value, List<FieldValidator.FieldError> errors)
-