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