Package io.jmix.ui.component.impl
Class AbstractDataGrid.FooterRowImpl
java.lang.Object
io.jmix.ui.component.impl.AbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
io.jmix.ui.component.impl.AbstractDataGrid.FooterRowImpl
- All Implemented Interfaces:
DataGrid.FooterRow
,DataGrid.StaticRow<DataGrid.FooterCell>
- Enclosing class:
- AbstractDataGrid<C extends com.vaadin.ui.Grid<E> & JmixEnhancedGrid<E>,
E>
protected static class AbstractDataGrid.FooterRowImpl
extends AbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
implements DataGrid.FooterRow
-
Field Summary
Fields inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractStaticRowImp
dataGrid, gridRow
-
Constructor Summary
ConstructorDescriptionFooterRowImpl
(AbstractDataGrid dataGrid, com.vaadin.ui.components.grid.Footer.Row footerRow) -
Method Summary
Modifier and TypeMethodDescriptionprotected DataGrid.FooterCell
getCellInternal
(String columnId) com.vaadin.ui.components.grid.Footer.Row
protected DataGrid.FooterCell
joinInternal
(String... columnIds) Methods inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractStaticRowImp
getCell, getStyleName, join, setStyleName
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.StaticRow
getCell, getStyleName, join, setStyleName
-
Constructor Details
-
Method Details
-
getGridRow
public com.vaadin.ui.components.grid.Footer.Row getGridRow()- Overrides:
getGridRow
in classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-
getCellInternal
- Specified by:
getCellInternal
in classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-
joinInternal
- Specified by:
joinInternal
in classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-