protected static enum ViewBase.PropertyKeys extends java.lang.Enum<ViewBase.PropertyKeys>
| Enum Constant and Description |
|---|
divider |
includeInMenu |
menuIcon |
navBarGroup |
splash |
style |
styleClass |
title |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
static ViewBase.PropertyKeys |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ViewBase.PropertyKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewBase.PropertyKeys divider
public static final ViewBase.PropertyKeys includeInMenu
public static final ViewBase.PropertyKeys menuIcon
public static final ViewBase.PropertyKeys navBarGroup
public static final ViewBase.PropertyKeys splash
public static final ViewBase.PropertyKeys style
public static final ViewBase.PropertyKeys styleClass
public static final ViewBase.PropertyKeys title
public static ViewBase.PropertyKeys[] values()
for (ViewBase.PropertyKeys c : ViewBase.PropertyKeys.values()) System.out.println(c);
public static ViewBase.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<ViewBase.PropertyKeys>Copyright 2018 ICEsoft Technologies Canada Corp., All Rights Reserved.