Class InfiniteItemView<RECORD>
java.lang.Object
org.teamapps.ux.component.AbstractComponent
org.teamapps.ux.component.infiniteitemview.InfiniteItemView<RECORD>
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ClientRecordCache<RECORD, UiIdentifiableClientRecord> Deprecated.final Event<ItemClickedEventData<RECORD>> Deprecated.Fields inherited from class org.teamapps.ux.component.AbstractComponent
DELETED_ATTRIBUTE, onRendered -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.InfiniteItemView(float itemWidth, int itemHeight) Deprecated.InfiniteItemView(Template itemTemplate, float itemWidth, int rowHeight) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated.Deprecated.Deprecated.intDeprecated.Deprecated.Deprecated.Deprecated.floatDeprecated.getModel()Deprecated.intDeprecated.intDeprecated.Deprecated.voidhandleUiEvent(UiEvent event) Deprecated.booleanDeprecated.voidrefresh()Deprecated.protected voidsendRecords(int startIndex, int length, boolean clear) Deprecated.voidsetAutoHeight(boolean autoHeight) Deprecated.voidsetContextMenuProvider(Function<RECORD, Component> contextMenuProvider) Deprecated.setHorizontalItemMargin(int horizontalItemMargin) Deprecated.setItemJustification(ItemViewRowJustification itemJustification) Deprecated.voidsetItemPropertyExtractor(PropertyExtractor<RECORD> propertyExtractor) Deprecated.voidsetItemPropertyProvider(PropertyProvider<RECORD> propertyProvider) Deprecated.setItemTemplate(Template itemTemplate) Deprecated.setItemWidth(float itemWidth) Deprecated.voidsetMaxCacheCapacity(int maxCapacity) Deprecated.setModel(InfiniteItemViewModel<RECORD> model) Deprecated.setNumberOfInitialRecords(int numberOfInitialRecords) Deprecated.voidsetRowHeight(int rowHeight) Deprecated.voidsetVerticalItemAlignment(ItemViewVerticalItemAlignment verticalItemAlignment) Deprecated.Methods inherited from class org.teamapps.ux.component.AbstractComponent
createUiReference, getDebuggingId, getId, getParent, getSessionContext, isRendered, isVisible, mapAbstractUiComponentProperties, queueCommandIfRendered, render, reRenderIfRendered, setAttribute, setCssStyle, setDebuggingId, setParent, setVisible, toggleCssClass, toString, unrenderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.teamapps.ux.component.ClientObject
handleUiQueryMethods inherited from interface org.teamapps.ux.component.Component
setAriaLabel, setAttribute, setCssStyle, setHtmlTitle, setMargin, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setShadow, toggleCssClass
-
Field Details
-
onItemClicked
Deprecated. -
itemCache
Deprecated.
-
-
Constructor Details
-
InfiniteItemView
Deprecated. -
InfiniteItemView
public InfiniteItemView(float itemWidth, int itemHeight) Deprecated. -
InfiniteItemView
public InfiniteItemView()Deprecated.
-
-
Method Details
-
createUiComponent
Deprecated.- Specified by:
createUiComponentin classAbstractComponent
-
handleUiEvent
Deprecated. -
isAutoHeight
public boolean isAutoHeight()Deprecated. -
setAutoHeight
public void setAutoHeight(boolean autoHeight) Deprecated. -
getNumberOfInitialRecords
public int getNumberOfInitialRecords()Deprecated. -
setNumberOfInitialRecords
Deprecated. -
getItemTemplate
Deprecated. -
setItemTemplate
Deprecated. -
getItemWidth
public float getItemWidth()Deprecated. -
setItemWidth
Deprecated. -
getRowHeight
public int getRowHeight()Deprecated. -
setRowHeight
public void setRowHeight(int rowHeight) Deprecated. -
getVerticalItemAlignment
Deprecated. -
setVerticalItemAlignment
Deprecated. -
getHorizontalItemMargin
public int getHorizontalItemMargin()Deprecated. -
setHorizontalItemMargin
Deprecated. -
getItemJustification
Deprecated. -
setItemJustification
Deprecated. -
getModel
Deprecated. -
getItemPropertyProvider
Deprecated. -
setItemPropertyProvider
Deprecated. -
setItemPropertyExtractor
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
-
setContextMenuProvider
-
closeContextMenu
public void closeContextMenu()Deprecated.
-
InfiniteItemView2instead!