Package io.jmix.flowui.component
Interface ComponentContainer
- All Known Implementing Classes:
JmixAccordion
,JmixAccordionPanel
,JmixAppLayout
,JmixDetails
,JmixFormLayout
,JmixScroller
,JmixSplitLayout
,JmixTabSheet
,ViewLayout
public interface ComponentContainer
-
Method Summary
Modifier and TypeMethodDescriptiondefault Optional<com.vaadin.flow.component.Component>
findComponent
(String id) Optional<com.vaadin.flow.component.Component>
default com.vaadin.flow.component.Component
getComponent
(String id) default Collection<com.vaadin.flow.component.Component>
default com.vaadin.flow.component.Component
Collection<com.vaadin.flow.component.Component>
-
Method Details
-
findComponent
-
getComponent
-
findOwnComponent
-
getOwnComponent
-
getOwnComponents
Collection<com.vaadin.flow.component.Component> getOwnComponents() -
getComponents
-