Package | Description |
---|---|
com.suncode.pwfl.workflow.form.action |
Modifier and Type | Method and Description |
---|---|
static ActionTarget |
ActionTarget.button()
Form button
|
static ActionTarget |
ActionTarget.button(String bindParameterId)
Form button.
|
static ActionTarget |
ActionTarget.form()
Form
|
static ActionTarget |
ActionTarget.variable()
Variable
|
static ActionTarget |
ActionTarget.variable(String bindParameterId)
Variable.
|
static ActionTarget |
ActionTarget.variableSet()
Variable set
|
static ActionTarget |
ActionTarget.variableSet(String bindParameterId)
Variable set.
|
Modifier and Type | Method and Description |
---|---|
ActionDestination |
ActionDefinition.getDestination(ActionTarget actionTarget)
Returns action destination that matches declared action target.
|
boolean |
ActionDestination.matchesTarget(ActionTarget target) |
boolean |
ActionDefinition.targetSupported(ActionTarget actionTarget)
Returns true if this action can be used on specified target.
|
Copyright © 2019 Suncode. All rights reserved.