@Dependent public class TextParameterEditor extends Object implements FunctionParameterEditor
Modifier and Type | Class and Description |
---|---|
static interface |
TextParameterEditor.View |
Constructor and Description |
---|
TextParameterEditor(TextParameterEditor.View view) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
getValue() |
void |
setFocus(boolean focus) |
void |
setOnChangeCommand(Command onChangeCommand) |
void |
setValue(String input) |
@Inject public TextParameterEditor(TextParameterEditor.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget
in interface com.google.gwt.user.client.ui.IsWidget
public void setOnChangeCommand(Command onChangeCommand)
public String getValue()
public void setValue(String input)
public void setFocus(boolean focus)
setFocus
in interface FunctionParameterEditor
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.