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 Details

    • UpdateCellActionBuilder

      public UpdateCellActionBuilder()
      Empty constructor
    • UpdateCellActionBuilder

      public UpdateCellActionBuilder(ComponentAddress address, CellData cellData)
      Constructor with address and celldata
      Parameters:
      address - Cell address
      cellData - Cell data
    • UpdateCellActionBuilder

      public UpdateCellActionBuilder(ComponentAddress address, com.fasterxml.jackson.databind.JsonNode jsonData)
      Constructor with address and jsonNode
      Parameters:
      address - Cell address
      jsonData - Json data