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 SummaryFields inherited from interface com.vaadin.client.widget.escalator.EscalatorUpdaterNULL
- 
Constructor SummaryConstructorsConstructorDescriptionJmixStaticSectionUpdater(com.vaadin.client.widgets.Grid.StaticSection<?> section, com.vaadin.client.widget.escalator.RowContainer container) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidaddAdditionalData(com.vaadin.client.widgets.Grid.StaticSection.StaticRow<?> staticRow, com.vaadin.client.widget.escalator.FlyweightCell cell) protected voidafterSortingIndicatorAdded(com.vaadin.client.widget.escalator.FlyweightCell cell) protected voidcleanup(com.vaadin.client.widget.escalator.FlyweightCell cell) protected boolean
- 
Constructor Details- 
JmixStaticSectionUpdaterpublic JmixStaticSectionUpdater(com.vaadin.client.widgets.Grid.StaticSection<?> section, com.vaadin.client.widget.escalator.RowContainer container) 
 
- 
- 
Method Details- 
addAdditionalDataprotected void addAdditionalData(com.vaadin.client.widgets.Grid.StaticSection.StaticRow<?> staticRow, com.vaadin.client.widget.escalator.FlyweightCell cell) 
- 
afterSortingIndicatorAddedprotected void afterSortingIndicatorAdded(com.vaadin.client.widget.escalator.FlyweightCell cell) 
- 
isHeaderDecoHiddenprotected boolean isHeaderDecoHidden()
- 
cleanupprotected void cleanup(com.vaadin.client.widget.escalator.FlyweightCell cell) 
 
-