Package io.jmix.ui.component
Interface HasNamedComponents
public interface HasNamedComponents
Component which can contain other components and provides access "by-name" to children.
-
Method Summary
-
Method Details
-
getComponent
Get subcomponent by name.- Returns:
- component or null if not found
-