org.primefaces.component.menuitem
Enum MenuItem.PropertyKeys
java.lang.Object
java.lang.Enum<MenuItem.PropertyKeys>
org.primefaces.component.menuitem.MenuItem.PropertyKeys
- All Implemented Interfaces:
- Serializable, Comparable<MenuItem.PropertyKeys>
- Enclosing class:
- MenuItem
protected static enum MenuItem.PropertyKeys
- extends Enum<MenuItem.PropertyKeys>
url
public static final MenuItem.PropertyKeys url
target
public static final MenuItem.PropertyKeys target
style
public static final MenuItem.PropertyKeys style
styleClass
public static final MenuItem.PropertyKeys styleClass
onclick
public static final MenuItem.PropertyKeys onclick
update
public static final MenuItem.PropertyKeys update
process
public static final MenuItem.PropertyKeys process
onstart
public static final MenuItem.PropertyKeys onstart
disabled
public static final MenuItem.PropertyKeys disabled
oncomplete
public static final MenuItem.PropertyKeys oncomplete
onerror
public static final MenuItem.PropertyKeys onerror
onsuccess
public static final MenuItem.PropertyKeys onsuccess
global
public static final MenuItem.PropertyKeys global
async
public static final MenuItem.PropertyKeys async
ajax
public static final MenuItem.PropertyKeys ajax
icon
public static final MenuItem.PropertyKeys icon
partialSubmit
public static final MenuItem.PropertyKeys partialSubmit
title
public static final MenuItem.PropertyKeys title
outcome
public static final MenuItem.PropertyKeys outcome
includeViewParams
public static final MenuItem.PropertyKeys includeViewParams
fragment
public static final MenuItem.PropertyKeys fragment
values
public static MenuItem.PropertyKeys[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (MenuItem.PropertyKeys c : MenuItem.PropertyKeys.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MenuItem.PropertyKeys valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
toString
public String toString()
- Overrides:
toString
in class Enum<MenuItem.PropertyKeys>
Copyright © 2013. All Rights Reserved.