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
THIS IS GENERATED CODE!
PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classstatic classNested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected booleanprotected booleanprotected List<UiIdentifiableClientRecord> protected intprotected UiItemJustificationprotected UiTemplateprotected floatprotected intprotected booleanprotected intprotected UiVerticalItemAlignmentFields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visibleFields inherited from class org.teamapps.dto.UiClientObject
id -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Only for Jackson deserialization.UiInfiniteItemView(UiTemplate itemTemplate, int rowHeight) -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleangetData()intfloatintbooleanintsetAutoHeight(boolean autoHeight) setContextMenuEnabled(boolean contextMenuEnabled) setDebuggingId(String debuggingId) setHorizontalItemMargin(int horizontalItemMargin) setItemJustification(UiItemJustification itemJustification) setItemWidth(float itemWidth) setSelectionEnabled(boolean selectionEnabled) setTotalNumberOfRecords(int totalNumberOfRecords) setVerticalItemAlignment(UiVerticalItemAlignment verticalItemAlignment) setVisible(boolean visible) toString()Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisibleMethods inherited from class org.teamapps.dto.UiClientObject
getId
-
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 -
selectionEnabled
protected boolean selectionEnabled
-
-
Constructor Details
-
UiInfiniteItemView
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiInfiniteItemView
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
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() -
getSelectionEnabled
public boolean getSelectionEnabled() -
setId
- Overrides:
setIdin classUiComponent
-
setDebuggingId
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiInfiniteItemView setClassNamesBySelector(Map<String, Map<String, Boolean>> classNamesBySelector) - Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiInfiniteItemView setAttributesBySelector(Map<String, Map<String, String>> attributesBySelector) - Overrides:
setAttributesBySelectorin classUiComponent
-
setItemWidth
-
setData
-
setTotalNumberOfRecords
-
setHorizontalItemMargin
-
setAutoHeight
-
setItemJustification
-
setVerticalItemAlignment
-
setContextMenuEnabled
-
setSelectionEnabled
-