Package org.teamapps.dto
Class UiMessagePageViewBlock
- java.lang.Object
-
- org.teamapps.dto.UiPageViewBlock
-
- org.teamapps.dto.UiMessagePageViewBlock
-
- All Implemented Interfaces:
UiObject
public class UiMessagePageViewBlock extends UiPageViewBlock implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.teamapps.dto.UiPageViewBlock
UiPageViewBlock.Alignment
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringhtmlprotected java.util.List<java.lang.String>imageUrlsprotected UiClientRecordtopRecordprotected UiHorizontalElementAlignmenttopRecordAlignmentprotected UiTemplatetopTemplate-
Fields inherited from class org.teamapps.dto.UiPageViewBlock
alignment, id, toolButtons
-
-
Constructor Summary
Constructors Constructor Description UiMessagePageViewBlock()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetHtml()java.util.List<java.lang.String>getImageUrls()UiClientRecordgetTopRecord()UiHorizontalElementAlignmentgetTopRecordAlignment()UiTemplategetTopTemplate()UiObjectTypegetUiObjectType()UiMessagePageViewBlocksetAlignment(UiPageViewBlock.Alignment alignment)UiMessagePageViewBlocksetHtml(java.lang.String html)UiMessagePageViewBlocksetId(java.lang.String id)UiMessagePageViewBlocksetImageUrls(java.util.List<java.lang.String> imageUrls)UiMessagePageViewBlocksetToolButtons(java.util.List<UiClientObjectReference> toolButtons)UiMessagePageViewBlocksetTopRecord(UiClientRecord topRecord)UiMessagePageViewBlocksetTopRecordAlignment(UiHorizontalElementAlignment topRecordAlignment)UiMessagePageViewBlocksetTopTemplate(UiTemplate topTemplate)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.UiPageViewBlock
getAlignment, getId, getToolButtons
-
-
-
-
Field Detail
-
topTemplate
protected UiTemplate topTemplate
-
topRecord
protected UiClientRecord topRecord
-
topRecordAlignment
protected UiHorizontalElementAlignment topRecordAlignment
-
html
protected java.lang.String html
-
imageUrls
protected java.util.List<java.lang.String> imageUrls
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiPageViewBlock
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiPageViewBlock
-
getTopTemplate
public UiTemplate getTopTemplate()
-
getTopRecord
public UiClientRecord getTopRecord()
-
getTopRecordAlignment
public UiHorizontalElementAlignment getTopRecordAlignment()
-
getHtml
public java.lang.String getHtml()
-
getImageUrls
public java.util.List<java.lang.String> getImageUrls()
-
setId
public UiMessagePageViewBlock setId(java.lang.String id)
- Overrides:
setIdin classUiPageViewBlock
-
setAlignment
public UiMessagePageViewBlock setAlignment(UiPageViewBlock.Alignment alignment)
- Overrides:
setAlignmentin classUiPageViewBlock
-
setToolButtons
public UiMessagePageViewBlock setToolButtons(java.util.List<UiClientObjectReference> toolButtons)
- Overrides:
setToolButtonsin classUiPageViewBlock
-
setTopTemplate
public UiMessagePageViewBlock setTopTemplate(UiTemplate topTemplate)
-
setTopRecord
public UiMessagePageViewBlock setTopRecord(UiClientRecord topRecord)
-
setTopRecordAlignment
public UiMessagePageViewBlock setTopRecordAlignment(UiHorizontalElementAlignment topRecordAlignment)
-
setHtml
public UiMessagePageViewBlock setHtml(java.lang.String html)
-
setImageUrls
public UiMessagePageViewBlock setImageUrls(java.util.List<java.lang.String> imageUrls)
-
-