Class InputPanelSavePayload
java.lang.Object
com.smeup.kokos.sdk.inputpanel.strategy.InputPanelSavePayload
-
Constructor Summary
ConstructorsConstructorDescriptionInputPanelSavePayload(InputPanelData after, InputPanelData before) InputPanelSavePayload(String rawSyntax) Create InputPanelSavePayload from BEFORE() AFTER() ROW_ID() -
Method Summary
Modifier and TypeMethodDescriptiongetAfter()intgetRowId()voidsetOperation(String operation) voidsetRowId(int rowId)
-
Constructor Details
-
InputPanelSavePayload
-
InputPanelSavePayload
-
InputPanelSavePayload
Create InputPanelSavePayload from BEFORE() AFTER() ROW_ID()- Parameters:
rawSyntax- string syntax
-
-
Method Details
-
getRowId
public int getRowId() -
setRowId
public void setRowId(int rowId) -
getAfter
-
getBefore
-
getOperation
-
setOperation
-