public enum TabPaneCache extends java.lang.Enum<TabPaneCache>
| Enum Constant and Description |
|---|
DYNAMIC |
DYNAMIC_REVERT_STATIC_AUTO |
NONE |
STATIC |
STATIC_AUTO |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
static TabPaneCache |
get(java.lang.String find) |
java.lang.String |
getNamed() |
TabPaneCache |
getRevertTo() |
boolean |
isCached() |
boolean |
isCachedStatically() |
TabPaneCache |
resolve(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent tab) |
static TabPaneCache |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TabPaneCache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TabPaneCache NONE
public static final TabPaneCache DYNAMIC
public static final TabPaneCache STATIC
public static final TabPaneCache STATIC_AUTO
public static final TabPaneCache DYNAMIC_REVERT_STATIC_AUTO
public static final java.lang.String DEFAULT
public static TabPaneCache[] values()
for (TabPaneCache c : TabPaneCache.values()) System.out.println(c);
public static TabPaneCache 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 static TabPaneCache get(java.lang.String find)
public TabPaneCache resolve(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent tab)
public java.lang.String getNamed()
public boolean isCached()
public boolean isCachedStatically()
public TabPaneCache getRevertTo()
Copyright 2014 ICEsoft Technologies Canada Corp., All Rights Reserved.