public interface FormulaBarHandler
| Modifier and Type | Method and Description |
|---|---|
String |
createCellAddress(int column,
int row) |
String |
getActiveSheetName() |
String[] |
getSheetNames() |
boolean |
isTouchMode() |
void |
onAddressEntered(String value) |
void |
onAddressFieldEsc() |
void |
onFormulaEnter(String value) |
void |
onFormulaEsc() |
void |
onFormulaFieldBlur(String value) |
void |
onFormulaFieldFocus(String value)
Swap the cell data to the value if it is a formula.
|
void |
onFormulaTab(String value,
boolean focusSheet) |
void |
onFormulaValueChange(String value) |
void |
setSheetFocused(boolean focused) |
void onAddressEntered(String value)
void onAddressFieldEsc()
void onFormulaFieldFocus(String value)
void onFormulaFieldBlur(String value)
void onFormulaEnter(String value)
void onFormulaTab(String value, boolean focusSheet)
void onFormulaEsc()
void onFormulaValueChange(String value)
boolean isTouchMode()
void setSheetFocused(boolean focused)
String createCellAddress(int column, int row)
String[] getSheetNames()
String getActiveSheetName()
Copyright © 2013–2026 Vaadin Ltd. All rights reserved.