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
ConstructorsConstructorDescriptionFooterRowImpl(AbstractDataGrid dataGrid, com.vaadin.ui.components.grid.Footer.Row footerRow) -
Method Summary
Modifier and TypeMethodDescriptionprotected DataGrid.FooterCellgetCellInternal(String columnId) com.vaadin.ui.components.grid.Footer.Rowprotected DataGrid.FooterCelljoinInternal(String... columnIds) Methods inherited from class io.jmix.ui.component.impl.AbstractDataGrid.AbstractStaticRowImp
getCell, getStyleName, join, setStyleNameMethods 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.StaticRow
getCell, getStyleName, join, setStyleName
-
Constructor Details
-
Method Details
-
getGridRow
public com.vaadin.ui.components.grid.Footer.Row getGridRow()- Overrides:
getGridRowin classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-
getCellInternal
- Specified by:
getCellInternalin classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-
joinInternal
- Specified by:
joinInternalin classAbstractDataGrid.AbstractStaticRowImp<DataGrid.FooterCell>
-