Constructor and Description |
---|
ActionTarget(String id,
ActionDestination.Type type) |
Modifier and Type | Method and Description |
---|---|
static ActionTarget |
button()
Form button
|
static ActionTarget |
button(String bindParameterId)
Form button.
|
boolean |
equals(Object obj) |
static ActionTarget |
form()
Form
|
String |
getId()
Returns identificator of target element.
|
ActionDestination.Type |
getType()
Returns type of target element.
|
int |
hashCode() |
String |
toString() |
static ActionTarget |
variable()
Variable
|
static ActionTarget |
variable(String bindParameterId)
Variable.
|
static ActionTarget |
variableSet()
Variable set
|
static ActionTarget |
variableSet(String bindParameterId)
Variable set.
|
public ActionTarget(String id, ActionDestination.Type type)
public String getId()
ActionDestination.Type.FORM
does not
have id (null will be returned)public ActionDestination.Type getType()
public static ActionTarget form()
public static ActionTarget variable()
public static ActionTarget variable(String bindParameterId)
bindParameterId
- Bind parameter idpublic static ActionTarget variableSet()
public static ActionTarget variableSet(String bindParameterId)
bindParameterId
- Bind parameter idpublic static ActionTarget button()
public static ActionTarget button(String bindParameterId)
bindParameterId
- Bind parameter idCopyright © 2019 Suncode. All rights reserved.