@Templated @Dependent public class ParameterViewImpl extends Object implements ParameterView
| Constructor and Description |
|---|
ParameterViewImpl() |
ParameterViewImpl(org.jboss.errai.common.client.dom.Input name,
DataTypePickerWidget typeRefEditor,
org.jboss.errai.common.client.dom.Button remove) |
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterNameChangeHandler(org.uberfire.mvp.ParameterizedCommand<String> command) |
void |
addParameterTypeRefChangeHandler(org.uberfire.mvp.ParameterizedCommand<QName> command) |
void |
addRemoveClickHandler(org.uberfire.mvp.Command command) |
void |
focus() |
void |
setName(String name) |
void |
setTypeRef(HasTypeRef hasTypeRef) |
public ParameterViewImpl()
@Inject
public ParameterViewImpl(org.jboss.errai.common.client.dom.Input name,
DataTypePickerWidget typeRefEditor,
org.jboss.errai.common.client.dom.Button remove)
public void setName(String name)
setName in interface ParameterViewpublic void setTypeRef(HasTypeRef hasTypeRef)
setTypeRef in interface ParameterViewpublic void addRemoveClickHandler(org.uberfire.mvp.Command command)
addRemoveClickHandler in interface ParameterViewpublic void addParameterNameChangeHandler(org.uberfire.mvp.ParameterizedCommand<String> command)
addParameterNameChangeHandler in interface ParameterViewpublic void addParameterTypeRefChangeHandler(org.uberfire.mvp.ParameterizedCommand<QName> command)
addParameterTypeRefChangeHandler in interface ParameterViewpublic void focus()
focus in interface ParameterViewCopyright © 2001–2019 JBoss by Red Hat. All rights reserved.