Uses of Class
org.openhab.core.types.CommandOption
Packages that use CommandOption
Package
Description
-
Uses of CommandOption in org.openhab.core.thing.binding
Fields in org.openhab.core.thing.binding with type parameters of type CommandOptionModifier and TypeFieldDescriptionprotected final Map<ChannelUID, List<CommandOption>> BaseDynamicCommandDescriptionProvider.channelOptionsMapMethods in org.openhab.core.thing.binding that return types with arguments of type CommandOptionModifier and TypeMethodDescriptionprotected List<CommandOption> BaseDynamicCommandDescriptionProvider.localizedCommandOptions(List<CommandOption> options, Channel channel, @Nullable Locale locale) Localizes aListofCommandOptions that should be used for the channel.Method parameters in org.openhab.core.thing.binding with type arguments of type CommandOptionModifier and TypeMethodDescriptionprotected List<CommandOption> BaseDynamicCommandDescriptionProvider.localizedCommandOptions(List<CommandOption> options, Channel channel, @Nullable Locale locale) Localizes aListofCommandOptions that should be used for the channel.voidBaseDynamicCommandDescriptionProvider.setCommandOptions(ChannelUID channelUID, List<CommandOption> options) For a givenChannelUID, set aListofCommandOptions that should be used for the channel, instead of the one defined statically in theChannelType. -
Uses of CommandOption in org.openhab.core.thing.events
Fields in org.openhab.core.thing.events with type parameters of type CommandOptionModifier and TypeFieldDescriptionThingEventFactory.ChannelDescriptionCommandOptionsPayloadBean.optionsMethod parameters in org.openhab.core.thing.events with type arguments of type CommandOptionModifier and TypeMethodDescriptionThingEventFactory.createChannelDescriptionCommandOptionsChangedEvent(ChannelUID channelUID, Set<String> linkedItemNames, List<CommandOption> options, @Nullable List<CommandOption> oldOptions) Creates aChannelDescriptionChangedEventfor changeCommandOptions.Constructor parameters in org.openhab.core.thing.events with type arguments of type CommandOptionModifierConstructorDescription -
Uses of CommandOption in org.openhab.core.thing.i18n
Methods in org.openhab.core.thing.i18n that return types with arguments of type CommandOptionModifier and TypeMethodDescriptionChannelTypeI18nLocalizationService.createLocalizedCommandOptions(org.osgi.framework.Bundle bundle, List<CommandOption> commandOptions, ChannelTypeUID channelTypeUID, @Nullable Locale locale) Method parameters in org.openhab.core.thing.i18n with type arguments of type CommandOptionModifier and TypeMethodDescriptionChannelTypeI18nLocalizationService.createLocalizedCommandOptions(org.osgi.framework.Bundle bundle, List<CommandOption> commandOptions, ChannelTypeUID channelTypeUID, @Nullable Locale locale) -
Uses of CommandOption in org.openhab.core.types
Methods in org.openhab.core.types that return types with arguments of type CommandOptionModifier and TypeMethodDescriptionCommandDescription.getCommandOptions()An unmodifiable list ofCommandOptions.Methods in org.openhab.core.types with parameters of type CommandOptionModifier and TypeMethodDescriptionCommandDescriptionBuilder.withCommandOption(CommandOption commandOption) Add aCommandOptionfor the resultingCommandDescription.Method parameters in org.openhab.core.types with type arguments of type CommandOptionModifier and TypeMethodDescriptionCommandDescriptionBuilder.withCommandOptions(List<CommandOption> commandOptions) Set theCommandOptions for the resultingCommandDescription.