Uses of Enum Class
com.storedobject.ui.ObjectField.Type
Packages that use ObjectField.Type
-
Uses of ObjectField.Type in com.storedobject.ui
Methods in com.storedobject.ui that return ObjectField.TypeModifier and TypeMethodDescriptionObjectEditor.getObjectFieldType(String fieldName) Get theObjectField.Typefor a given field.ObjectField.getType()Get the type of the internal field.static ObjectField.TypeReturns the enum constant of this class with the specified name.static ObjectField.Type[]ObjectField.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.storedobject.ui with parameters of type ObjectField.TypeModifierConstructorDescriptionFileField(ObjectField.Type... types) FileField(String label, ObjectField.Type... types) ObjectField(Class<T> objectClass, boolean any, ObjectField.Type type) Constructor.ObjectField(Class<T> objectClass, boolean any, ObjectField.Type type, boolean addAllowed) Constructor.ObjectField(Class<T> objectClass, ObjectField.Type type) Constructor.ObjectField(String label, Class<T> objectClass, boolean any, ObjectField.Type type) Constructor.ObjectField(String label, Class<T> objectClass, boolean any, ObjectField.Type type, boolean addAllowed) Constructor.ObjectField(String label, Class<T> objectClass, ObjectField.Type type) Constructor.ObjectField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, boolean any, ObjectField.Type type, boolean addAllowed) Constructor.ObjectFormField(ObjectEditor<T> formEditor, ObjectField.Type formType) ObjectFormField(Class<T> objectClass, ObjectField.Type formType) ObjectFormField(String label, ObjectEditor<T> formEditor, ObjectField.Type formType) ObjectFormField(String label, Class<T> objectClass, ObjectField.Type formType) ObjectFormField(String label, Class<T> objectClass, String fieldName, BiFunction<String, Class<T>, ObjectEditor<T>> editorCreator, ObjectField.Type formType) UserField(ObjectField.Type type) UserField(String label, Class<SystemUser> objectClass, ObjectField.Type type) -
Uses of ObjectField.Type in com.storedobject.ui.accounts
Constructors in com.storedobject.ui.accounts with parameters of type ObjectField.TypeModifierConstructorDescriptionAccountField(Class<T> accountClass, boolean any, ObjectField.Type type) Constructor.AccountField(Class<T> accountClass, ObjectField.Type type) Constructor.AccountField(String label, Class<T> accountClass, boolean any, ObjectField.Type type) Constructor.AccountField(String label, Class<T> accountClass, ObjectField.Type type) Constructor. -
Uses of ObjectField.Type in com.storedobject.ui.common
Methods in com.storedobject.ui.common that return ObjectField.TypeModifier and TypeMethodDescriptionEntityRoleEditor.getObjectFieldType(String fieldName) PersonRoleEditor.getObjectFieldType(String fieldName) SystemUserEditor.getObjectFieldType(String fieldName)