Uses of Class
org.openhab.core.ui.components.UIComponent
Packages that use UIComponent
-
Uses of UIComponent in org.openhab.core.ui.components
Subclasses of UIComponent in org.openhab.core.ui.componentsModifier and TypeClassDescriptionclass
A root component is a special type ofUIComponent
at the root of the hierarchy.Methods in org.openhab.core.ui.components that return types with arguments of type UIComponentModifier 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-componentsMethods in org.openhab.core.ui.components with parameters of type UIComponentModifier and TypeMethodDescriptionvoid
UIComponent.addComponent
(String slotName, UIComponent subComponent) Add a new sub-component to the specified slot.Method parameters in org.openhab.core.ui.components with type arguments of type UIComponentModifier and TypeMethodDescriptionvoid
UIComponent.setSlots
(Map<String, List<UIComponent>> slots) Sets all the slots of the component