Class UiInfiniteItemView2
java.lang.Object
org.teamapps.dto.UiClientObject
org.teamapps.dto.UiComponent
org.teamapps.dto.UiInfiniteItemView2
- 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 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 floatprotected UiHorizontalElementAlignmentprotected UiVerticalElementAlignmentprotected floatprotected floatprotected UiTemplateprotected floatprotected UiItemJustificationprotected booleanprotected floatFields 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.UiInfiniteItemView2(UiTemplate itemTemplate) -
Method Summary
Modifier and TypeMethodDescriptionbooleanfloatfloatfloatfloatbooleanfloatsetContextMenuEnabled(boolean contextMenuEnabled) setDebuggingId(String debuggingId) setHorizontalSpacing(float horizontalSpacing) setItemContentHorizontalAlignment(UiHorizontalElementAlignment itemContentHorizontalAlignment) setItemContentVerticalAlignment(UiVerticalElementAlignment itemContentVerticalAlignment) setItemHeight(float itemHeight) setItemPositionAnimationTime(float itemPositionAnimationTime) setItemWidth(float itemWidth) setRowHorizontalAlignment(UiItemJustification rowHorizontalAlignment) setSelectionEnabled(boolean selectionEnabled) setVerticalSpacing(float verticalSpacing) 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 -
itemHeight
protected float itemHeight -
horizontalSpacing
protected float horizontalSpacing -
verticalSpacing
protected float verticalSpacing -
itemPositionAnimationTime
protected float itemPositionAnimationTime -
itemContentHorizontalAlignment
-
itemContentVerticalAlignment
-
rowHorizontalAlignment
-
contextMenuEnabled
protected boolean contextMenuEnabled -
selectionEnabled
protected boolean selectionEnabled
-
-
Constructor Details
-
UiInfiniteItemView2
Deprecated.Only for Jackson deserialization. Use the other constructor instead. -
UiInfiniteItemView2
-
-
Method Details
-
getUiObjectType
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
- Overrides:
toStringin classUiComponent
-
getItemTemplate
-
getItemWidth
public float getItemWidth() -
getItemHeight
public float getItemHeight() -
getHorizontalSpacing
public float getHorizontalSpacing() -
getVerticalSpacing
public float getVerticalSpacing() -
getItemPositionAnimationTime
public float getItemPositionAnimationTime() -
getItemContentHorizontalAlignment
-
getItemContentVerticalAlignment
-
getRowHorizontalAlignment
-
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 UiInfiniteItemView2 setClassNamesBySelector(Map<String, Map<String, Boolean>> classNamesBySelector) - Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiInfiniteItemView2 setAttributesBySelector(Map<String, Map<String, String>> attributesBySelector) - Overrides:
setAttributesBySelectorin classUiComponent
-
setItemWidth
-
setItemHeight
-
setHorizontalSpacing
-
setVerticalSpacing
-
setItemPositionAnimationTime
-
setItemContentHorizontalAlignment
public UiInfiniteItemView2 setItemContentHorizontalAlignment(UiHorizontalElementAlignment itemContentHorizontalAlignment) -
setItemContentVerticalAlignment
public UiInfiniteItemView2 setItemContentVerticalAlignment(UiVerticalElementAlignment itemContentVerticalAlignment) -
setRowHorizontalAlignment
-
setContextMenuEnabled
-
setSelectionEnabled
-