Uses of Class
org.openhab.core.thing.type.ChannelGroupTypeUID
Packages that use ChannelGroupTypeUID
-
Uses of ChannelGroupTypeUID in org.openhab.core.thing.binding
Methods in org.openhab.core.thing.binding with parameters of type ChannelGroupTypeUIDModifier and TypeMethodDescriptionThingHandlerCallback.createChannelBuilders(ChannelGroupUID channelGroupUID, ChannelGroupTypeUID channelGroupTypeUID) Creates a list ofChannelBuilders which are preconfigured with values from the givenChannelGroupType.@Nullable ChannelGroupTypeAbstractStorageBasedTypeProvider.getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) voidAbstractStorageBasedTypeProvider.removeChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID) Remove aChannelGroupTypefrom the storage -
Uses of ChannelGroupTypeUID in org.openhab.core.thing.type
Methods in org.openhab.core.thing.type that return ChannelGroupTypeUIDModifier and TypeMethodDescriptionChannelGroupDefinition.getTypeUID()Returns the type UID of the channel group.ChannelGroupType.getUID()Methods in org.openhab.core.thing.type with parameters of type ChannelGroupTypeUIDModifier and TypeMethodDescription@Nullable ChannelGroupTypeChannelGroupTypeProvider.getChannelGroupType(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) @Nullable ChannelGroupTypeChannelGroupTypeRegistry.getChannelGroupType(@Nullable ChannelGroupTypeUID channelGroupTypeUID) Returns the channel group type for the given UID with the defaultLocale.@Nullable ChannelGroupTypeChannelGroupTypeRegistry.getChannelGroupType(@Nullable ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) Returns the channel group type for the given UID and the givenLocale.static ChannelGroupTypeBuilderChannelGroupTypeBuilder.instance(ChannelGroupTypeUID channelGroupTypeUID, String label) Create an instance of a ChannelGroupTypeBuilder forChannelGroupTypesConstructors in org.openhab.core.thing.type with parameters of type ChannelGroupTypeUIDModifierConstructorDescriptionChannelGroupDefinition(String id, ChannelGroupTypeUID typeUID) Creates a new instance of this class with the specified parameters.ChannelGroupDefinition(String id, ChannelGroupTypeUID typeUID, @Nullable String label, @Nullable String description) Creates a new instance of this class with the specified parameters.