Class InfiniteItemView<RECORD>

java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.infiniteitemview.InfiniteItemView<RECORD>
All Implemented Interfaces:
ClientObject, Component

@Deprecated public class InfiniteItemView<RECORD> extends AbstractComponent
Deprecated.
Use InfiniteItemView2 instead!
  • Field Details

  • Constructor Details

    • InfiniteItemView

      public InfiniteItemView(Template itemTemplate, float itemWidth, int rowHeight)
      Deprecated.
    • InfiniteItemView

      public InfiniteItemView(float itemWidth, int itemHeight)
      Deprecated.
    • InfiniteItemView

      public InfiniteItemView()
      Deprecated.
  • Method Details

    • createUiComponent

      public UiComponent createUiComponent()
      Deprecated.
      Specified by:
      createUiComponent in class AbstractComponent
    • handleUiEvent

      public void handleUiEvent(UiEvent event)
      Deprecated.
    • isAutoHeight

      public boolean isAutoHeight()
      Deprecated.
    • setAutoHeight

      public void setAutoHeight(boolean autoHeight)
      Deprecated.
    • getNumberOfInitialRecords

      public int getNumberOfInitialRecords()
      Deprecated.
    • setNumberOfInitialRecords

      public InfiniteItemView<RECORD> setNumberOfInitialRecords(int numberOfInitialRecords)
      Deprecated.
    • getItemTemplate

      public Template getItemTemplate()
      Deprecated.
    • setItemTemplate

      public InfiniteItemView<RECORD> setItemTemplate(Template itemTemplate)
      Deprecated.
    • getItemWidth

      public float getItemWidth()
      Deprecated.
    • setItemWidth

      public InfiniteItemView<RECORD> setItemWidth(float itemWidth)
      Deprecated.
    • getRowHeight

      public int getRowHeight()
      Deprecated.
    • setRowHeight

      public void setRowHeight(int rowHeight)
      Deprecated.
    • getVerticalItemAlignment

      public ItemViewVerticalItemAlignment getVerticalItemAlignment()
      Deprecated.
    • setVerticalItemAlignment

      public void setVerticalItemAlignment(ItemViewVerticalItemAlignment verticalItemAlignment)
      Deprecated.
    • getHorizontalItemMargin

      public int getHorizontalItemMargin()
      Deprecated.
    • setHorizontalItemMargin

      public InfiniteItemView<RECORD> setHorizontalItemMargin(int horizontalItemMargin)
      Deprecated.
    • getItemJustification

      public ItemViewRowJustification getItemJustification()
      Deprecated.
    • setItemJustification

      public InfiniteItemView<RECORD> setItemJustification(ItemViewRowJustification itemJustification)
      Deprecated.
    • getModel

      public InfiniteItemViewModel<RECORD> getModel()
      Deprecated.
    • getItemPropertyProvider

      public PropertyProvider<RECORD> getItemPropertyProvider()
      Deprecated.
    • setItemPropertyProvider

      public void setItemPropertyProvider(PropertyProvider<RECORD> propertyProvider)
      Deprecated.
    • setItemPropertyExtractor

      public void setItemPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor)
      Deprecated.
    • setModel

      Deprecated.
    • refresh

      public void refresh()
      Deprecated.
    • sendRecords

      protected void sendRecords(int startIndex, int length, boolean clear)
      Deprecated.
    • setMaxCacheCapacity

      public void setMaxCacheCapacity(int maxCapacity)
      Deprecated.
    • getContextMenuProvider

      public Function<RECORD,Component> getContextMenuProvider()
      Deprecated.
    • setContextMenuProvider

      public void setContextMenuProvider(Function<RECORD,Component> contextMenuProvider)
      Deprecated.
    • closeContextMenu

      public void closeContextMenu()
      Deprecated.