org.broadleafcommerce.openadmin.web.form.component
Enum ListGrid.Type

java.lang.Object
  extended by java.lang.Enum<ListGrid.Type>
      extended by org.broadleafcommerce.openadmin.web.form.component.ListGrid.Type
All Implemented Interfaces:
Serializable, Comparable<ListGrid.Type>
Enclosing class:
ListGrid

public static enum ListGrid.Type
extends Enum<ListGrid.Type>


Enum Constant Summary
ADORNED
           
ADORNED_WITH_FORM
           
BASIC
           
INLINE
           
MAIN
           
MAP
           
TO_ONE
           
 
Method Summary
static ListGrid.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ListGrid.Type[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

MAIN

public static final ListGrid.Type MAIN

INLINE

public static final ListGrid.Type INLINE

TO_ONE

public static final ListGrid.Type TO_ONE

BASIC

public static final ListGrid.Type BASIC

ADORNED

public static final ListGrid.Type ADORNED

ADORNED_WITH_FORM

public static final ListGrid.Type ADORNED_WITH_FORM

MAP

public static final ListGrid.Type MAP
Method Detail

values

public static ListGrid.Type[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (ListGrid.Type c : ListGrid.Type.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static ListGrid.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null


Copyright © 2013. All Rights Reserved.