Package com.almis.awe.builder.client
Class UpdateControllerActionBuilder
java.lang.Object
com.almis.awe.builder.client.ClientActionBuilder<UpdateControllerActionBuilder>
com.almis.awe.builder.client.UpdateControllerActionBuilder
public class UpdateControllerActionBuilder
extends ClientActionBuilder<UpdateControllerActionBuilder>
Fill action builder
- Author:
- pgarcia
-
Constructor Summary
ConstructorDescriptionEmpty constructorUpdateControllerActionBuilder
(ComponentAddress address, String attribute, DataList dataList) Constructor with address and datalistUpdateControllerActionBuilder
(ComponentAddress address, String attribute, Object value) Constructor with address and datalistUpdateControllerActionBuilder
(String target, String attribute, DataList dataList) Constructor with target and datalistUpdateControllerActionBuilder
(String target, String attribute, Object value) Constructor with target and datalist -
Method Summary
Methods inherited from class com.almis.awe.builder.client.ClientActionBuilder
addParameter, build, setAddress, setAsync, setSilent, setTarget
-
Constructor Details
-
UpdateControllerActionBuilder
public UpdateControllerActionBuilder()Empty constructor -
UpdateControllerActionBuilder
Constructor with target and datalist- Parameters:
target
- TargetdataList
- Datalist
-
UpdateControllerActionBuilder
Constructor with target and datalist- Parameters:
target
- Targetvalue
- Value
-
UpdateControllerActionBuilder
Constructor with address and datalist- Parameters:
address
- TargetdataList
- Datalist
-
UpdateControllerActionBuilder
Constructor with address and datalist- Parameters:
address
- Targetvalue
- Value
-