@Dependent @Templated(value="TaskCommentsViewImpl.html") public class TaskCommentsViewImpl extends com.google.gwt.user.client.ui.Composite implements TaskCommentsPresenter.TaskCommentsView
| Modifier and Type | Field and Description |
|---|---|
com.github.gwtbootstrap.client.ui.Button |
addCommentButton |
com.github.gwtbootstrap.client.ui.ControlLabel |
commentsAccordionLabel |
com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> |
commentsListGrid |
com.google.gwt.user.client.ui.FlowPanel |
listContainer |
com.github.gwtbootstrap.client.ui.Label |
newTaskCommentLabel |
com.github.gwtbootstrap.client.ui.TextArea |
newTaskCommentTextArea |
com.github.gwtbootstrap.client.ui.SimplePager |
pager |
| Constructor and Description |
|---|
TaskCommentsViewImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addCommentButton(com.google.gwt.event.dom.client.ClickEvent e) |
void |
adjustDisplayForListOfSize(int size) |
void |
clearCommentInput() |
void |
displayNotification(String text) |
void |
init(TaskCommentsPresenter presenter) |
void |
redrawDataGrid() |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidgetaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString@Inject @DataField public com.github.gwtbootstrap.client.ui.ControlLabel commentsAccordionLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.TextArea newTaskCommentTextArea
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label newTaskCommentLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button addCommentButton
@Inject @DataField public com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> commentsListGrid
@Inject @DataField public com.github.gwtbootstrap.client.ui.SimplePager pager
@Inject @DataField public com.google.gwt.user.client.ui.FlowPanel listContainer
public void clearCommentInput()
clearCommentInput in interface TaskCommentsPresenter.TaskCommentsViewpublic void redrawDataGrid()
redrawDataGrid in interface TaskCommentsPresenter.TaskCommentsViewpublic void init(TaskCommentsPresenter presenter)
init in interface org.uberfire.client.mvp.UberView<TaskCommentsPresenter>public void adjustDisplayForListOfSize(int size)
adjustDisplayForListOfSize in interface TaskCommentsPresenter.TaskCommentsView@EventHandler(value="addCommentButton") public void addCommentButton(com.google.gwt.event.dom.client.ClickEvent e)
public void displayNotification(String text)
displayNotification in interface TaskCommentsPresenter.TaskCommentsViewCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.