public static enum SelectionList.FilterStyle extends java.lang.Enum<SelectionList.FilterStyle>
Enum Constant and Description |
---|
HiddenFilter
Der Filter ist versteckt und wird eingeblendet wenn auf die Überschrift geklickt wird
|
NoHeader
Kein Header
|
VisibleFilter
Der Filter ist immer sichtbar
|
Modifier and Type | Method and Description |
---|---|
static SelectionList.FilterStyle |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SelectionList.FilterStyle[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectionList.FilterStyle HiddenFilter
public static final SelectionList.FilterStyle VisibleFilter
public static final SelectionList.FilterStyle NoHeader
public static SelectionList.FilterStyle[] values()
for (SelectionList.FilterStyle c : SelectionList.FilterStyle.values()) System.out.println(c);
public static SelectionList.FilterStyle valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null