Class UpdateRowActionBuilder
java.lang.Object
com.almis.awe.builder.client.ClientActionBuilder<UpdateRowActionBuilder>
com.almis.awe.builder.client.grid.UpdateRowActionBuilder
Update row action builder
- Author:
- pgarcia
-
Constructor Summary
ConstructorsConstructorDescriptionEmpty constructorUpdateRowActionBuilder
(String target, com.fasterxml.jackson.databind.node.ObjectNode row) Constructor with target and row dataUpdateRowActionBuilder
(String target, String rowId, com.fasterxml.jackson.databind.node.ObjectNode row) Constructor with target, row id and row dataConstructor with target, row id and row dataUpdateRowActionBuilder
(String target, Map<String, Object> row) Constructor with target and row data -
Method Summary
Methods inherited from class com.almis.awe.builder.client.ClientActionBuilder
addParameter, build, setAddress, setAsync, setSilent, setTarget
-
Constructor Details
-
UpdateRowActionBuilder
public UpdateRowActionBuilder()Empty constructor -
UpdateRowActionBuilder
Constructor with target and row data- Parameters:
target
- Target grid idrow
- Row data
-
UpdateRowActionBuilder
Constructor with target, row id and row data- Parameters:
target
- Target grid idrowId
- Row identifierrow
- Row data
-
UpdateRowActionBuilder
Constructor with target and row data- Parameters:
target
- Target grid idrow
- Row data
-
UpdateRowActionBuilder
public UpdateRowActionBuilder(String target, String rowId, com.fasterxml.jackson.databind.node.ObjectNode row) Constructor with target, row id and row data- Parameters:
target
- Target grid idrowId
- Row identifierrow
- Row data
-