protected static enum Tab.PropertyKeys extends Enum<Tab.PropertyKeys>
Enum Constant and Description |
---|
ariaLabel |
closable |
disabled |
title |
titleStyle |
titleStyleClass |
titletip |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static Tab.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Tab.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Tab.PropertyKeys title
public static final Tab.PropertyKeys titleStyle
public static final Tab.PropertyKeys titleStyleClass
public static final Tab.PropertyKeys disabled
public static final Tab.PropertyKeys closable
public static final Tab.PropertyKeys titletip
public static final Tab.PropertyKeys ariaLabel
public static Tab.PropertyKeys[] values()
for (Tab.PropertyKeys c : Tab.PropertyKeys.values()) System.out.println(c);
public static Tab.PropertyKeys 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 toString()
toString
in class Enum<Tab.PropertyKeys>
Copyright © 2015. All rights reserved.