Package org.openhab.core.ui.components
package org.openhab.core.ui.components
-
ClassDescriptionA root component is a special type of
UIComponent
at the root of the hierarchy.A 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.Provides components (pages, widgets, etc.) at runtime.A namespace-specificRegistry
for UI components.A factory forUIComponentRegistry
instances based on the namespace.