Class CodeMirrorPanel
VerticalLayoutContainer
net.datenwerke.gxtdto.client.codemirror.CodeMirrorPanel
public class CodeMirrorPanel
extends VerticalLayoutContainer
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionCodeMirrorPanel(String mode) CodeMirrorPanel(String mode, CodeMirrorPanel.ToolBarEnhancer enhancer) CodeMirrorPanel(CodeMirrorConfig cmc, CodeMirrorPanel.ToolBarEnhancer enhancer) -
Method Summary
Modifier and TypeMethodDescriptionHandlerRegistrationaddValueChangeHandler(<any> handler) TextAreagetValue()voidonValueChange(<any> event) voidscrollTo(int position) voidvoidvoid
-
Constructor Details
-
CodeMirrorPanel
-
CodeMirrorPanel
-
CodeMirrorPanel
-
CodeMirrorPanel
-
-
Method Details
-
getEnhancer
-
getTextArea
public TextArea getTextArea() -
getValue
-
getCurrentValue
-
setValue
-
setValue
-
addValueChangeHandler
public HandlerRegistration addValueChangeHandler(<any> handler) -
onValueChange
public void onValueChange(<any> event) -
setNoOpacity
public void setNoOpacity() -
scrollTo
public void scrollTo(int position)
-