Package io.jmix.ui.widget.client.grid
Class JmixGridWidget.JmixStaticSectionUpdater
java.lang.Object
io.jmix.ui.widget.client.grid.JmixGridWidget.JmixStaticSectionUpdater
- All Implemented Interfaces:
com.vaadin.client.widget.escalator.EscalatorUpdater
- Enclosing class:
- JmixGridWidget
-
Field Summary
Fields inherited from interface com.vaadin.client.widget.escalator.EscalatorUpdater
NULL
-
Constructor Summary
ConstructorDescriptionJmixStaticSectionUpdater
(com.vaadin.client.widgets.Grid.StaticSection<?> section, com.vaadin.client.widget.escalator.RowContainer container) -
Method Summary
Modifier and TypeMethodDescriptionprotected void
addAdditionalData
(com.vaadin.client.widgets.Grid.StaticSection.StaticRow<?> staticRow, com.vaadin.client.widget.escalator.FlyweightCell cell) protected void
afterSortingIndicatorAdded
(com.vaadin.client.widget.escalator.FlyweightCell cell) protected void
cleanup
(com.vaadin.client.widget.escalator.FlyweightCell cell) protected boolean
-
Constructor Details
-
JmixStaticSectionUpdater
public JmixStaticSectionUpdater(com.vaadin.client.widgets.Grid.StaticSection<?> section, com.vaadin.client.widget.escalator.RowContainer container)
-
-
Method Details
-
addAdditionalData
protected void addAdditionalData(com.vaadin.client.widgets.Grid.StaticSection.StaticRow<?> staticRow, com.vaadin.client.widget.escalator.FlyweightCell cell) -
afterSortingIndicatorAdded
protected void afterSortingIndicatorAdded(com.vaadin.client.widget.escalator.FlyweightCell cell) -
isHeaderDecoHidden
protected boolean isHeaderDecoHidden() -
cleanup
protected void cleanup(com.vaadin.client.widget.escalator.FlyweightCell cell)
-