Class ClientAction
java.lang.Object
com.almis.awe.model.entities.actions.ClientAction
- All Implemented Interfaces:
Copyable
,Serializable
ClientAction Class
Used to parse the file Actions.xml with XStream
Action sent to the browser to be executed at client side
- Author:
- Pablo GARCIA - 28/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddParameter
(String name, CellData value) Adds a parameteraddParameter
(String name, Object value) Adds a parametercopy()
Get a copy of this elementRetrieve parameters map
-
Constructor Details
-
ClientAction
Client action constructor with type argument. Generates a client action- Parameters:
type
- Client action type
-
-
Method Details
-
addParameter
Adds a parameter- Parameters:
name
- Parameter namevalue
- Parameter value- Returns:
- this
-
addParameter
Adds a parameter- Parameters:
name
- Parameter namevalue
- Parameter value- Returns:
- this
-
getParameters
Retrieve parameters map- Returns:
- Parameters map
-
copy
Description copied from interface:Copyable
Get a copy of this element
-