Uses of Interface
io.keikai.model.SThreadedCommentAuthor
Packages that use SThreadedCommentAuthor
Package
Description
Keikai Spreadsheet Internal Book Model classes.
Keikai Spreadsheet Internal Book Model Implementation classes.
-
Uses of SThreadedCommentAuthor in io.keikai.model
Methods in io.keikai.model that return SThreadedCommentAuthorModifier and TypeMethodDescriptiondefault SThreadedCommentAuthorSBook.addThreadedCommentAuthor(String displayName, String userId, String providerId) Registers (or returns the already-registered) threaded comment author for use withSSheet.addThreadedComment(int, int, java.lang.String, io.keikai.model.SThreadedCommentAuthor)andSSheet.replyToComment(io.keikai.model.SThreadedComment, java.lang.String, io.keikai.model.SThreadedCommentAuthor).SThreadedComment.getAuthor()Returns the author of this comment.Methods in io.keikai.model with parameters of type SThreadedCommentAuthorModifier and TypeMethodDescriptiondefault SThreadedCommentSSheet.addThreadedComment(int row, int col, String text, SThreadedCommentAuthor author) Adds a new root threaded comment at the specified cell.default SThreadedCommentSSheet.replyToComment(SThreadedComment parent, String text, SThreadedCommentAuthor author) Adds a reply to an existing threaded comment. -
Uses of SThreadedCommentAuthor in io.keikai.model.impl
Classes in io.keikai.model.impl that implement SThreadedCommentAuthorMethods in io.keikai.model.impl that return SThreadedCommentAuthorConstructors in io.keikai.model.impl with parameters of type SThreadedCommentAuthorModifierConstructorDescriptionThreadedCommentImpl(String id, String text, SThreadedCommentAuthor author, Date createdDate, String parentId, int row, int col) Creates a new threaded comment.