protected static enum SelectOneMenu.PropertyKeys extends Enum<SelectOneMenu.PropertyKeys>
Enum Constant and Description |
---|
appendTo |
caseSensitive |
editable |
effect |
effectSpeed |
filter |
filterFunction |
filterMatchMode |
height |
labelTemplate |
maxlength |
panelStyle |
panelStyleClass |
syncTooltip |
title |
var |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SelectOneMenu.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectOneMenu.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectOneMenu.PropertyKeys widgetVar
public static final SelectOneMenu.PropertyKeys effect
public static final SelectOneMenu.PropertyKeys effectSpeed
public static final SelectOneMenu.PropertyKeys panelStyle
public static final SelectOneMenu.PropertyKeys panelStyleClass
public static final SelectOneMenu.PropertyKeys var
public static final SelectOneMenu.PropertyKeys height
public static final SelectOneMenu.PropertyKeys editable
public static final SelectOneMenu.PropertyKeys filter
public static final SelectOneMenu.PropertyKeys filterMatchMode
public static final SelectOneMenu.PropertyKeys filterFunction
public static final SelectOneMenu.PropertyKeys caseSensitive
public static final SelectOneMenu.PropertyKeys maxlength
public static final SelectOneMenu.PropertyKeys appendTo
public static final SelectOneMenu.PropertyKeys title
public static final SelectOneMenu.PropertyKeys syncTooltip
public static final SelectOneMenu.PropertyKeys labelTemplate
public static SelectOneMenu.PropertyKeys[] values()
for (SelectOneMenu.PropertyKeys c : SelectOneMenu.PropertyKeys.values()) System.out.println(c);
public static SelectOneMenu.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<SelectOneMenu.PropertyKeys>
Copyright © 2015. All rights reserved.