public class GridAction
extends java.lang.Object
| Constructor and Description |
|---|
GridAction(LoginEnvironment loginEnv) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getGridID() |
java.util.ArrayList<GridRowInsertEvent> |
getGridRowInsertEvents() |
java.util.ArrayList<GridRowUpdateEvent> |
getGridRowUpdateEvents() |
void |
insertGridRow(GridRowInsertEvent gridInsert) |
void |
insertGridRow(java.lang.String gridID,
GridRowInsertEvent gridInsert)
Insert Grid Row to a Grid Row Insert Event
|
void |
setGridID(java.lang.String gridID) |
void |
setGridRowInsertEvents(java.util.ArrayList<GridRowInsertEvent> gridRowInsertEvents) |
void |
setGridRowUpdateEvents(java.util.ArrayList<GridRowUpdateEvent> gridRowUpdateEvents) |
void |
updateGridRow(int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent) |
void |
updateGridRow(java.lang.String gridID,
int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent) |
public GridAction(LoginEnvironment loginEnv) throws CapabilityException
CapabilityExceptionpublic void insertGridRow(java.lang.String gridID,
GridRowInsertEvent gridInsert)
gridID - - String ID of GridgridInsert - - GridRowInsertEvent holds a set of rowspublic void insertGridRow(GridRowInsertEvent gridInsert)
public void updateGridRow(java.lang.String gridID,
int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent)
public void updateGridRow(int rowNumber,
GridRowUpdateEvent gridRowUpdateEvent)
public void setGridID(java.lang.String gridID)
public java.lang.String getGridID()
public void setGridRowUpdateEvents(java.util.ArrayList<GridRowUpdateEvent> gridRowUpdateEvents)
public java.util.ArrayList<GridRowUpdateEvent> getGridRowUpdateEvents()
public void setGridRowInsertEvents(java.util.ArrayList<GridRowInsertEvent> gridRowInsertEvents)
public java.util.ArrayList<GridRowInsertEvent> getGridRowInsertEvents()
Copyright © 2022 Oracle and/or its affiliates. All Rights Reserved.