Package | Description |
---|---|
com.vaadin.ui | |
com.vaadin.ui.components.grid |
Modifier and Type | Method and Description |
---|---|
protected Editor<T> |
Grid.createEditor()
Creates a new Editor instance.
|
Editor<T> |
Grid.getEditor() |
Modifier and Type | Class and Description |
---|---|
class |
EditorImpl<T>
Implementation of
Editor interface. |
Modifier and Type | Method and Description |
---|---|
Editor<T> |
EditorSaveEvent.getSource() |
Editor<T> |
EditorOpenEvent.getSource() |
Editor<T> |
EditorCancelEvent.getSource() |
Editor<T> |
EditorImpl.setBinder(Binder<T> binder) |
Editor<T> |
Editor.setBinder(Binder<T> binder)
Sets the underlying Binder to this Editor.
|
Editor<T> |
EditorImpl.setBuffered(boolean buffered) |
Editor<T> |
Editor.setBuffered(boolean buffered)
Sets the Editor buffered mode.
|
Editor<T> |
EditorImpl.setCancelCaption(String cancelCaption) |
Editor<T> |
Editor.setCancelCaption(String cancelCaption)
Sets the caption of the cancel button in buffered mode.
|
Editor<T> |
EditorImpl.setEnabled(boolean enabled) |
Editor<T> |
Editor.setEnabled(boolean enabled)
Enables or disabled the Editor.
|
Editor<T> |
EditorImpl.setErrorGenerator(EditorErrorGenerator<T> errorGenerator) |
Editor<T> |
Editor.setErrorGenerator(EditorErrorGenerator<T> errorGenerator)
Sets the error message generator for this editor.
|
Editor<T> |
EditorImpl.setSaveCaption(String saveCaption) |
Editor<T> |
Editor.setSaveCaption(String saveCaption)
Sets the caption of the save button in buffered mode.
|
Constructor and Description |
---|
EditorCancelEvent(Editor<T> editor,
T bean)
Constructor for a editor cancel event.
|
EditorOpenEvent(Editor<T> editor,
T bean)
Constructor for a editor open event.
|
EditorSaveEvent(Editor<T> editor,
T bean)
Constructor for a editor save event.
|
Copyright © 2019 Vaadin Ltd. All rights reserved.