Uses of Class
com.smeup.kokos.sdk.inputpanel.strategy.InputPanelConfiguration
Packages that use InputPanelConfiguration
-
Uses of InputPanelConfiguration in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy that return InputPanelConfigurationModifier and TypeMethodDescriptionInputPanelConfigurationBuilder.build()InputPanelLoadResponse.getConfiguration()InputPanelSaveResponse.getConfiguration()Methods in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type InputPanelConfigurationModifier and TypeMethodDescriptionvoidInputPanelLoadResponse.setConfiguration(InputPanelConfiguration configuration) InputPanelLoadResponseBuilder.withConfiguration(InputPanelConfiguration configuration) InputPanelSaveResponseBuilder.withConfiguration(InputPanelConfiguration configuration) Constructors in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type InputPanelConfigurationModifierConstructorDescriptionInputPanelLoadResponse(InputPanelConfiguration configuration) InputPanelLoadResponse(InputPanelData data, InputPanelConfiguration configuration, List<SmeupAction> actions) InputPanelSaveResponse(List<InputPanelMessage> messages, InputPanelData data, InputPanelConfiguration configuration, boolean rerender, List<SmeupAction> actions)