Interface EntityPanel.DetailController

All Superinterfaces:
EntityPanel.Selector
Enclosing class:
EntityPanel

public static interface EntityPanel.DetailController extends EntityPanel.Selector
Controls the detail panels of a entity panel
  • Method Summary

    Modifier and Type
    Method
    Description
    panelState(EntityPanel detailPanel)
    Note that the detail panel state may be shared between detail panels, as they may be displayed in a shared window.

    Methods inherited from interface is.codion.swing.framework.ui.EntityPanel.Selector

    select
  • Method Details

    • panelState

      Value<EntityPanel.PanelState> panelState(EntityPanel detailPanel)
      Note that the detail panel state may be shared between detail panels, as they may be displayed in a shared window.
      Parameters:
      detailPanel - the detail panel
      Returns:
      the value controlling the state of the given detail panel