public static interface TextEditorPresenter.View
extends com.google.gwt.user.client.ui.IsWidget
Modifier and Type | Method and Description |
---|---|
String |
getContent() |
boolean |
isDirty() |
void |
setContent(String content,
AceEditorMode mode) |
void |
setDirty(boolean dirty) |
void |
setFocus() |
void |
setReadOnly(boolean isReadOnly) |
void setContent(String content, AceEditorMode mode)
String getContent()
void setFocus()
boolean isDirty()
void setDirty(boolean dirty)
void setReadOnly(boolean isReadOnly)
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.