Uses of Class
com.smeup.kokos.sdk.model.data.SmeupDataCell
Packages that use SmeupDataCell
Package
Description
-
Uses of SmeupDataCell in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy that return types with arguments of type SmeupDataCellMethods in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type SmeupDataCellMethod parameters in com.smeup.kokos.sdk.inputpanel.strategy with type arguments of type SmeupDataCellModifier and TypeMethodDescriptionvoidInputPanelField.setOptions(List<SmeupDataCell> options) InputPanelFieldBuilder.withOptions(List<SmeupDataCell> options) -
Uses of SmeupDataCell in com.smeup.kokos.sdk.model.data
Subclasses of SmeupDataCell in com.smeup.kokos.sdk.model.dataMethods in com.smeup.kokos.sdk.model.data that return types with arguments of type SmeupDataCellModifier and TypeMethodDescriptionSmeupDataNode.getCells()SmeupDataRow.getCells()SmeupDataCell.getOptions()Method parameters in com.smeup.kokos.sdk.model.data with type arguments of type SmeupDataCellModifier and TypeMethodDescriptionvoidSmeupDataNode.setCells(Map<String, SmeupDataCell> cells) voidSmeupDataRow.setCells(Map<String, SmeupDataCell> cells) voidSmeupDataCell.setOptions(List<SmeupDataCell> options) Constructors in com.smeup.kokos.sdk.model.data with parameters of type SmeupDataCellModifierConstructorDescriptionSmeupDataCell(SmeupDataCell cell) SmeupDataNode(SmeupDataCell cell) -
Uses of SmeupDataCell in com.smeup.kokos.sdk.util
Methods in com.smeup.kokos.sdk.util that return SmeupDataCellModifier and TypeMethodDescriptionabstract SmeupDataCellAbstractSmeupDataCellBuilder.build()SmeupDataCellBuilder.build()protected SmeupDataCellAbstractSmeupDataCellBuilder.instance()Methods in com.smeup.kokos.sdk.util with parameters of type SmeupDataCellModifier and TypeMethodDescriptionSmeupDataRowBuilder.cell(String name, SmeupDataCell cell) AbstractSmeupDataCellBuilder.option(SmeupDataCell option) Method parameters in com.smeup.kokos.sdk.util with type arguments of type SmeupDataCellModifier and TypeMethodDescriptionSmeupDataNodeBuilder.cells(Map<String, SmeupDataCell> cells) SmeupDataRowBuilder.cells(LinkedHashMap<String, SmeupDataCell> cells) AbstractSmeupDataCellBuilder.options(List<SmeupDataCell> options) -
Uses of SmeupDataCell in com.smeup.kokos.sdk.util.legacy
Methods in com.smeup.kokos.sdk.util.legacy that return SmeupDataCellModifier and TypeMethodDescriptionstatic SmeupDataCellLegacySmeupCellConverter.convert(String legacyValue, String legacyValueOverride, LegacySmeupCellConverterArgs args) Convert a legacy value to an instance of SmeupDataCellMethods in com.smeup.kokos.sdk.util.legacy with parameters of type SmeupDataCellModifier and TypeMethodDescriptionstatic voidLegacySmeupCellConverterExtension.resolveExtension(SmeupDataCell cell, String extension) Convert a legacy value to an instance of SmeupDataCell