public class Action extends BaseObject implements Serializable
org.appng.api.ActionProvider<T>
interface.Modifier and Type | Field and Description |
---|---|
protected String |
async |
protected Bean |
bean |
protected String |
clientValidation |
protected Condition |
condition |
protected DataConfig |
config |
protected Data |
data |
protected DatasourceRef |
datasource |
protected String |
eventId |
protected String |
id |
protected Messages |
messages |
protected String |
onSuccess |
protected String |
source |
protected UserData |
userdata |
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
String |
getAsync()
If evaluating to
true , the Action will be executed asynchronously. |
Bean |
getBean()
Gets the value of the bean property.
|
String |
getClientValidation()
If evaluating to
true , the validation of the input-fields will be performed on the client
(where possible). |
Condition |
getCondition()
Gets the value of the condition property.
|
DataConfig |
getConfig()
Gets the value of the config property.
|
Data |
getData()
Gets the value of the data property.
|
DatasourceRef |
getDatasource()
Gets the value of the datasource property.
|
String |
getEventId()
The unique id of the event the action belongs to.
|
String |
getId()
The unique id of the action.
|
Messages |
getMessages()
Gets the value of the messages property.
|
String |
getOnSuccess()
The URI to forward to after successfully performing the action.
|
String |
getSource()
The fully qualified class name of the underlying bean.
|
UserData |
getUserdata()
Gets the value of the userdata property.
|
void |
setAsync(String value)
Sets the value of the async property.
|
void |
setBean(Bean value)
Sets the value of the bean property.
|
void |
setClientValidation(String value)
Sets the value of the clientValidation property.
|
void |
setCondition(Condition value)
Sets the value of the condition property.
|
void |
setConfig(DataConfig value)
Sets the value of the config property.
|
void |
setData(Data value)
Sets the value of the data property.
|
void |
setDatasource(DatasourceRef value)
Sets the value of the datasource property.
|
void |
setEventId(String value)
Sets the value of the eventId property.
|
void |
setId(String value)
Sets the value of the id property.
|
void |
setMessages(Messages value)
Sets the value of the messages property.
|
void |
setOnSuccess(String value)
Sets the value of the onSuccess property.
|
void |
setSource(String value)
Sets the value of the source property.
|
void |
setUserdata(UserData value)
Sets the value of the userdata property.
|
protected DataConfig config
protected Condition condition
protected Messages messages
protected DatasourceRef datasource
protected UserData userdata
protected Data data
protected Bean bean
protected String id
protected String eventId
protected String onSuccess
protected String async
protected String clientValidation
protected String source
public DataConfig getConfig()
DataConfig
public void setConfig(DataConfig value)
value
- allowed object is
DataConfig
public Condition getCondition()
Condition
public void setCondition(Condition value)
value
- allowed object is
Condition
public Messages getMessages()
Messages
public void setMessages(Messages value)
value
- allowed object is
Messages
public DatasourceRef getDatasource()
DatasourceRef
public void setDatasource(DatasourceRef value)
value
- allowed object is
DatasourceRef
public UserData getUserdata()
UserData
public void setUserdata(UserData value)
value
- allowed object is
UserData
public void setData(Data value)
value
- allowed object is
Data
public void setBean(Bean value)
value
- allowed object is
Bean
public void setId(String value)
value
- allowed object is
String
public String getEventId()
String
public void setEventId(String value)
value
- allowed object is
String
public String getOnSuccess()
String
public void setOnSuccess(String value)
value
- allowed object is
String
public String getAsync()
true
, the Action
will be executed asynchronously.String
public void setAsync(String value)
value
- allowed object is
String
public String getClientValidation()
true
, the validation of the input-fields will be performed on the client
(where possible).String
public void setClientValidation(String value)
value
- allowed object is
String
public String getSource()
String
Copyright © 2011–2017 aiticon GmbH. All rights reserved.