org.gwtbootstrap3.client.ui.constants
Enum ColumnPull

java.lang.Object
  extended by java.lang.Enum<ColumnPull>
      extended by org.gwtbootstrap3.client.ui.constants.ColumnPull
All Implemented Interfaces:
Style.HasCssName, Serializable, Comparable<ColumnPull>, Size

public enum ColumnPull
extends Enum<ColumnPull>
implements Size, Style.HasCssName

Author:
Sven Jacobs

Enum Constant Summary
LG_0
           
LG_1
           
LG_10
           
LG_11
           
LG_2
           
LG_3
           
LG_4
           
LG_5
           
LG_6
           
LG_7
           
LG_8
           
LG_9
           
MD_0
           
MD_1
           
MD_10
           
MD_11
           
MD_2
           
MD_3
           
MD_4
           
MD_5
           
MD_6
           
MD_7
           
MD_8
           
MD_9
           
SM_0
           
SM_1
           
SM_10
           
SM_11
           
SM_2
           
SM_3
           
SM_4
           
SM_5
           
SM_6
           
SM_7
           
SM_8
           
SM_9
           
XS_0
           
XS_1
           
XS_10
           
XS_11
           
XS_12
           
XS_2
           
XS_3
           
XS_4
           
XS_5
           
XS_6
           
XS_7
           
XS_8
           
XS_9
           
 
Method Summary
 String getCssName()
           
static ColumnPull valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ColumnPull[] 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

XS_0

public static final ColumnPull XS_0

XS_1

public static final ColumnPull XS_1

XS_2

public static final ColumnPull XS_2

XS_3

public static final ColumnPull XS_3

XS_4

public static final ColumnPull XS_4

XS_5

public static final ColumnPull XS_5

XS_6

public static final ColumnPull XS_6

XS_7

public static final ColumnPull XS_7

XS_8

public static final ColumnPull XS_8

XS_9

public static final ColumnPull XS_9

XS_10

public static final ColumnPull XS_10

XS_11

public static final ColumnPull XS_11

XS_12

public static final ColumnPull XS_12

SM_0

public static final ColumnPull SM_0

SM_1

public static final ColumnPull SM_1

SM_2

public static final ColumnPull SM_2

SM_3

public static final ColumnPull SM_3

SM_4

public static final ColumnPull SM_4

SM_5

public static final ColumnPull SM_5

SM_6

public static final ColumnPull SM_6

SM_7

public static final ColumnPull SM_7

SM_8

public static final ColumnPull SM_8

SM_9

public static final ColumnPull SM_9

SM_10

public static final ColumnPull SM_10

SM_11

public static final ColumnPull SM_11

MD_0

public static final ColumnPull MD_0

MD_1

public static final ColumnPull MD_1

MD_2

public static final ColumnPull MD_2

MD_3

public static final ColumnPull MD_3

MD_4

public static final ColumnPull MD_4

MD_5

public static final ColumnPull MD_5

MD_6

public static final ColumnPull MD_6

MD_7

public static final ColumnPull MD_7

MD_8

public static final ColumnPull MD_8

MD_9

public static final ColumnPull MD_9

MD_10

public static final ColumnPull MD_10

MD_11

public static final ColumnPull MD_11

LG_0

public static final ColumnPull LG_0

LG_1

public static final ColumnPull LG_1

LG_2

public static final ColumnPull LG_2

LG_3

public static final ColumnPull LG_3

LG_4

public static final ColumnPull LG_4

LG_5

public static final ColumnPull LG_5

LG_6

public static final ColumnPull LG_6

LG_7

public static final ColumnPull LG_7

LG_8

public static final ColumnPull LG_8

LG_9

public static final ColumnPull LG_9

LG_10

public static final ColumnPull LG_10

LG_11

public static final ColumnPull LG_11
Method Detail

values

public static ColumnPull[] 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 (ColumnPull c : ColumnPull.values())
    System.out.println(c);

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

valueOf

public static ColumnPull 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

getCssName

public String getCssName()
Specified by:
getCssName in interface Style.HasCssName


Copyright © 2015. All rights reserved.