Uses of Class
org.apache.wicket.util.lang.EnumeratedType
-
Packages that use EnumeratedType Package Description org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy.org.apache.wicket.extensions.ajax.markup.html.modal org.apache.wicket.settings org.apache.wicket.util.lang org.apache.wicket.util.time Utilities for working withTime
(s). -
-
Uses of EnumeratedType in org.apache.wicket.authorization
Subclasses of EnumeratedType in org.apache.wicket.authorization Modifier and Type Class Description class
Action
A class for constructing singleton constants that represent a given component action that needs to be authorized. -
Uses of EnumeratedType in org.apache.wicket.extensions.ajax.markup.html.modal
Subclasses of EnumeratedType in org.apache.wicket.extensions.ajax.markup.html.modal Modifier and Type Class Description static class
ModalWindow.MaskType
Deprecated.Mask is the element behind the window, that prevents user from interacting the rest of page. -
Uses of EnumeratedType in org.apache.wicket.settings
Subclasses of EnumeratedType in org.apache.wicket.settings Modifier and Type Class Description static class
ExceptionSettings.UnexpectedExceptionDisplay
Enumerated type for different ways of displaying unexpected exceptions. -
Uses of EnumeratedType in org.apache.wicket.util.lang
Methods in org.apache.wicket.util.lang that return types with arguments of type EnumeratedType Modifier and Type Method Description static List<EnumeratedType>
EnumeratedType. getValues(Class<? extends EnumeratedType> c)
Gets the enumerated type values for a given subclass of EnumeratedType.Method parameters in org.apache.wicket.util.lang with type arguments of type EnumeratedType Modifier and Type Method Description static List<EnumeratedType>
EnumeratedType. getValues(Class<? extends EnumeratedType> c)
Gets the enumerated type values for a given subclass of EnumeratedType. -
Uses of EnumeratedType in org.apache.wicket.util.time
Subclasses of EnumeratedType in org.apache.wicket.util.time Modifier and Type Class Description static class
TimeOfDay.Meridian
Deprecated.Typesafe AM/PM enumeration.
-