Uses of Class
com.appslandia.common.easyrecord.Field
-
Packages that use Field Package Description com.appslandia.common.easyrecord -
-
Uses of Field in com.appslandia.common.easyrecord
Methods in com.appslandia.common.easyrecord 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.easyrecord that return types with arguments of type Field Modifier and Type Method Description List<Field>Table. getFields()Methods in com.appslandia.common.easyrecord with parameters of type Field Modifier and Type Method Description TableTable. addField(Field field)voidFieldValidators. validateField(Field field, Object value, List<FieldValidator.FieldError> errors)
-