Uses of Class
org.apache.wicket.util.lang.EnumeratedType

Packages that use EnumeratedType
org.apache.wicket.authorization Contains classes that allow the user to specify authorization constraints via IAuthorizationStrategy. 
org.apache.wicket.markup.html.tree Package for Tree components. 
org.apache.wicket.markup.parser The default parsing engine of Wicket. 
org.apache.wicket.settings   
org.apache.wicket.util.time Utilities for working with Time(s). 
 

Uses of EnumeratedType in org.apache.wicket.authorization
 

Subclasses of EnumeratedType in org.apache.wicket.authorization
 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.markup.html.tree
 

Subclasses of EnumeratedType in org.apache.wicket.markup.html.tree
static class BaseTree.LinkType
          The type of junction links and node selection links.
 

Uses of EnumeratedType in org.apache.wicket.markup.parser
 

Subclasses of EnumeratedType in org.apache.wicket.markup.parser
static class XmlTag.Type
          Enumerated type for different kinds of component tags.
 

Uses of EnumeratedType in org.apache.wicket.settings
 

Subclasses of EnumeratedType in org.apache.wicket.settings
static class IExceptionSettings.UnexpectedExceptionDisplay
          Enumerated type for different ways of displaying unexpected exceptions.
static class IRequestCycleSettings.RenderStrategy
          Enumerated type for different ways of handling the render part of requests.
 

Uses of EnumeratedType in org.apache.wicket.util.time
 

Subclasses of EnumeratedType in org.apache.wicket.util.time
static class TimeOfDay.Meridian
          Typesafe AM/PM enumeration.
 



Copyright © 2004-2010 Apache Software Foundation. All Rights Reserved.