| Modifier and Type | Class and Description |
|---|---|
class |
DivCommentIcon
CommentIcon implementation for the purpose of printcockpit. |
| Modifier and Type | Method and Description |
|---|---|
CommentIcon |
CommentLayerComponent.getCommentIcon(CommentModel commentModel)
Returns
CommentIcon corresponding to the target CommentModel instance |
CommentIcon |
CommentLayerComponent.getCommentIcon(java.lang.String id)
Returns
CommentIcon contained in this component and having target component id. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentIcon> |
CommentLayerComponent.getIconComponents()
Returns all comment icons components that are currently contained by this comment layer.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentLayerComponent.addIconComponent(CommentIcon icon)
Adds new comment icon component to the comment layer.
|
protected Menupopup |
CommentLayerComponent.getIconContextMenu(CommentIcon icon) |
boolean |
CommentLayerComponent.removeIcon(CommentIcon icon)
Removes icon comment component from the comment layer.
|
| Modifier and Type | Method and Description |
|---|---|
CommentIcon |
ContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment)
Returns a corresponding
CommentIcon component for the target comment instance. |
CommentIcon |
CommentLayerComponentController.getCommentIconForComment(T component,
CommentModel comment)
Returns CommentIcon component for the given
CommentModel which is placed on the given
CommentLayerComponent; |
CommentIcon |
CommentLayerComponentController.refreshCommentIcon(CommentIcon icon)
Refreshes the instance of comment icon.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CommentLayerComponentController.canMoveCommentIcon(CommentIcon icon)
Evaluates if current user can move given comment on the comment layer.
|
Menupopup |
CommentLayerComponentController.createIconContextMenu(T commentLayerComponent,
CommentIcon icon)
Creates context menu component for the right-click actions on the icons on comment layer
|
void |
CommentLayerComponentController.deleteCommentFromCommentLayer(T component,
CommentIcon icon)
Removes the given icon from the target comment layer component.
|
void |
CommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon,
int x_Position,
int y_Position)
Moves the target comment icon on the comment layer component to the target position (x, y).
|
CommentIcon |
CommentLayerComponentController.refreshCommentIcon(CommentIcon icon)
Refreshes the instance of comment icon.
|
void |
CommentLayerComponentController.selectCommentIcon(T commentLayerComponent,
CommentIcon icon)
Marks the target icon as selected on the given comment layer component.
|
| Modifier and Type | Method and Description |
|---|---|
protected CommentIcon |
DefaultCommentLayerComponentController.createNewIcon(CommentIconModel model) |
CommentIcon |
DefaultContextAreaCommentTreeController.getCommentIcon(ContextAreaCommentTreeModel model,
CommentModel comment) |
CommentIcon |
DefaultCommentLayerComponentController.getCommentIconForComment(CommentLayerComponent component,
CommentModel comment) |
CommentIcon |
DefaultCommentLayerComponentController.refreshCommentIcon(CommentIcon icon) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultCommentLayerComponentController.canMoveCommentIcon(CommentIcon icon) |
protected CommentMetadataModel |
DefaultCommentLayerComponentController.createCommentMetadata(CommentLayerComponentModel model,
CommentModel commentToSave,
CommentIcon newIcon) |
protected void |
DefaultCommentLayerComponentController.createEditPopupContentForComment(Window newCommentPopup,
CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create)
Create additional content for comment creation and edit popup.
|
protected Window |
DefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
protected Window |
DefaultCommentLayerComponentController.createEditPopupForComment(CommentLayerComponent clComponent,
CommentLayerAwareModel clAwareModel,
CommentIcon newIcon,
CommentModel commentToEdit,
boolean create) |
Menupopup |
DefaultCommentLayerComponentController.createIconContextMenu(CommentLayerComponent component,
CommentIcon icon) |
void |
DefaultCommentLayerComponentController.deleteCommentFromCommentLayer(CommentLayerComponent component,
CommentIcon icon) |
void |
DefaultCommentLayerComponentController.moveCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon,
int x_Position,
int y_Position) |
CommentIcon |
DefaultCommentLayerComponentController.refreshCommentIcon(CommentIcon icon) |
void |
DefaultCommentLayerComponentController.selectCommentIcon(CommentLayerComponent commentLayerComponent,
CommentIcon icon) |
protected void |
DefaultCommentLayerComponentController.updateComponentIcon(CommentLayerComponent clComponent,
CommentIcon newIcon,
CommentModel commentToSave) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CommentIcon> |
CommentLayerContext.getCommentIcons() |
Copyright © 2018 SAP SE. All Rights Reserved.