Uses of Class
com.smeup.kokos.sdk.inputpanel.strategy.InputPanelLayoutSectionBuilder
Packages that use InputPanelLayoutSectionBuilder
-
Uses of InputPanelLayoutSectionBuilder in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy that return InputPanelLayoutSectionBuilderModifier and TypeMethodDescriptionInputPanelLayoutSectionBuilder.builder()InputPanelLayoutSectionBuilder.horizontal()InputPanelLayoutSectionBuilder.withAbsoluteColumn(Number column) InputPanelLayoutSectionBuilder.withAbsoluteHeight(Number height) InputPanelLayoutSectionBuilder.withAbsoluteRow(Number row) InputPanelLayoutSectionBuilder.withAbsoluteWidth(Number width) InputPanelLayoutSectionBuilder.withContent(InputPanelLayoutField content) InputPanelLayoutSectionBuilder.withContents(List<InputPanelLayoutField> contents) Deprecated.InputPanelLayoutSectionBuilder.withGridCols(Number gridCols) Deprecated.InputPanelLayoutSectionBuilder.withGridRows(Number gridRows) Deprecated.InputPanelLayoutSectionBuilder.withLayoutAttributes(List<String> layoutAttributes) InputPanelLayoutSectionBuilder.withSection(InputPanelLayoutSection section) InputPanelLayoutSectionBuilder.withSections(List<InputPanelLayoutSection> sections) InputPanelLayoutSectionBuilder.withTabs()