Uses of Interface
org.openhab.core.sitemap.Mapping
Packages that use Mapping
-
Uses of Mapping in org.openhab.core.sitemap
Methods in org.openhab.core.sitemap that return types with arguments of type MappingModifier and TypeMethodDescriptionSelection.getMappings()Get the switchMappings.Switch.getMappings()Get the switchMappings.Method parameters in org.openhab.core.sitemap with type arguments of type MappingModifier and TypeMethodDescriptionvoidSelection.setMappings(List<Mapping> mappings) Replace the widget mappings with a new list of mappings.voidSwitch.setMappings(List<Mapping> mappings) Replace the widget mappings with a new list of mappings. -
Uses of Mapping in org.openhab.core.sitemap.registry
Methods in org.openhab.core.sitemap.registry that return Mapping