Class TwinColumnDataView<V>

java.lang.Object
com.vaadin.flow.data.provider.AbstractDataView<V>
io.jmix.flowui.kit.component.twincolumn.TwinColumnDataView<V>
All Implemented Interfaces:
com.vaadin.flow.data.provider.DataView<V>, Serializable

public class TwinColumnDataView<V> extends com.vaadin.flow.data.provider.AbstractDataView<V>
See Also:
  • Field Summary

    Fields inherited from class com.vaadin.flow.data.provider.AbstractDataView

    component, dataProviderSupplier, NULL_IDENTIFIER_ERROR_MESSAGE, NULL_ITEM_ERROR_MESSAGE
  • Constructor Summary

    Constructors
    Constructor
    Description
    TwinColumnDataView(com.vaadin.flow.function.SerializableSupplier<? extends com.vaadin.flow.data.provider.DataProvider<V,?>> dataProviderSupplier, JmixTwinColumn<V> twinColumn)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getItem(int index)
     
    protected Class<?>
     

    Methods inherited from class com.vaadin.flow.data.provider.AbstractDataView

    addIdentifierProviderChangeListener, addItemCountChangeListener, equals, getIdentifierProvider, getItemIndex, getItemIndex, getItems, refreshAll, refreshItem, setIdentifierProvider, verifyDataProviderType, verifyDataProviderType

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TwinColumnDataView

      public TwinColumnDataView(com.vaadin.flow.function.SerializableSupplier<? extends com.vaadin.flow.data.provider.DataProvider<V,?>> dataProviderSupplier, JmixTwinColumn<V> twinColumn)
  • Method Details

    • getSupportedDataProviderType

      protected Class<?> getSupportedDataProviderType()
      Specified by:
      getSupportedDataProviderType in class com.vaadin.flow.data.provider.AbstractDataView<V>
    • getItem

      public V getItem(int index)