We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.flow.component.spreadsheet.
Interface Spreadsheet.CommentAuthorProvider
-
All Superinterfaces:
Enclosing class:
public static interface Spreadsheet.CommentAuthorProvider extends Serializable
This interface can be implemented to provide the comment author name set to new comments in cells.
-
-
Method Summary
All Methods Modifier and Type Method Description String
getAuthorForComment​(org.apache.poi.ss.util.CellReference targetCell)
Gets the author name for a new comment about to be added to the cell at the given cell reference.
-
-
-
Method Detail
-
getAuthorForComment
String getAuthorForComment​(org.apache.poi.ss.util.CellReference targetCell)
Gets the author name for a new comment about to be added to the cell at the given cell reference.
Parameters:
targetCell
- Reference to the target cellReturns:
Comment author name
-
-