public class AceDefaultCommandLine extends Object implements AceCommandLine
| Constructor and Description |
|---|
AceDefaultCommandLine(com.google.gwt.user.client.ui.ValueBoxBase<String> textBox)
Create command line wrapper around GWT text box.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getValue()
Give current text which command line contains.
|
void |
setCommandLineListener(AceCommandLineListener listener)
Set listener getting callback from command line component.
|
void |
setValue(String value)
Set text into command line.
|
public AceDefaultCommandLine(com.google.gwt.user.client.ui.ValueBoxBase<String> textBox)
textBox - any GWT value box like TextBox or TextAreapublic void setCommandLineListener(AceCommandLineListener listener)
setCommandLineListener in interface AceCommandLinelistener - listener for command entering eventpublic String getValue()
getValue in interface AceCommandLinepublic void setValue(String value)
setValue in interface AceCommandLinevalue - text to be placed into command lineCopyright © 2020. All Rights Reserved.