Interface HasNamedComponents


public interface HasNamedComponents
Component which can contain other components and provides access "by-name" to children.
  • Method Summary

    Modifier and Type
    Method
    Description
    Get subcomponent by name.
  • Method Details

    • getComponent

      @Nullable Component getComponent(String id)
      Get subcomponent by name.
      Returns:
      component or null if not found