| Package | Description |
|---|---|
| org.kuali.rice.krad.uif.component | |
| org.kuali.rice.krad.uif.layout |
| Modifier and Type | Method and Description |
|---|---|
List<PropertyReplacer> |
ComponentBase.getPropertyReplacers() |
List<PropertyReplacer> |
Component.getPropertyReplacers()
List of
PropertyReplacer instances that will be evaluated
during the view lifecycle to conditionally set properties on the
Component based on expression evaluations |
| Modifier and Type | Method and Description |
|---|---|
void |
ComponentBase.setPropertyReplacers(List<PropertyReplacer> propertyReplacers) |
void |
Component.setPropertyReplacers(List<PropertyReplacer> propertyReplacers)
Setter for the components property substitutions
|
| Modifier and Type | Method and Description |
|---|---|
List<PropertyReplacer> |
LayoutManagerBase.getPropertyReplacers() |
List<PropertyReplacer> |
LayoutManager.getPropertyReplacers()
List of
PropertyReplacer instances that will be
evaluated during the view lifecycle to conditional set properties on the
LayoutManager based on expression evaluations |
| Modifier and Type | Method and Description |
|---|---|
void |
LayoutManagerBase.setPropertyReplacers(List<PropertyReplacer> propertyReplacers) |
void |
LayoutManager.setPropertyReplacers(List<PropertyReplacer> propertyReplacers)
Setter for the layout managers property substitutions
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.