public static enum ViewLifecycle.LifecycleEvent extends Enum<ViewLifecycle.LifecycleEvent>
| Enum Constant and Description | 
|---|
| LIFECYCLE_COMPLETE | 
| Modifier and Type | Method and Description | 
|---|---|
| static ViewLifecycle.LifecycleEvent | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static ViewLifecycle.LifecycleEvent[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final ViewLifecycle.LifecycleEvent LIFECYCLE_COMPLETE
public static ViewLifecycle.LifecycleEvent[] values()
for (ViewLifecycle.LifecycleEvent c : ViewLifecycle.LifecycleEvent.values()) System.out.println(c);
public static ViewLifecycle.LifecycleEvent 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 nullCopyright © 2005–2016 The Kuali Foundation. All rights reserved.