public class CommentIconModel
extends java.lang.Object
| Constructor and Description |
|---|
CommentIconModel(CommentModel comment,
int x_Position,
int y_Position) |
| Modifier and Type | Method and Description |
|---|---|
CommentModel |
getComment()
Returns the actual
CommentModel that corresponds to the comment icon. |
java.lang.String |
getParentComponentId() |
int |
getX() |
int |
getY() |
boolean |
isSelected() |
boolean |
isVisible() |
void |
setComment(CommentModel comment) |
void |
setParentComponentId(java.lang.String parentId) |
void |
setSelected(boolean selected) |
void |
setVisible(boolean visible) |
void |
setX(int x_Position) |
void |
setY(int y_Position) |
void |
toggleSelected() |
void |
toggleVisible() |
public CommentIconModel(CommentModel comment, int x_Position, int y_Position)
public CommentModel getComment()
CommentModel that corresponds to the comment icon.public boolean isSelected()
public int getY()
public int getX()
public void setSelected(boolean selected)
public void setY(int y_Position)
y_Position - the y to setpublic void setX(int x_Position)
x_Position - the x to setpublic void toggleSelected()
public void toggleVisible()
public boolean isVisible()
public void setVisible(boolean visible)
visible - the visible to setpublic void setParentComponentId(java.lang.String parentId)
public java.lang.String getParentComponentId()
public void setComment(CommentModel comment)
comment - the comment to setCopyright © 2018 SAP SE. All Rights Reserved.