Uses of Class
com.vaadin.flow.component.crud.CrudEditorPosition
-
-
Uses of CrudEditorPosition in com.vaadin.flow.component.crud
Methods in com.vaadin.flow.component.crud that return CrudEditorPosition Modifier and Type Method Description CrudEditorPositionCrud. getEditorPosition()Gets the current editor position on the desktop screen.static CrudEditorPositionCrudEditorPosition. 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.Methods in com.vaadin.flow.component.crud with parameters of type CrudEditorPosition Modifier and Type Method Description voidCrud. setEditorPosition(CrudEditorPosition editorPosition)Sets how editor will be presented on desktop screen.
-