public abstract class ComponentModifierBase extends ConfigurableBase implements ComponentModifier
ComponentModifier implementations
Holds run phase property and defaults to the INITIALIZE phase, and the order property for setting the order in which the component modifier will be invoked
INITIAL_ORDER_VALUE| Constructor and Description |
|---|
ComponentModifierBase() |
| Modifier and Type | Method and Description |
|---|---|
List<Component> |
getComponentPrototypes()
List of components that are maintained by the modifier as prototypes for creating other component instances
|
int |
getOrder() |
String |
getRunCondition()
Conditional expression to evaluate for determining whether the component
modifier should be run.
|
String |
getRunPhase()
Indicates what phase of the component lifecycle the
ComponentModifier should be invoked in (INITIALIZE,
APPLY_MODEL, or FINALIZE) |
void |
performInitialization(View view,
Object model,
Component component)
Default performInitialization impl (does nothing)
|
void |
setOrder(int order)
Setter for the order value
|
void |
setRunCondition(String runCondition)
Setter for the component modifiers run condition
|
void |
setRunPhase(String runPhase)
Setter for the component initializer run phase
|
getPropertyExpression, getPropertyExpressions, setPropertyExpressionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSupportedComponents, performModificationgetPropertyExpression, getPropertyExpressions, setPropertyExpressionspublic ComponentModifierBase()
public void performInitialization(View view, Object model, Component component)
performInitialization in interface ComponentModifierview - - View instance the component modifier is a part ofcomponent - - Component the modifier is configured onperformInitialization(org.kuali.rice.krad.uif.view.View, java.lang.Object, org.kuali.rice.krad.uif.component.Component)public List<Component> getComponentPrototypes()
ComponentModifierPrototypes are held for configuring how a component should be created during the lifecycle. An example of this are the fields in a collection group that are created for each collection record. They only participate in the initialize phase.
getComponentPrototypes in interface ComponentModifiergetComponentPrototypes()public String getRunPhase()
ComponentModifierComponentModifier should be invoked in (INITIALIZE,
APPLY_MODEL, or FINALIZE)getRunPhase in interface ComponentModifierComponentModifier.getRunPhase()public void setRunPhase(String runPhase)
runPhase - public String getRunCondition()
ComponentModifiergetRunCondition in interface ComponentModifierComponentModifier.getRunCondition()public void setRunCondition(String runCondition)
runCondition - public int getOrder()
getOrder in interface ComponentModifiergetOrder in interface org.springframework.core.OrderedOrdered.getOrder()public void setOrder(int order)
OrderedsetOrder in interface ComponentModifierOrdered.setOrder(int)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.