| Package | Description |
|---|---|
| com.suncode.pwfl.workflow.form.action |
| Modifier and Type | Method and Description |
|---|---|
static ActionDestination.Type |
ActionDestination.Type.forType(String type) |
ActionDestination.Type |
ActionDestination.getType() |
ActionDestination.Type |
ActionTarget.getType()
Returns type of target element.
|
static ActionDestination.Type |
ActionDestination.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ActionDestination.Type[] |
ActionDestination.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ActionDestination.Type> |
ActionDefinition.getDestinationsTypes()
Form areas affected by the action.
|
| Constructor and Description |
|---|
ActionDestination(ActionDestination.Type type) |
ActionDestination(ActionDestination.Type type,
String bindTo) |
ActionTarget(String id,
ActionDestination.Type type) |
Copyright © 2017 Suncode. All rights reserved.