org.primefaces.component.menuitem
Enum UIMenuItem.PropertyKeys

java.lang.Object
  extended by java.lang.Enum<UIMenuItem.PropertyKeys>
      extended by org.primefaces.component.menuitem.UIMenuItem.PropertyKeys
All Implemented Interfaces:
Serializable, Comparable<UIMenuItem.PropertyKeys>
Enclosing class:
UIMenuItem

protected static enum UIMenuItem.PropertyKeys
extends Enum<UIMenuItem.PropertyKeys>


Enum Constant Summary
ajax
           
async
           
disabled
           
fragment
           
global
           
icon
           
ignoreAutoUpdate
           
includeViewParams
           
onclick
           
oncomplete
           
onerror
           
onstart
           
onsuccess
           
outcome
           
partialSubmit
           
process
           
resetValues
           
style
           
styleClass
           
target
           
title
           
update
           
url
           
 
Method Summary
 String toString()
           
static UIMenuItem.PropertyKeys valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UIMenuItem.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 UIMenuItem.PropertyKeys url

target

public static final UIMenuItem.PropertyKeys target

style

public static final UIMenuItem.PropertyKeys style

styleClass

public static final UIMenuItem.PropertyKeys styleClass

onclick

public static final UIMenuItem.PropertyKeys onclick

update

public static final UIMenuItem.PropertyKeys update

process

public static final UIMenuItem.PropertyKeys process

onstart

public static final UIMenuItem.PropertyKeys onstart

disabled

public static final UIMenuItem.PropertyKeys disabled

oncomplete

public static final UIMenuItem.PropertyKeys oncomplete

onerror

public static final UIMenuItem.PropertyKeys onerror

onsuccess

public static final UIMenuItem.PropertyKeys onsuccess

global

public static final UIMenuItem.PropertyKeys global

async

public static final UIMenuItem.PropertyKeys async

ajax

public static final UIMenuItem.PropertyKeys ajax

icon

public static final UIMenuItem.PropertyKeys icon

partialSubmit

public static final UIMenuItem.PropertyKeys partialSubmit

resetValues

public static final UIMenuItem.PropertyKeys resetValues

ignoreAutoUpdate

public static final UIMenuItem.PropertyKeys ignoreAutoUpdate

title

public static final UIMenuItem.PropertyKeys title

outcome

public static final UIMenuItem.PropertyKeys outcome

includeViewParams

public static final UIMenuItem.PropertyKeys includeViewParams

fragment

public static final UIMenuItem.PropertyKeys fragment
Method Detail

values

public static UIMenuItem.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 (UIMenuItem.PropertyKeys c : UIMenuItem.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 UIMenuItem.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<UIMenuItem.PropertyKeys>


Copyright © 2013. All rights reserved.