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