|
jBPM Console NG - Documents Client 6.2.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Composite
org.jbpm.console.ng.dm.client.document.details.DocumentDetailsViewImpl
@Dependent @Templated(value="DocumentDetailsViewImpl.html") public class DocumentDetailsViewImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
com.github.gwtbootstrap.client.ui.Label |
documentIdLabel
|
com.google.gwt.user.client.ui.HTML |
documentIdText
|
com.github.gwtbootstrap.client.ui.Label |
documentNameLabel
|
com.google.gwt.user.client.ui.HTML |
documentNameText
|
com.github.gwtbootstrap.client.ui.Label |
documentPathLabel
|
com.github.gwtbootstrap.client.ui.Button |
openDocumentButton
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
DocumentDetailsViewImpl()
|
Method Summary | |
---|---|
void |
displayNotification(String text)
|
com.google.gwt.user.client.ui.HTML |
getDocumentIdText()
|
com.google.gwt.user.client.ui.HTML |
getDocumentNameText()
|
com.github.gwtbootstrap.client.ui.Button |
getOpenDocumentButton()
|
void |
init(DocumentDetailsPresenter presenter)
|
void |
openDocumentButton(com.google.gwt.event.dom.client.ClickEvent e)
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget |
---|
asWidget |
Field Detail |
---|
@Inject @DataField public com.google.gwt.user.client.ui.HTML documentIdText
@Inject @DataField public com.google.gwt.user.client.ui.HTML documentNameText
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label documentNameLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label documentIdLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Label documentPathLabel
@Inject @DataField public com.github.gwtbootstrap.client.ui.Button openDocumentButton
Constructor Detail |
---|
public DocumentDetailsViewImpl()
Method Detail |
---|
public void init(DocumentDetailsPresenter presenter)
init
in interface org.uberfire.client.mvp.UberView<DocumentDetailsPresenter>
public void displayNotification(String text)
displayNotification
in interface DocumentDetailsPresenter.DocumentDetailsView
public com.google.gwt.user.client.ui.HTML getDocumentNameText()
getDocumentNameText
in interface DocumentDetailsPresenter.DocumentDetailsView
public com.google.gwt.user.client.ui.HTML getDocumentIdText()
getDocumentIdText
in interface DocumentDetailsPresenter.DocumentDetailsView
public com.github.gwtbootstrap.client.ui.Button getOpenDocumentButton()
getOpenDocumentButton
in interface DocumentDetailsPresenter.DocumentDetailsView
@EventHandler(value="openDocumentButton") public void openDocumentButton(com.google.gwt.event.dom.client.ClickEvent e)
|
jBPM Console NG - Documents Client 6.2.0-SNAPSHOT | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |