@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.IsWidget
public void setOnChangeCommand(Command onChangeCommand)
public List getValues()
public void setValues(List input)
public void setFocus(boolean focus)
setFocus
in interface FunctionParameterEditor
Copyright © 2012–2020 JBoss by Red Hat. All rights reserved.