Interface FrameImplementation

All Known Subinterfaces:
FragmentImplementation, WindowImplementation
All Known Implementing Classes:
DialogWindowImpl, FragmentImpl, RootWindowImpl, TabWindowImpl, WindowImpl

public interface FrameImplementation
  • Method Details

    • setContext

      void setContext(FrameContext ctx)
      INTERNAL. Don't call from application code.
    • registerComponent

      void registerComponent(Component component)
      INTERNAL. Don't call from application code.
    • unregisterComponent

      void unregisterComponent(Component component)
      INTERNAL. Don't call from application code.
    • getRegisteredComponent

      @Nullable Component getRegisteredComponent(String id)
      INTERNAL. Don't call from application code.