org.kuali.rice.krad.uif.lifecycle
Interface ViewLifecycleResult

All Known Implementing Classes:
ViewLifecycle

public interface ViewLifecycleResult

Interface for encapsulting the completed processing results for an view lifecycle process.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 View getProcessedView()
          Get the view.
<T extends Component>
T
getRefreshComponent()
          Get the component initialized by a refresh lifecycle.
 

Method Detail

getProcessedView

View getProcessedView()
Get the view.

Returns:
A copy of the original view passed in at the start of the lifecycle process, but with lifecycle processing applied.

getRefreshComponent

<T extends Component> T getRefreshComponent()
Get the component initialized by a refresh lifecycle.

Returns:
A copy of the original component passed in for a refresh lifecycle.


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.