Package org.teamapps.dto
Class UiInfiniteItemView
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiInfiniteItemView
- All Implemented Interfaces:
UiObject
public class UiInfiniteItemView extends UiComponent implements UiObject
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiInfiniteItemView.AddDataCommandstatic classUiInfiniteItemView.CloseContextMenuCommandstatic classUiInfiniteItemView.ContextMenuRequestedEventstatic classUiInfiniteItemView.DisplayedRangeChangedEventstatic classUiInfiniteItemView.ItemClickedEventstatic classUiInfiniteItemView.RemoveDataCommandstatic classUiInfiniteItemView.SetContextMenuContentCommandstatic classUiInfiniteItemView.SetHorizontalItemMarginCommandstatic classUiInfiniteItemView.SetItemJustificationCommandstatic classUiInfiniteItemView.SetItemTemplateCommandstatic classUiInfiniteItemView.SetItemWidthCommandstatic classUiInfiniteItemView.SetVerticalItemAlignmentCommandNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
Fields Modifier and Type Field Description protected booleanautoHeightprotected booleancontextMenuEnabledprotected java.util.List<UiIdentifiableClientRecord>dataprotected inthorizontalItemMarginprotected UiItemJustificationitemJustificationprotected UiTemplateitemTemplateprotected floatitemWidthprotected introwHeightprotected inttotalNumberOfRecordsprotected UiVerticalItemAlignmentverticalItemAlignmentFields inherited from class org.teamapps.dto.UiComponent
debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
Constructors Constructor Description UiInfiniteItemView()Deprecated.Only for Jackson deserialization.UiInfiniteItemView(UiTemplate itemTemplate, int rowHeight) -
Method Summary
Methods inherited from class org.teamapps.dto.UiComponent
getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
itemTemplate
-
itemWidth
protected float itemWidth -
rowHeight
protected int rowHeight -
data
-
totalNumberOfRecords
protected int totalNumberOfRecords -
horizontalItemMargin
protected int horizontalItemMargin -
autoHeight
protected boolean autoHeight -
itemJustification
-
verticalItemAlignment
-
contextMenuEnabled
protected boolean contextMenuEnabled
-
-
Constructor Details
-
UiInfiniteItemView
@Deprecated public UiInfiniteItemView()Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiInfiniteItemView
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()- Overrides:
toStringin classUiComponent
-
getItemTemplate
-
getItemWidth
public float getItemWidth() -
getRowHeight
public int getRowHeight() -
getData
-
getTotalNumberOfRecords
public int getTotalNumberOfRecords() -
getHorizontalItemMargin
public int getHorizontalItemMargin() -
getAutoHeight
public boolean getAutoHeight() -
getItemJustification
-
getVerticalItemAlignment
-
getContextMenuEnabled
public boolean getContextMenuEnabled() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiInfiniteItemView setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)- Overrides:
setStylesBySelectorin classUiComponent
-
setItemWidth
-
setData
-
setTotalNumberOfRecords
-
setHorizontalItemMargin
-
setAutoHeight
-
setItemJustification
-
setVerticalItemAlignment
-
setContextMenuEnabled
-