Uses of Class
org.apache.wicket.util.lang.EnumeratedType
Packages that use EnumeratedType
-
Uses of EnumeratedType in org.apache.wicket.util.lang
Methods in org.apache.wicket.util.lang that return types with arguments of type EnumeratedTypeModifier and TypeMethodDescriptionstatic 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 EnumeratedTypeModifier and TypeMethodDescriptionstatic List<EnumeratedType>EnumeratedType.getValues(Class<? extends EnumeratedType> c) Gets the enumerated type values for a given subclass of EnumeratedType.