|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.krms.util.AgendaBuilder
public class AgendaBuilder
Created with IntelliJ IDEA. User: danie Date: 3/7/13 Time: 12:08 PM To change this template use File | Settings | File Templates.
| Constructor Summary | |
|---|---|
AgendaBuilder(View view)
|
|
| Method Summary | |
|---|---|
List<Component> |
build(RuleManagementWrapper ruleManagementWrapper)
|
protected Group |
buildAddRuleSection(RuleEditor ruleEditor,
RuleTypeInfo ruleTypeInfo)
This method dynamically builds a disclosure section to allow the user to add a new rule for this rule type. |
Component |
buildAgenda(AgendaEditor agenda)
This method dynamically build the components on the screen to render an angenda. |
protected Group |
buildEditRuleSection(RuleEditor rule,
RuleTypeInfo ruleTypeInfo)
|
protected Component |
buildRule(RuleEditor rule,
RuleTypeInfo ruleTypeInfo,
Group ruleSection)
This method dynamically builds a disclosure section for each rule that already exists. |
void |
setTypeRelationsMap(Map<String,AgendaTypeInfo> typeRelationsMap)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AgendaBuilder(View view)
| Method Detail |
|---|
public void setTypeRelationsMap(Map<String,AgendaTypeInfo> typeRelationsMap)
public List<Component> build(RuleManagementWrapper ruleManagementWrapper)
public Component buildAgenda(AgendaEditor agenda)
agenda -
protected Component buildRule(RuleEditor rule,
RuleTypeInfo ruleTypeInfo,
Group ruleSection)
rule -
protected Group buildEditRuleSection(RuleEditor rule,
RuleTypeInfo ruleTypeInfo)
protected Group buildAddRuleSection(RuleEditor ruleEditor,
RuleTypeInfo ruleTypeInfo)
ruleTypeInfo -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||