Package | Description |
---|---|
org.jbpm.form.builder.services.model | |
org.jbpm.form.builder.services.model.items |
Modifier and Type | Method and Description |
---|---|
Map<String,ScriptRepresentation> |
FormItemRepresentation.getEventActions() |
List<ScriptRepresentation> |
FormRepresentation.getOnLoadScripts() |
List<ScriptRepresentation> |
FormRepresentation.getOnSubmitScripts() |
Modifier and Type | Method and Description |
---|---|
void |
FormItemRepresentation.setEventActions(Map<String,ScriptRepresentation> eventActions) |
void |
FormRepresentation.setOnLoadScripts(List<ScriptRepresentation> onLoadScripts) |
void |
FormRepresentation.setOnSubmitScripts(List<ScriptRepresentation> onSubmitScripts) |
Modifier and Type | Method and Description |
---|---|
ScriptRepresentation |
ComboBoxRepresentation.getElementsPopulationScript() |
ScriptRepresentation |
CompleteButtonRepresentation.getOnClickScript() |
Modifier and Type | Method and Description |
---|---|
void |
ComboBoxRepresentation.setElementsPopulationScript(ScriptRepresentation elementsPopulationScript) |
void |
CompleteButtonRepresentation.setOnClickScript(ScriptRepresentation onClickScript) |
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.