Class DeleteRowActionBuilder
java.lang.Object
com.almis.awe.builder.client.ClientActionBuilder<DeleteRowActionBuilder>
com.almis.awe.builder.client.grid.DeleteRowActionBuilder
Delete row action builder
- Author:
- pgarcia
-
Constructor Summary
ConstructorDescriptionEmpty constructorDeleteRowActionBuilder
(String target) Constructor with targetDeleteRowActionBuilder
(String target, String rowId) Constructor with target and row id -
Method Summary
Methods inherited from class com.almis.awe.builder.client.ClientActionBuilder
addParameter, build, setAddress, setAsync, setSilent, setTarget
-
Constructor Details
-
DeleteRowActionBuilder
public DeleteRowActionBuilder()Empty constructor -
DeleteRowActionBuilder
Constructor with target- Parameters:
target
- Target grid id
-
DeleteRowActionBuilder
Constructor with target and row id- Parameters:
target
- Target grid idrowId
- Row identifier
-