Package | Description |
---|---|
com.suncode.pwfl.workflow.form.action |
Modifier and Type | Class and Description |
---|---|
class |
ButtonDestination |
Modifier and Type | Method and Description |
---|---|
static ActionDestination |
ActionDestination.button()
Deprecated.
use
button(boolean) |
static ActionDestination |
ActionDestination.button(boolean allowAcceptButton)
Returns instance of this object and point to the button.
|
static ActionDestination |
ActionDestination.button(String bindTo)
Returns instance of this object and point to the button.
|
static ActionDestination |
ActionDestination.button(String bindTo,
boolean allowAcceptButton)
Returns instance of this object and point to the button.
|
static ActionDestination |
ActionDestination.dtButton()
Returns instance of this object and point to the button in table.
|
static ActionDestination |
ActionDestination.dtButton(String bindTo)
Returns instance of this object and point to the button in table.
|
static ActionDestination |
ActionDestination.form()
Returns instance of this object and point to the whole form area.
|
ActionDestination |
ActionDefinition.getDestination(ActionTarget actionTarget)
Returns action destination that matches declared action target.
|
static ActionDestination |
ActionDestination.label()
Returns instance of this object and point to the label.
|
static ActionDestination |
ActionDestination.variable()
Returns instance of this object and point to the form variable.
|
static ActionDestination |
ActionDestination.variable(String bindTo)
Returns instance of this object and point to the form variable.
|
static ActionDestination |
ActionDestination.variableSet()
Returns instance of this object and point to the dynamic table.
|
static ActionDestination |
ActionDestination.variableSet(String bindTo)
Returns instance of this object and point to the dynamic table.
|
Modifier and Type | Method and Description |
---|---|
List<ActionDestination> |
ActionDefinition.getDestinations()
Form areas affected by the action.
|
Modifier and Type | Method and Description |
---|---|
ActionDefinitionBuilder |
ActionDefinitionBuilder.destination(ActionDestination... destinations)
Sets destinations for action ActionDefinition.getDestinations()
|
Constructor and Description |
---|
ActionDefinition(String id,
String documentationLink,
LocalizedString name,
LocalizedString description,
Icon icon,
List<Category> categories,
List<ActionDestination> destinations,
List<ParameterDefinition<?>> parameters,
List<ContextVariable<?>> contextVariables) |
Copyright © 2019 Suncode. All rights reserved.