public class CellComment
extends com.vaadin.client.ui.VOverlay
com.vaadin.client.widgets.Overlay.PositionAndSize, com.vaadin.client.widgets.Overlay.ResizeAnimationcom.google.gwt.user.client.ui.PopupPanel.AnimationType, com.google.gwt.user.client.ui.PopupPanel.PositionCallback| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMMENT_OVERLAY_LINE_CLASSNAME |
| Constructor and Description |
|---|
CellComment(SheetWidget owner,
com.google.gwt.dom.client.Element paneElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
bringForward() |
int |
getCol() |
int |
getRow() |
void |
hide() |
void |
pushBack() |
void |
refreshPositionAccordingToCellRightCorner() |
void |
setAuthor(String authorName) |
void |
setCommentText(String text) |
void |
setEditMode(boolean editMode) |
void |
setInvalidFormulaMessage(String invalidFormulaMessage) |
void |
setSheetElement(com.google.gwt.dom.client.Element paneElement) |
void |
setVisible(boolean visible) |
void |
show(com.google.gwt.dom.client.Element cellElement,
int row,
int col) |
void |
showDependingToCellRightCorner(com.google.gwt.dom.client.Element cellElement,
int row,
int col) |
getApplicationConnection, getOverlayContainer, getOverlayContainer, setApplicationConnection, setOverlayContainerLabelcenter, getOwner, hide, hide, isFitInWindow, isShimElementEnabled, needsShimElement, onAttach, onDetach, positionOrSizeUpdated, setFitInWindow, setHeight, setOwner, setPopupPosition, setWidth, setZIndex, show, updateShadowSizeAndPositionaddAutoHidePartner, addCloseHandler, addPopupListener, getAnimationType, getContainerElement, getGlassElement, getGlassStyleName, getOffsetHeight, getOffsetWidth, getPopupLeft, getPopupTop, getStyleElement, getTitle, isAnimationEnabled, isAutoHideEnabled, isAutoHideOnHistoryEventsEnabled, isGlassEnabled, isModal, isPreviewingAllNativeEvents, isShowing, isVisible, onEventPreview, onKeyDownPreview, onKeyPressPreview, onKeyUpPreview, onPreviewNativeEvent, onUnload, removeAutoHidePartner, removePopupListener, setAnimationEnabled, setAnimationType, setAutoHideEnabled, setAutoHideOnHistoryEventsEnabled, setGlassEnabled, setGlassStyleName, setModal, setPopupPositionAndShow, setPreviewingAllNativeEvents, setTitle, setWidget, showRelativeToadd, getWidget, iterator, remove, setWidgetadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onBrowserEvent, onLoad, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setVisible, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorprotected static final String COMMENT_OVERLAY_LINE_CLASSNAME
public CellComment(SheetWidget owner, com.google.gwt.dom.client.Element paneElement)
public void bringForward()
public void pushBack()
public void hide()
hide in class com.vaadin.client.widgets.Overlaypublic void setCommentText(String text)
public int getCol()
public int getRow()
public void show(com.google.gwt.dom.client.Element cellElement,
int row,
int col)
public void showDependingToCellRightCorner(com.google.gwt.dom.client.Element cellElement,
int row,
int col)
public void refreshPositionAccordingToCellRightCorner()
public void setVisible(boolean visible)
setVisible in interface com.google.gwt.user.client.ui.HasVisibilitysetVisible in class com.vaadin.client.widgets.Overlaypublic void setSheetElement(com.google.gwt.dom.client.Element paneElement)
public void setEditMode(boolean editMode)
public void setAuthor(String authorName)
public void setInvalidFormulaMessage(String invalidFormulaMessage)
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.