public abstract class AbstractCommentAction extends AbstractListViewAction
ListViewAction.Context| Modifier and Type | Field and Description |
|---|---|
static String |
AREA |
static String |
BROWSER_AREA |
static String |
EDITOR_AREA |
static String |
PARENT |
static Object |
UPDATELISTENER |
alwaysEnabled, IN_EDITOR_AREA_SECTION_PANELAFFECTED_ITEMS_KEY| Constructor and Description |
|---|
AbstractCommentAction() |
| Modifier and Type | Method and Description |
|---|---|
CockpitCommentService |
getCockpitCommentService() |
CommentService |
getCommentService() |
CommentTypeModel |
getCommentType() |
ComponentModel |
getComponent() |
DomainModel |
getDomain() |
void |
setCommentType(CommentTypeModel commentType) |
void |
setComponent(ComponentModel component) |
void |
setDomain(DomainModel domain) |
createContext, createContext, doCreateContext, getItem, getMultiSelectEventListener, getMultiSelectImageURI, getMultiSelectPopup, getSelectedItems, getStatusCode, isAlwaysEnabled, sendEvent, sendUpdateItemsEvent, setAlwaysEnabledclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetContextPopup, getEventListener, getImageURI, getPopup, getTooltippublic static final String AREA
public static final String EDITOR_AREA
public static final String BROWSER_AREA
public static final String PARENT
public static final Object UPDATELISTENER
public CommentService getCommentService()
public CockpitCommentService getCockpitCommentService()
public void setDomain(DomainModel domain)
domain - the domain to setpublic DomainModel getDomain()
public void setComponent(ComponentModel component)
component - the component to setpublic ComponentModel getComponent()
public void setCommentType(CommentTypeModel commentType)
commentType - the commentType to setpublic CommentTypeModel getCommentType()
Copyright © 2017 SAP SE. All Rights Reserved.