Uses of Class
org.openhab.core.ui.components.UIComponent
-
Uses of UIComponent in org.openhab.core.ui.components
Modifier and TypeClassDescriptionclass
A root component is a special type ofUIComponent
at the root of the hierarchy.Modifier and TypeMethodDescriptionAdds a new empty slot to the componentGets the list of sub-components in a slotUIComponent.getSlots()
Returns all the slots of the component including their sub-componentsModifier and TypeMethodDescriptionvoid
UIComponent.addComponent
(String slotName, UIComponent subComponent) Add a new sub-component to the specified slot.Modifier and TypeMethodDescriptionvoid
UIComponent.setSlots
(Map<String, List<UIComponent>> slots) Sets all the slots of the component