java.lang.Object
is.codion.swing.framework.ui.EntityPanel.Display
- Enclosing class:
- EntityPanel
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 Summary
Modifier and TypeMethodDescriptionvoid
request()
Requests that this panel be displayed on its parent panel and brings its parent window to the front, if one is available.
-
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
-