@Api public class ActionDestination extends Object
ActionDestination.Type
.
To create object use static methods, eg.:
ActionDestination.variable("param1");
Modifier and Type | Class and Description |
---|---|
static class |
ActionDestination.Type
Form areas affected by the action.
|
Modifier and Type | Method and Description |
---|---|
static ActionDestination |
button()
Returns instance of this object and point to the button.
|
static ActionDestination |
button(String bindTo)
Returns instance of this object and point to the button.
|
boolean |
equals(Object obj) |
static ActionDestination |
form()
Returns instance of this object and point to the whole form area.
|
String |
getBindTo() |
ActionDestination.Type |
getType() |
int |
hashCode() |
boolean |
matchesTarget(ActionTarget target) |
void |
setBindTo(String bindTo) |
static ActionDestination |
variable()
Returns instance of this object and point to the form variable.
|
static ActionDestination |
variable(String bindTo)
Returns instance of this object and point to the form variable.
|
static ActionDestination |
variableSet()
Returns instance of this object and point to the dynamic table.
|
static ActionDestination |
variableSet(String bindTo)
Returns instance of this object and point to the dynamic table.
|
public ActionDestination.Type getType()
public String getBindTo()
public void setBindTo(String bindTo)
public boolean matchesTarget(ActionTarget target)
public static ActionDestination form()
public static ActionDestination variable()
public static ActionDestination variable(String bindTo)
bindTo
- Id of parameter to bind action.public static ActionDestination variableSet()
public static ActionDestination variableSet(String bindTo)
bindTo
- Id of parameter to bind action.public static ActionDestination button()
public static ActionDestination button(String bindTo)
bindTo
- Id of parameter to bind action.Copyright © 2017 Suncode. All rights reserved.