Package com.smeup.kokos.sdk.inputpanel
Class KokosInputPanelService
java.lang.Object
com.smeup.kokos.sdk.caller.KokosService
com.smeup.kokos.sdk.inputpanel.KokosInputPanelService
-
Field Summary
Fields inherited from class com.smeup.kokos.sdk.caller.KokosService
out, printer -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(Fun fun, ExecutionContext context) voidexit(Fun fun, ExecutionContext context) voidinit(Fun fun, ExecutionContext context) voidupdate(Fun fun, ExecutionContext context) protected voidwriteUpdate(Fun fun, ExecutionContext context, Function<InputPanelSavePayload, InputPanelSaveResponse> save) Methods inherited from class com.smeup.kokos.sdk.caller.KokosService
execute, writeAction, writeButtons, writeCursor, writeDataColumn, writeDataColumns, writeDataNode, writeDataNodeClosure, writeDataRow, writeLayout, writeMessage, writeRawData, writeSch, writeSetup, writeVariable
-
Constructor Details
-
KokosInputPanelService
-
-
Method Details
-
update
- Throws:
Exception
-
init
- Throws:
Exception
-
writeUpdate
protected void writeUpdate(Fun fun, ExecutionContext context, Function<InputPanelSavePayload, InputPanelSaveResponse> save) throws Exception- Throws:
Exception
-
check
- Throws:
Exception
-
exit
- Throws:
Exception
-