protected static enum SimpleSelectOneMenuBase.PropertyKeys extends java.lang.Enum<SimpleSelectOneMenuBase.PropertyKeys>
| Enum Constant and Description |
|---|
accesskey |
dir |
disabled |
indicatorPosition |
itemList |
label |
labelPosition |
lang |
optionalIndicator |
readonly |
requiredIndicator |
style |
styleClass |
tabindex |
title |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static SimpleSelectOneMenuBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SimpleSelectOneMenuBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SimpleSelectOneMenuBase.PropertyKeys accesskey
public static final SimpleSelectOneMenuBase.PropertyKeys dir
public static final SimpleSelectOneMenuBase.PropertyKeys disabled
public static final SimpleSelectOneMenuBase.PropertyKeys indicatorPosition
public static final SimpleSelectOneMenuBase.PropertyKeys label
public static final SimpleSelectOneMenuBase.PropertyKeys labelPosition
public static final SimpleSelectOneMenuBase.PropertyKeys lang
public static final SimpleSelectOneMenuBase.PropertyKeys optionalIndicator
public static final SimpleSelectOneMenuBase.PropertyKeys readonly
public static final SimpleSelectOneMenuBase.PropertyKeys requiredIndicator
public static final SimpleSelectOneMenuBase.PropertyKeys style
public static final SimpleSelectOneMenuBase.PropertyKeys styleClass
public static final SimpleSelectOneMenuBase.PropertyKeys tabindex
public static final SimpleSelectOneMenuBase.PropertyKeys title
public static final SimpleSelectOneMenuBase.PropertyKeys itemList
public static SimpleSelectOneMenuBase.PropertyKeys[] values()
for (SimpleSelectOneMenuBase.PropertyKeys c : SimpleSelectOneMenuBase.PropertyKeys.values()) System.out.println(c);
public static SimpleSelectOneMenuBase.PropertyKeys 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 nullpublic java.lang.String toString()
toString in class java.lang.Enum<SimpleSelectOneMenuBase.PropertyKeys>Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.