public interface ViewLifecyclePhaseBuilder
ViewLifecyclePhase instances during a the view
lifecycle build process.ViewLifecycleBuild| Modifier and Type | Method and Description |
|---|---|
ViewLifecyclePhase |
buildPhase(String viewPhase,
LifecycleElement element,
Component parent,
String parentPath,
List<String> refreshPaths)
Creates a lifecycle phase instance for a specific component in the current lifecycle.
|
ViewLifecyclePhase |
buildPhase(View view,
String viewPhase,
List<String> refreshPaths)
Creates a lifecycle phase instance for the given view.
|
ViewLifecyclePhase buildPhase(View view, String viewPhase, List<String> refreshPaths)
view - view instance the phase should be built forviewPhase - View phase to build an instance forViewLifecycle.getView()ViewLifecyclePhase buildPhase(String viewPhase, LifecycleElement element, Component parent, String parentPath, List<String> refreshPaths)
viewPhase - view phase to build an instance forelement - lifecycle element to build an instance forparent - parent componentparentPath - path relative to the parent component referring to the lifecycle elementCopyright © 2005–2016 The Kuali Foundation. All rights reserved.