public enum XItemMeta extends Enum<XItemMeta>
Enum Constant and Description |
---|
XButtonList |
XCheckBox |
XContainer |
XFieldSet |
XImage |
XLine |
XPage |
XSelect |
XSpacer |
XSpan |
XTextArea |
XTextField |
XUpload |
Modifier and Type | Method and Description |
---|---|
String |
getHoverIcon() |
String |
getIcon() |
Integer |
getIdx() |
ArrayList<XProperty> |
getProperties() |
static XItemMeta |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XItemMeta[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XItemMeta XPage
public static final XItemMeta XContainer
public static final XItemMeta XFieldSet
public static final XItemMeta XSpan
public static final XItemMeta XTextArea
public static final XItemMeta XTextField
public static final XItemMeta XCheckBox
public static final XItemMeta XSelect
public static final XItemMeta XLine
public static final XItemMeta XImage
public static final XItemMeta XSpacer
public static final XItemMeta XUpload
public static final XItemMeta XButtonList
public static XItemMeta[] values()
for (XItemMeta c : XItemMeta.values()) System.out.println(c);
public static XItemMeta 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 getIcon()
public String getHoverIcon()
public Integer getIdx()
Copyright © 2018 XIMA MEDIA GmbH. All rights reserved.