public class AgendaBuilder extends Object
Modifier and Type | Field and Description |
---|---|
static String |
AGENDA |
static String |
RULE |
Constructor and Description |
---|
AgendaBuilder() |
Modifier and Type | Method and Description |
---|---|
org.kuali.rice.krad.uif.component.Component |
buildAgenda(AgendaEditor agenda,
int index,
AgendaSection agendaSection)
This method dynamically build the components on the screen to render an agenda.
|
protected org.kuali.rice.krad.uif.component.Component |
buildRule(RuleEditor rule,
String bindingPrefix,
AgendaSection agendaSection)
This method dynamically builds a disclosure section for each rule that already exists.
|
RuleViewHelperService |
getViewHelperService() |
protected void |
setPropertyBindingPaths(org.kuali.rice.krad.uif.container.Group group,
String bindingPath) |
void |
setViewHelperService(RuleViewHelperService viewHelperService) |
public static final String AGENDA
public static final String RULE
public AgendaBuilder()
public org.kuali.rice.krad.uif.component.Component buildAgenda(AgendaEditor agenda, int index, AgendaSection agendaSection)
agenda
- protected org.kuali.rice.krad.uif.component.Component buildRule(RuleEditor rule, String bindingPrefix, AgendaSection agendaSection)
rule
- protected void setPropertyBindingPaths(org.kuali.rice.krad.uif.container.Group group, String bindingPath)
public RuleViewHelperService getViewHelperService()
public void setViewHelperService(RuleViewHelperService viewHelperService)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.