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 |
mode |
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 |
getMode()
If the appNG-template or the application's custom templating supports some custom display mode(s), the mode can be used to control this custom behavior.
|
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 |
setMode(String value)
Sets the value of the mode 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 mode
protected String async
protected String clientValidation
protected String source
public DataConfig getConfig()
DataConfigpublic void setConfig(DataConfig value)
value - allowed object is
DataConfigpublic Condition getCondition()
Conditionpublic void setCondition(Condition value)
value - allowed object is
Conditionpublic Messages getMessages()
Messagespublic void setMessages(Messages value)
value - allowed object is
Messagespublic DatasourceRef getDatasource()
DatasourceRefpublic void setDatasource(DatasourceRef value)
value - allowed object is
DatasourceRefpublic UserData getUserdata()
UserDatapublic void setUserdata(UserData value)
value - allowed object is
UserDatapublic void setData(Data value)
value - allowed object is
Datapublic void setBean(Bean value)
value - allowed object is
Beanpublic void setId(String value)
value - allowed object is
Stringpublic String getEventId()
Stringpublic void setEventId(String value)
value - allowed object is
Stringpublic String getOnSuccess()
Stringpublic void setOnSuccess(String value)
value - allowed object is
Stringpublic String getMode()
Stringpublic void setMode(String value)
value - allowed object is
Stringpublic String getAsync()
true, the Action will be executed asynchronously.Stringpublic void setAsync(String value)
value - allowed object is
Stringpublic String getClientValidation()
true, the validation of the input-fields will be performed on the client
(where possible).Stringpublic void setClientValidation(String value)
value - allowed object is
Stringpublic String getSource()
StringCopyright © 2011–2021 aiticon GmbH. All rights reserved.