Package org.openhab.core.ui.components
-
Interface Summary Interface Description UIComponentProvider Provides components (pages, widgets, etc.) at runtime.UIComponentRegistry A namespace-specificRegistry
for UI components.UIComponentRegistryFactory A factory forUIComponentRegistry
instances based on the namespace. -
Class Summary Class Description RootUIComponent A root component is a special type ofComponent
at the root of the hierarchy.UIComponent An UIComponent represents a piece of UI element for a client frontend to render; it is kept very simple and delegates the actual rendering and behavior to the frontend.