@Dependent public class MultipleNumberParameterEditor extends Object implements FunctionParameterEditor
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultipleNumberParameterEditor.View |
| Constructor and Description |
|---|
MultipleNumberParameterEditor(MultipleNumberParameterEditor.View view) |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
String |
format(List l) |
List |
getValues() |
List |
parse(String s) |
void |
setFocus(boolean focus) |
void |
setOnChangeCommand(Command onChangeCommand) |
void |
setValues(List input) |
@Inject public MultipleNumberParameterEditor(MultipleNumberParameterEditor.View view)
public com.google.gwt.user.client.ui.Widget asWidget()
asWidget in interface com.google.gwt.user.client.ui.IsWidgetpublic void setOnChangeCommand(Command onChangeCommand)
public List getValues()
public void setValues(List input)
public void setFocus(boolean focus)
setFocus in interface FunctionParameterEditorCopyright © 2012–2021 JBoss by Red Hat. All rights reserved.