public enum TreeSearchBarModeType extends Enum<TreeSearchBarModeType>
| Enum Constant and Description |
|---|
ALWAYS_VISIBLE |
NONE |
SHOW_IF_FILLED |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
static TreeSearchBarModeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TreeSearchBarModeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TreeSearchBarModeType NONE
public static final TreeSearchBarModeType ALWAYS_VISIBLE
public static final TreeSearchBarModeType SHOW_IF_FILLED
public final String label
public static TreeSearchBarModeType[] values()
for (TreeSearchBarModeType c : TreeSearchBarModeType.values()) System.out.println(c);
public static TreeSearchBarModeType 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 String getLabel()
Copyright © 2018. All rights reserved.