public class SheetCellElement
extends com.vaadin.testbench.elementsbase.AbstractElement
| Constructor and Description |
|---|
SheetCellElement() |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Gets the current value of this cell as a string.
|
boolean |
hasCommentIndicator()
Determines if the cell has comment indicator
|
boolean |
hasInvalidFormulaIndicator()
Determines if the cell has invalid formula indicator
|
boolean |
hasPopupButton()
Determines if this cell has a PopupButton set.
|
boolean |
isCellSelected()
Finds out if this cell is selected.
|
boolean |
isNormalCell()
Determines if this cell is normal in the sense that it uses the default
in-line editor for editing the cell value.
|
void |
popupButtonClick()
Click the PopupButton in the cell.
|
void |
setValue(String newValue)
Sets the given value to this cell.
|
clear, click, click, clickHiddenElement, compareScreen, compareScreen, compareScreen, contextClick, doubleClick, equals, findElement, findElements, focus, getAttribute, getCapabilities, getClassNames, getCommandExecutor, getContext, getCssValue, getDriver, getLocation, getRect, getScreenshotAs, getSize, getTagName, getText, getWrappedElement, hasClassName, hashCode, init, init, isChrome, isDisplayed, isEnabled, isFirefox, isPhantomJS, isSelected, scroll, scrollIntoView, scrollLeft, sendKeys, showTooltip, submit, waitForVaadin, waitUntil, waitUntil, wrap, wrapElement, wrapElementspublic void setValue(String newValue)
newValue - Value to set.public String getValue()
public boolean isCellSelected()
public boolean isNormalCell()
public boolean hasPopupButton()
public void popupButtonClick()
IllegalArgumentException - if the cell doesn't contain a PopupButtonpublic boolean hasInvalidFormulaIndicator()
public boolean hasCommentIndicator()
Copyright © 2013–2025 Vaadin Ltd. All rights reserved.