Package io.jmix.ui.component.impl
Class AbstractDataGrid.AbstractStaticCellImpl
java.lang.Object
io.jmix.ui.component.impl.AbstractDataGrid.AbstractStaticCellImpl
- All Implemented Interfaces:
DataGrid.StaticCell
- Direct Known Subclasses:
AbstractDataGrid.FooterCellImpl
,AbstractDataGrid.HeaderCellImpl
- Enclosing class:
- AbstractDataGrid<C extends com.vaadin.ui.Grid<E> & JmixEnhancedGrid<E>,
E>
protected abstract static class AbstractDataGrid.AbstractStaticCellImpl
extends Object
implements DataGrid.StaticCell
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the component displayed in this cell.getRow()
Gets the row where this cell is.void
setComponent
(Component component) Sets the component displayed in this cell.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.jmix.ui.component.DataGrid.StaticCell
getCellType, getHtml, getStyleName, getText, setHtml, setStyleName, setText
-
Field Details
-
row
-
component
-
-
Constructor Details
-
AbstractStaticCellImpl
-
-
Method Details
-
getRow
Description copied from interface:DataGrid.StaticCell
Gets the row where this cell is.- Specified by:
getRow
in interfaceDataGrid.StaticCell
- Returns:
- row for this cell
-
getComponent
Description copied from interface:DataGrid.StaticCell
Returns the component displayed in this cell.- Specified by:
getComponent
in interfaceDataGrid.StaticCell
- Returns:
- the component
-
setComponent
Description copied from interface:DataGrid.StaticCell
Sets the component displayed in this cell.- Specified by:
setComponent
in interfaceDataGrid.StaticCell
- Parameters:
component
- the component to set
-