Uses of Interface
org.kuali.rice.krad.uif.lifecycle.LifecycleElementState
Packages that use LifecycleElementState
-
Uses of LifecycleElementState in org.kuali.rice.krad.uif.lifecycle
Subinterfaces of LifecycleElementState in org.kuali.rice.krad.uif.lifecycleModifier and TypeInterfaceDescriptioninterfaceRepresents a phase in the view lifecycle.Classes in org.kuali.rice.krad.uif.lifecycle that implement LifecycleElementStateModifier and TypeClassDescriptionclassLifecycle phase processing task for applying the model to a component.classLifecycle phase processing task for finalizing a component.classLifecycle phase processing task for initializing a component.classLifecycle phase implementation representing the pre-process phase.classLifecycle phase processing task for rendering a component.classBase abstract implementation for a lifecycle phase.Methods in org.kuali.rice.krad.uif.lifecycle that return LifecycleElementStateModifier and TypeMethodDescriptionViewLifecycleTask.getElementState()Gets the phase this lifecycle task is a part of.ViewLifecycleTaskBase.getElementState()Gets the phase this lifecycle task is a part of.Methods in org.kuali.rice.krad.uif.lifecycle with parameters of type LifecycleElementStateModifier and TypeMethodDescriptionvoidViewLifecycleTask.setElementState(LifecycleElementState lifecycleElementState) voidViewLifecycleTaskBase.setElementState(LifecycleElementState elementState) Sets the phase on a recycled task.