protected static enum DatePicker.AjaxCall extends Enum<DatePicker.AjaxCall> implements Serializable
Modifier and Type | Method and Description |
---|---|
String |
getAxajCall() |
static DatePicker.AjaxCall |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DatePicker.AjaxCall[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DatePicker.AjaxCall GET
public static final DatePicker.AjaxCall POST
public static DatePicker.AjaxCall[] values()
for (DatePicker.AjaxCall c : DatePicker.AjaxCall.values()) System.out.println(c);
public static DatePicker.AjaxCall 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 getAxajCall()
Copyright © 2015. All rights reserved.