org.jbpm.console.ng.ht.client.editors.taskcomments.popup
@Dependent @Templated(value="TaskCommentsPopupViewImpl.html") public class TaskCommentsPopupViewImpl extends com.google.gwt.user.client.ui.Composite implements TaskCommentsPopupPresenter.TaskCommentsPopupView
Modifier and Type | Field and Description |
---|---|
com.github.gwtbootstrap.client.ui.Button |
addCommentButton |
com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> |
commentsListGrid |
com.google.gwt.user.client.ui.FlowPanel |
listContainer |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
navBarUL |
com.github.gwtbootstrap.client.ui.Label |
newTaskCommentLabel |
com.github.gwtbootstrap.client.ui.TextArea |
newTaskCommentTextArea |
com.github.gwtbootstrap.client.ui.SimplePager |
pager |
com.github.gwtbootstrap.client.ui.Label |
taskIdText |
com.github.gwtbootstrap.client.ui.Label |
taskNameText |
Constructor and Description |
---|
TaskCommentsPopupViewImpl() |
Modifier and Type | Method and Description |
---|---|
com.github.gwtbootstrap.client.ui.Button |
addCommentButton() |
void |
addCommentButton(com.google.gwt.event.dom.client.ClickEvent e) |
com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> |
getDataGrid() |
com.github.gwtbootstrap.client.ui.base.UnorderedList |
getNavBarUL() |
com.github.gwtbootstrap.client.ui.TextArea |
getNewTaskCommentTextArea() |
com.github.gwtbootstrap.client.ui.SimplePager |
getPager() |
com.github.gwtbootstrap.client.ui.Label |
getTaskIdText() |
com.github.gwtbootstrap.client.ui.Label |
getTaskNameText() |
void |
init(TaskCommentsPopupPresenter presenter) |
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, 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, unsinkEvents
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label taskIdText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label taskNameText
@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.base.UnorderedList navBarUL
@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 com.github.gwtbootstrap.client.ui.Label getTaskIdText()
getTaskIdText
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.Label getTaskNameText()
getTaskNameText
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.base.UnorderedList getNavBarUL()
getNavBarUL
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.TextArea getNewTaskCommentTextArea()
getNewTaskCommentTextArea
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.Button addCommentButton()
addCommentButton
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.DataGrid<CommentSummary> getDataGrid()
getDataGrid
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public com.github.gwtbootstrap.client.ui.SimplePager getPager()
getPager
in interface TaskCommentsPopupPresenter.TaskCommentsPopupView
public void init(TaskCommentsPopupPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<TaskCommentsPopupPresenter>
@EventHandler(value="addCommentButton") public void addCommentButton(com.google.gwt.event.dom.client.ClickEvent e)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.