Interface CommentLineView
-
- All Superinterfaces:
com.google.gwt.user.client.ui.IsWidget
- All Known Implementing Classes:
CommentLineViewImpl
public interface CommentLineView extends com.google.gwt.user.client.ui.IsWidget
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceCommentLineView.Presenter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetAuthor(String author)voidsetComment(String comment)voidsetDate(String date)voidsetPresenter(CommentLineView.Presenter presenter)
-
-
-
Method Detail
-
setPresenter
void setPresenter(CommentLineView.Presenter presenter)
-
setAuthor
void setAuthor(String author)
-
setComment
void setComment(String comment)
-
setDate
void setDate(String date)
-
-