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 ofChannelBuilder
s which are preconfigured with values from the givenChannelGroupType
.@Nullable ChannelGroupType
AbstractStorageBasedTypeProvider.getChannelGroupType
(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) void
AbstractStorageBasedTypeProvider.removeChannelGroupType
(ChannelGroupTypeUID channelGroupTypeUID) Remove aChannelGroupType
from 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 ChannelGroupType
ChannelGroupTypeProvider.getChannelGroupType
(ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) @Nullable ChannelGroupType
ChannelGroupTypeRegistry.getChannelGroupType
(@Nullable ChannelGroupTypeUID channelGroupTypeUID) Returns the channel group type for the given UID with the defaultLocale
.@Nullable ChannelGroupType
ChannelGroupTypeRegistry.getChannelGroupType
(@Nullable ChannelGroupTypeUID channelGroupTypeUID, @Nullable Locale locale) Returns the channel group type for the given UID and the givenLocale
.static ChannelGroupTypeBuilder
ChannelGroupTypeBuilder.instance
(ChannelGroupTypeUID channelGroupTypeUID, String label) Create an instance of a ChannelGroupTypeBuilder forChannelGroupType
sConstructors 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.