@Dependent public class HtmlEditorPresenter extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
HtmlEditorPresenter.View |
Constructor and Description |
---|
HtmlEditorPresenter(HtmlEditorPresenter.View view) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
String |
getContent() |
HtmlEditorPresenter.View |
getView() |
void |
load() |
void |
setContent(String content) |
@Inject public HtmlEditorPresenter(HtmlEditorPresenter.View view)
public void load()
public HtmlEditorPresenter.View getView()
public String getContent()
public void setContent(String content)
public void destroy()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.