Package org.teamapps.dto
Class UiDocumentViewer
- java.lang.Object
-
- org.teamapps.dto.UiClientObject
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiDocumentViewer
-
- All Implemented Interfaces:
UiObject
public class UiDocumentViewer 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 classUiDocumentViewer.SetDisplayModeCommandstatic classUiDocumentViewer.SetPadddingCommandstatic classUiDocumentViewer.SetPageBorderCommandstatic classUiDocumentViewer.SetPageShadowCommandstatic classUiDocumentViewer.SetPageSpacingCommandstatic classUiDocumentViewer.SetPageUrlsCommandstatic classUiDocumentViewer.SetZoomFactorCommand-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetAttributesCommand, UiComponent.SetClassNamesCommand, UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected UiPageDisplayModedisplayModeprotected intpaddingprotected UiBorderpageBorderprotected UiShadowpageShadowprotected intpageSpacingprotected java.util.List<java.lang.String>pageUrlsprotected floatzoomFactor-
Fields inherited from class org.teamapps.dto.UiComponent
attributesBySelector, classNamesBySelector, debuggingId, stylesBySelector, visible
-
Fields inherited from class org.teamapps.dto.UiClientObject
id
-
-
Constructor Summary
Constructors Constructor Description UiDocumentViewer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UiPageDisplayModegetDisplayMode()intgetPadding()UiBordergetPageBorder()UiShadowgetPageShadow()intgetPageSpacing()java.util.List<java.lang.String>getPageUrls()UiObjectTypegetUiObjectType()floatgetZoomFactor()UiDocumentViewersetAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)UiDocumentViewersetClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)UiDocumentViewersetDebuggingId(java.lang.String debuggingId)UiDocumentViewersetDisplayMode(UiPageDisplayMode displayMode)UiDocumentViewersetId(java.lang.String id)UiDocumentViewersetPadding(int padding)UiDocumentViewersetPageBorder(UiBorder pageBorder)UiDocumentViewersetPageShadow(UiShadow pageShadow)UiDocumentViewersetPageSpacing(int pageSpacing)UiDocumentViewersetPageUrls(java.util.List<java.lang.String> pageUrls)UiDocumentViewersetStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)UiDocumentViewersetVisible(boolean visible)UiDocumentViewersetZoomFactor(float zoomFactor)java.lang.StringtoString()-
Methods inherited from class org.teamapps.dto.UiComponent
getAttributesBySelector, getClassNamesBySelector, getDebuggingId, getStylesBySelector, getVisible
-
Methods inherited from class org.teamapps.dto.UiClientObject
getId
-
-
-
-
Field Detail
-
pageUrls
protected java.util.List<java.lang.String> pageUrls
-
displayMode
protected UiPageDisplayMode displayMode
-
zoomFactor
protected float zoomFactor
-
pageBorder
protected UiBorder pageBorder
-
pageShadow
protected UiShadow pageShadow
-
padding
protected int padding
-
pageSpacing
protected int pageSpacing
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getPageUrls
public java.util.List<java.lang.String> getPageUrls()
-
getDisplayMode
public UiPageDisplayMode getDisplayMode()
-
getZoomFactor
public float getZoomFactor()
-
getPageBorder
public UiBorder getPageBorder()
-
getPageShadow
public UiShadow getPageShadow()
-
getPadding
public int getPadding()
-
getPageSpacing
public int getPageSpacing()
-
setId
public UiDocumentViewer setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setDebuggingId
public UiDocumentViewer setDebuggingId(java.lang.String debuggingId)
- Overrides:
setDebuggingIdin classUiComponent
-
setVisible
public UiDocumentViewer setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiDocumentViewer setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setClassNamesBySelector
public UiDocumentViewer setClassNamesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.Boolean>> classNamesBySelector)
- Overrides:
setClassNamesBySelectorin classUiComponent
-
setAttributesBySelector
public UiDocumentViewer setAttributesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> attributesBySelector)
- Overrides:
setAttributesBySelectorin classUiComponent
-
setPageUrls
public UiDocumentViewer setPageUrls(java.util.List<java.lang.String> pageUrls)
-
setDisplayMode
public UiDocumentViewer setDisplayMode(UiPageDisplayMode displayMode)
-
setZoomFactor
public UiDocumentViewer setZoomFactor(float zoomFactor)
-
setPageBorder
public UiDocumentViewer setPageBorder(UiBorder pageBorder)
-
setPageShadow
public UiDocumentViewer setPageShadow(UiShadow pageShadow)
-
setPadding
public UiDocumentViewer setPadding(int padding)
-
setPageSpacing
public UiDocumentViewer setPageSpacing(int pageSpacing)
-
-