Uses of Enum Class
com.smeup.kokos.sdk.model.data.SmeupDataCellInputSettingsKeys
Packages that use SmeupDataCellInputSettingsKeys
Package
Description
-
Uses of SmeupDataCellInputSettingsKeys in com.smeup.kokos.sdk.inputpanel.strategy
Methods in com.smeup.kokos.sdk.inputpanel.strategy that return types with arguments of type SmeupDataCellInputSettingsKeysMethods in com.smeup.kokos.sdk.inputpanel.strategy with parameters of type SmeupDataCellInputSettingsKeysModifier and TypeMethodDescriptionInputPanelFieldBuilder.withInputSettingsAttribute(SmeupDataCellInputSettingsKeys key, Object value) Method parameters in com.smeup.kokos.sdk.inputpanel.strategy with type arguments of type SmeupDataCellInputSettingsKeysModifier and TypeMethodDescriptionvoidInputPanelField.setInputSettings(LinkedHashMap<SmeupDataCellInputSettingsKeys, Object> inputSettings) InputPanelFieldBuilder.withInputSettings(LinkedHashMap<SmeupDataCellInputSettingsKeys, Object> inputSettings) -
Uses of SmeupDataCellInputSettingsKeys in com.smeup.kokos.sdk.model.data
Methods in com.smeup.kokos.sdk.model.data that return SmeupDataCellInputSettingsKeysModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static SmeupDataCellInputSettingsKeys[]SmeupDataCellInputSettingsKeys.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.smeup.kokos.sdk.model.data with parameters of type SmeupDataCellInputSettingsKeysModifier and TypeMethodDescriptionSmeupDataCellInputSettingsKeys.createAttribute(SmeupDataCellInputSettingsKeys key, Object value) Utility method to create an attribute given its enum key and valuevoidSmeupDataCell.setInputSettingsAttribute(SmeupDataCellInputSettingsKeys attributeKey, Object attributeValue) Set the input settings attribute in safe mode -
Uses of SmeupDataCellInputSettingsKeys in com.smeup.kokos.sdk.util
Methods in com.smeup.kokos.sdk.util with parameters of type SmeupDataCellInputSettingsKeysModifier and TypeMethodDescriptionAbstractSmeupDataCellBuilder.inputSettingsAttribute(SmeupDataCellInputSettingsKeys key, Object value) Insert a new attribute to input setting field (editability)