Example usage for java.lang Enum subclass-usage

List of usage examples for java.lang Enum subclass-usage

Introduction

In this page you can find the example usage for java.lang Enum subclass-usage.

Usage

From source file org.apache.tapestry.spec.AssetType.java

/**
 *  Defines the types of assets.
 *
 *  @see IAssetSpecification
 *
 *  @author Howard Lewis Ship

From source file org.apache.tapestry.parse.AttributeType.java

/**
 *  The type of an {@link org.apache.tapestry.parse.TemplateAttribute}.
 *  New types can be created by modifying
 *  {@link org.apache.tapestry.parse.TemplateParser} to recognize
 *  the attribute prefix in compnent tags, and
 *  by modifying

From source file org.apache.tapestry.spec.BeanLifecycle.java

/**
 *  An {@link Enum} of the different possible lifecycles for a JavaBean.
 *
 *  @author Howard Lewis Ship
 *  @version $Id: BeanLifecycle.java,v 1.3 2004/02/19 17:37:52 hlship Exp $
 *  @since 1.0.4

From source file org.apache.tapestry.parse.TokenType.java

/**
 * An {@link Enum} of the different possible token types.
 *
 * @see TemplateToken
 *
 * @author Howard Lewis Ship

From source file org.araneaframework.uilib.support.TextType.java

/**
 * Specifies the text type for {@link org.araneaframework.uilib.form.control.TextControl}.
 * 
 * @author <a href="mailto:ekabanov@webmedia.ee">Jevgeni Kabanov</a>
 * 
 */

From source file org.apache.tapestry.form.FormEventType.java

/**
 *  Lists different types of JavaScript events that can be associated
 *  with a {@link Form} via {@link Form#addEventHandler(FormEventType, String)}.
 *
 *  @author Howard Lewis Ship
 *  @version $Id: FormEventType.java,v 1.3 2004/02/19 17:37:37 hlship Exp $

From source file org.apache.tapestry.spec.BindingType.java

/**
 *  Defines the different types of bindings possible for a component.
 *  These are used in the {@link IBindingSpecification} and ultimately
 *  used to create an instance of {@link org.apache.tapestry.IBinding}.
 *
 *

From source file org.apache.tapestry.components.LinkEventType.java

/**
 *  Different types of JavaScript events that an {@link ILinkComponent}
 *  can provide handlers for.
 *
 *  @author Howard Lewis Ship
 *  @version $Id: LinkEventType.java,v 1.3 2004/02/19 17:38:05 hlship Exp $

From source file org.apache.tapestry.html.InsertTextMode.java

/**
 *  Defines a number of ways to format multi-line text for proper
 *  renderring.
 *
 *  @version $Id: InsertTextMode.java,v 1.4 2004/02/19 17:37:44 hlship Exp $
 *  @author Howard Lewis Ship

From source file org.apache.tapestry.valid.ValidationConstraint.java

/**
 *  Defines an enumeration of different types of validation constraints
 *  that may be violated.
 *
 *  @author Howard Lewis Ship
 *  @version $Id: ValidationConstraint.java,v 1.6 2004/02/19 17:38:03 hlship Exp $