Uses of Class
io.vertigo.ui.core.FormMode
-
Packages that use FormMode Package Description io.vertigo.ui.core io.vertigo.ui.impl.springmvc.controller -
-
Uses of FormMode in io.vertigo.ui.core
Methods in io.vertigo.ui.core that return FormMode Modifier and Type Method Description static FormMode
FormMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static FormMode[]
FormMode. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FormMode in io.vertigo.ui.impl.springmvc.controller
Fields in io.vertigo.ui.impl.springmvc.controller with type parameters of type FormMode Modifier and Type Field Description static ViewContextKey<FormMode>
AbstractVSpringMvcController. MODE_CONTEXT_KEY
Clé de context du mode.
-