T
- the bean typepublic class CubaEditorBeforeSaveEvent<T>
extends java.util.EventObject
Constructor and Description |
---|
CubaEditorBeforeSaveEvent(com.vaadin.ui.components.grid.Editor<T> editor,
T bean)
Constructor for a editor save event.
|
Modifier and Type | Method and Description |
---|---|
T |
getBean()
Gets the bean being edited.
|
com.vaadin.ui.Grid<T> |
getGrid()
Gets the editor grid.
|
com.vaadin.ui.components.grid.Editor<T> |
getSource() |
protected T bean
public com.vaadin.ui.components.grid.Editor<T> getSource()
getSource
in class java.util.EventObject
public com.vaadin.ui.Grid<T> getGrid()
public T getBean()