public class CommentLayerComponentModel extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_MODE |
| Constructor and Description |
|---|
CommentLayerComponentModel(TypedObject commentTarget,
TypedObject commentLayerTarget,
String mode,
CommentLayerAwareModel commentLayerAwareModel) |
CommentLayerComponentModel(TypedObject commentTarget,
TypedObject commentLayerTarget,
String mode,
CommentLayerAwareModel commentLayerAwareModel,
int pageIndex) |
public static final String DEFAULT_MODE
public CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, String mode, CommentLayerAwareModel commentLayerAwareModel)
public CommentLayerComponentModel(TypedObject commentTarget, TypedObject commentLayerTarget, String mode, CommentLayerAwareModel commentLayerAwareModel, int pageIndex)
public String getMode()
public void setMode(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 List<CommentIconModel> getIconModels()
public boolean addIconModel(CommentIconModel iconModel)
public boolean removeIcon(CommentIconModel iconModel)
public String getScrollableContainerId()
public void setScrollableContainerId(String scrollableContainerId)
scrollableContainerId - the scrollableContainerId to setpublic int getPageIndex()
public void setPageIndex(int pageIndex)
pageIndex - the pageIndex to setCopyright © 2017 SAP SE. All Rights Reserved.