org.primefaces.component.menuitem
Enum MenuItem.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<MenuItem.PropertyKeys>
      extended by 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>


Enum Constant Summary
ajax
           
async
           
disabled
           
fragment
           
global
           
icon
           
includeViewParams
           
onclick
           
oncomplete
           
onerror
           
onstart
           
onsuccess
           
outcome
           
partialSubmit
           
process
           
style
           
styleClass
           
target
           
title
           
update
           
url
           
 
Method Summary
 String toString()
           
static MenuItem.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MenuItem.PropertyKeys[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

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
Method Detail

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 © 2012. All Rights Reserved.