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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the component displayed in this cell.getRow()Gets the row where this cell is.voidsetComponent(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, waitMethods 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.StaticCellGets the row where this cell is.- Specified by:
getRowin interfaceDataGrid.StaticCell- Returns:
- row for this cell
-
getComponent
Description copied from interface:DataGrid.StaticCellReturns the component displayed in this cell.- Specified by:
getComponentin interfaceDataGrid.StaticCell- Returns:
- the component
-
setComponent
Description copied from interface:DataGrid.StaticCellSets the component displayed in this cell.- Specified by:
setComponentin interfaceDataGrid.StaticCell- Parameters:
component- the component to set
-