Package | Description |
---|---|
com.vaadin.flow.component.crud |
Modifier and Type | Method and Description |
---|---|
CrudEditorPosition |
Crud.getEditorPosition()
Gets the current editor position on the desktop screen.
|
static CrudEditorPosition |
CrudEditorPosition.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CrudEditorPosition[] |
CrudEditorPosition.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Crud.setEditorPosition(CrudEditorPosition editorPosition)
Sets how editor will be presented on desktop screen.
|
Copyright © 2025. All rights reserved.