public class CommentLayerComponentModel
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_MODE |
| Constructor and Description |
|---|
CommentLayerComponentModel(TypedObject commentTarget,
TypedObject commentLayerTarget,
java.lang.String mode,
CommentLayerAwareModel commentLayerAwareModel) |
CommentLayerComponentModel(TypedObject commentTarget,
TypedObject commentLayerTarget,
java.lang.String mode,
CommentLayerAwareModel commentLayerAwareModel,
int pageIndex) |
public static final java.lang.String DEFAULT_MODE
public CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, java.lang.String mode, CommentLayerAwareModel commentLayerAwareModel)
public CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, java.lang.String mode, CommentLayerAwareModel commentLayerAwareModel, int pageIndex)
public java.lang.String getMode()
public void setMode(java.lang.String mode)
public double getWidth()
public void setWidth(double width)
width - the width to setpublic double getHeight()
public void setHeight(double height)
height - the height to setpublic double getScaleFactor()
public void setScaleFactor(double scaleFactor)
scaleFactor - the scaleFactor to setpublic TypedObject getCommentTarget()
public CommentIconModel getSelectedIcon()
public void setSelectedIcon(CommentIconModel selectedIcon)
selectedIcon - the selectedIcon to setpublic TypedObject getCommentLayerTarget()
public int getCurrentRightClickX()
public void setCurrentRightClickX(int currentRightClickX)
currentRightClickX - the currentRightClickX to setpublic int getCurrentRightClickY()
public void setCurrentRightClickY(int currentRightClickY)
currentRightClickY - the currentRightClickY to setpublic int getzIndex()
public void setzIndex(int zIndex)
zIndex - the zIndex to setpublic boolean isExposed()
public void setExposed(boolean exposed)
exposed - the exposed to setpublic CommentLayerAwareModel getCommentLayerAwareModel()
public java.util.List<CommentIconModel> getIconModels()
public boolean addIconModel(CommentIconModel iconModel)
public boolean removeIcon(CommentIconModel iconModel)
public java.lang.String getScrollableContainerId()
public void setScrollableContainerId(java.lang.String scrollableContainerId)
scrollableContainerId - the scrollableContainerId to setpublic int getPageIndex()
public void setPageIndex(int pageIndex)
pageIndex - the pageIndex to setCopyright © 2018 SAP SE. All Rights Reserved.