public static enum IBSGridCol.BSGridSize extends Enum<IBSGridCol.BSGridSize>
| Modifier and Type | Method and Description |
|---|---|
<C extends org.apache.wicket.Component & IBSGridCol<C>> |
col(C comp,
int cols) |
<C extends org.apache.wicket.Component & IBSGridCol<C>> |
hidden(C comp) |
<C extends org.apache.wicket.Component & IBSGridCol<C>> |
offset(C comp,
int cols) |
static IBSGridCol.BSGridSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IBSGridCol.BSGridSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IBSGridCol.BSGridSize XS
public static final IBSGridCol.BSGridSize SM
public static final IBSGridCol.BSGridSize MD
public static final IBSGridCol.BSGridSize LG
public static IBSGridCol.BSGridSize[] values()
for (IBSGridCol.BSGridSize c : IBSGridCol.BSGridSize.values()) System.out.println(c);
public static IBSGridCol.BSGridSize valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic <C extends org.apache.wicket.Component & IBSGridCol<C>> C col(C comp, int cols)
public <C extends org.apache.wicket.Component & IBSGridCol<C>> C offset(C comp, int cols)
public <C extends org.apache.wicket.Component & IBSGridCol<C>> C hidden(C comp)
Copyright © 2018. All rights reserved.