public enum CrudEditorPosition extends Enum<CrudEditorPosition>
Enum Constant and Description |
---|
ASIDE
Editor form is positioned on the grid side
|
BOTTOM
Editor form is positioned below the grid
|
OVERLAY
Editor form is positioned inside the overlay
|
Modifier and Type | Method and Description |
---|---|
static CrudEditorPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudEditorPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CrudEditorPosition OVERLAY
public static final CrudEditorPosition BOTTOM
public static final CrudEditorPosition ASIDE
- right
- if ltr
- left
- if rtl
public static CrudEditorPosition[] values()
for (CrudEditorPosition c : CrudEditorPosition.values()) System.out.println(c);
public static CrudEditorPosition valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2025. All rights reserved.