Package org.openhab.core.ui.components
Interface UIComponentProvider
-
- All Superinterfaces:
Provider<RootUIComponent>
@NonNullByDefault public interface UIComponentProvider extends Provider<RootUIComponent>
Provides components (pages, widgets, etc.) at runtime.- Author:
- Ćukasz Dywicki - Initial contribution
-
-
Field Summary
Fields Modifier and Type Field Description static String
CONFIG_NAMESPACE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNamespace()
-
Methods inherited from interface org.openhab.core.common.registry.Provider
addProviderChangeListener, getAll, removeProviderChangeListener
-
-
-
-
Field Detail
-
CONFIG_NAMESPACE
static final String CONFIG_NAMESPACE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getNamespace
String getNamespace()
-
-