protected static enum SelectCheckboxMenu.PropertyKeys extends Enum<SelectCheckboxMenu.PropertyKeys>
Enum Constant and Description |
---|
appendTo |
caseSensitive |
filter |
filterFunction |
filterMatchMode |
onHide |
onShow |
panelStyle |
panelStyleClass |
scrollHeight |
showHeader |
tabindex |
title |
updateLabel |
widgetVar |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static SelectCheckboxMenu.PropertyKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectCheckboxMenu.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SelectCheckboxMenu.PropertyKeys widgetVar
public static final SelectCheckboxMenu.PropertyKeys scrollHeight
public static final SelectCheckboxMenu.PropertyKeys onShow
public static final SelectCheckboxMenu.PropertyKeys onHide
public static final SelectCheckboxMenu.PropertyKeys filter
public static final SelectCheckboxMenu.PropertyKeys filterMatchMode
public static final SelectCheckboxMenu.PropertyKeys filterFunction
public static final SelectCheckboxMenu.PropertyKeys caseSensitive
public static final SelectCheckboxMenu.PropertyKeys panelStyle
public static final SelectCheckboxMenu.PropertyKeys panelStyleClass
public static final SelectCheckboxMenu.PropertyKeys appendTo
public static final SelectCheckboxMenu.PropertyKeys tabindex
public static final SelectCheckboxMenu.PropertyKeys title
public static final SelectCheckboxMenu.PropertyKeys showHeader
public static final SelectCheckboxMenu.PropertyKeys updateLabel
public static SelectCheckboxMenu.PropertyKeys[] values()
for (SelectCheckboxMenu.PropertyKeys c : SelectCheckboxMenu.PropertyKeys.values()) System.out.println(c);
public static SelectCheckboxMenu.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<SelectCheckboxMenu.PropertyKeys>
Copyright © 2016. All rights reserved.