@Dependent @Templated(value="NewDocumentViewImpl.html") public class NewDocumentViewImpl extends com.google.gwt.user.client.ui.Composite implements NewDocumentPresenter.NewDocumentView
Modifier and Type | Field and Description |
---|---|
org.gwtbootstrap3.client.ui.Button |
createButton |
org.gwtbootstrap3.client.ui.Label |
documentFolderLabel |
org.gwtbootstrap3.client.ui.TextBox |
documentFolderText |
org.gwtbootstrap3.client.ui.Label |
documentNameLabel |
org.gwtbootstrap3.client.ui.TextBox |
documentNameText |
org.uberfire.ext.widgets.common.client.common.FileUpload |
fileUpload |
org.gwtbootstrap3.client.ui.Label |
fileUploadLabel |
org.gwtbootstrap3.client.ui.Form |
formUpload |
com.google.gwt.user.client.ui.Hidden |
hiddenDocumentFolderText |
org.gwtbootstrap3.client.ui.ListBox |
newDocType |
org.gwtbootstrap3.client.ui.Label |
newDocTypeLabel |
Constructor and Description |
---|
NewDocumentViewImpl() |
Modifier and Type | Method and Description |
---|---|
void |
displayNotification(String notification) |
void |
hide() |
void |
init(NewDocumentPresenter p) |
void |
setFolder(String folder) |
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, unsinkEvents
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
public org.gwtbootstrap3.client.ui.TextBox documentNameText
public org.gwtbootstrap3.client.ui.Label documentNameLabel
public org.gwtbootstrap3.client.ui.TextBox documentFolderText
public com.google.gwt.user.client.ui.Hidden hiddenDocumentFolderText
public org.gwtbootstrap3.client.ui.Label documentFolderLabel
public org.gwtbootstrap3.client.ui.Label newDocTypeLabel
public org.gwtbootstrap3.client.ui.ListBox newDocType
public org.uberfire.ext.widgets.common.client.common.FileUpload fileUpload
public org.gwtbootstrap3.client.ui.Label fileUploadLabel
@Inject @DataField public org.gwtbootstrap3.client.ui.Button createButton
@Inject @DataField public org.gwtbootstrap3.client.ui.Form formUpload
public void init(NewDocumentPresenter p)
init
in interface org.uberfire.client.mvp.UberView<NewDocumentPresenter>
public void displayNotification(String notification)
displayNotification
in interface NewDocumentPresenter.NewDocumentView
public void hide()
public void setFolder(String folder)
setFolder
in interface NewDocumentPresenter.NewDocumentView
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.