|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gwtbootstrap3.client.ui.base.helper.EnumHelper
public final class EnumHelper
| Method Summary | ||
|---|---|---|
static
|
fromStyleName(String styleName,
Class<E> enumClass,
E defaultValue)
Returns first enum constant found in at space-separated list of style names. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <E extends Enum<? extends Style.HasCssName>> E fromStyleName(String styleName,
Class<E> enumClass,
E defaultValue)
E - styleName - Space-separated list of stylesenumClass - Type of enumdefaultValue - Default value of no match was found
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||