public abstract class TextEditorPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
TextEditorPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
protected Path |
path |
TextEditorPresenter.View |
view |
| Constructor and Description |
|---|
TextEditorPresenter() |
| Modifier and Type | Method and Description |
|---|---|
AceEditorMode |
getAceEditorMode()
This allows sub-classes to determine the Mode of the AceEditor.
|
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
boolean |
isDirty() |
protected void |
onAfterViewLoaded()
This is called after the view's content has been loaded.
|
void |
onOpen() |
void |
onStartup(ObservablePath path) |
@Inject public TextEditorPresenter.View view
protected Path path
public void onStartup(ObservablePath path)
protected void onAfterViewLoaded()
public AceEditorMode getAceEditorMode()
public boolean isDirty()
public void onOpen()
public com.google.gwt.user.client.ui.IsWidget getWidget()
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.