Class UpdateCellActionBuilder
- java.lang.Object
-
- com.almis.awe.builder.client.ClientActionBuilder<UpdateCellActionBuilder>
-
- com.almis.awe.builder.client.grid.UpdateCellActionBuilder
-
public class UpdateCellActionBuilder extends ClientActionBuilder<UpdateCellActionBuilder>
Update cell action builder- Author:
- pgarcia
-
-
Constructor Summary
Constructors Constructor Description UpdateCellActionBuilder()
Empty constructorUpdateCellActionBuilder(ComponentAddress address, CellData cellData)
Constructor with address and celldataUpdateCellActionBuilder(ComponentAddress address, com.fasterxml.jackson.databind.JsonNode jsonData)
Constructor with address and jsonNode
-
-
-
Constructor Detail
-
UpdateCellActionBuilder
public UpdateCellActionBuilder()
Empty constructor
-
UpdateCellActionBuilder
public UpdateCellActionBuilder(ComponentAddress address, CellData cellData)
Constructor with address and celldata- Parameters:
address
- Cell addresscellData
- Cell data
-
UpdateCellActionBuilder
public UpdateCellActionBuilder(ComponentAddress address, com.fasterxml.jackson.databind.JsonNode jsonData)
Constructor with address and jsonNode- Parameters:
address
- Cell addressjsonData
- Json data
-
-