Module is.codion.swing.framework.ui
Package is.codion.swing.framework.ui
Enum Class EntityPanel.EntityPanelControl
java.lang.Object
java.lang.Enum<EntityPanel.EntityPanelControl>
is.codion.swing.framework.ui.EntityPanel.EntityPanelControl
- All Implemented Interfaces:
is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut,Serializable,Comparable<EntityPanel.EntityPanelControl>,Constable
- Enclosing class:
- EntityPanel
public static enum EntityPanel.EntityPanelControl
extends Enum<EntityPanel.EntityPanelControl>
implements is.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut
The standard controls available in a entity panel
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe edit panel controls.Navigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROWNavigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROWNavigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROWNavigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROWRefreshes the table.Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-EToggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static EntityPanel.EntityPanelControl[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REQUEST_EDIT_PANEL_FOCUS
Requests focus for the edit panel (intial focus component).
Default key stroke: CTRL-E -
TOGGLE_EDIT_PANEL
Toggles the edit panel between hidden, embedded and dialog.
Default key stroke: CTRL-ALT-E -
NAVIGATE_UP
Navigates to the parent panel, if one is available.
Default key stroke: CTRL-ALT-UP ARROW -
NAVIGATE_DOWN
Navigates to the selected child panel, if one is available.
Default key stroke: CTRL-ALT-DOWN ARROW -
NAVIGATE_RIGHT
Navigates to the sibling panel on the right, if one is available.
Default key stroke: CTRL-ALT-RIGHT ARROW -
NAVIGATE_LEFT
Navigates to the sibling panel on the left, if one is available.
Default key stroke: CTRL-ALT-LEFT ARROW -
REFRESH
Refreshes the table. -
EDIT_CONTROLS
The edit panel controls.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
defaultKeystroke
- Specified by:
defaultKeystrokein interfaceis.codion.swing.common.ui.key.KeyboardShortcuts.Shortcut
-