Class EntityPanel.Display

java.lang.Object
is.codion.swing.framework.ui.EntityPanel.Display
Enclosing class:
EntityPanel

public final class EntityPanel.Display extends Object

Manages display requests for an EntityPanel.

Use request() to request that this EntityPanel is displayed in its parent panel. EntityApplicationPanel.ApplicationLayout and EntityPanel.DetailLayout implementations are responsible for responding to these requests and making sure the panel is displayed.

  • Method Details

    • request

      public void request()
      Requests that this panel be displayed on its parent panel and brings its parent window to the front, if one is available.
      See Also:
    • requested

      public Observer<EntityPanel> requested()
      Returns:
      an Observer notified when a display request for this panel has been issued
      See Also: