@Dependent public class NewDocumentPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
NewDocumentPresenter.NewDocumentView |
Constructor and Description |
---|
NewDocumentPresenter() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
createDocument(DocumentSummary doc) |
String |
getTitle() |
org.uberfire.client.mvp.UberView<NewDocumentPresenter> |
getView() |
void |
init() |
void |
onOpen() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
public String getTitle()
public org.uberfire.client.mvp.UberView<NewDocumentPresenter> getView()
@PostConstruct public void init()
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public void onOpen()
public void close()
public void createDocument(DocumentSummary doc)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.