public interface HasParametersControl
Modifier and Type | Method and Description |
---|---|
void |
addParameter(org.uberfire.mvp.Command onSuccess) |
List<InformationItem> |
getParameters() |
void |
removeParameter(InformationItem parameter,
org.uberfire.mvp.Command onSuccess) |
void |
updateParameterName(InformationItem parameter,
String name,
org.uberfire.mvp.Command onSuccess) |
void |
updateParameterTypeRef(InformationItem parameter,
QName typeRef) |
List<InformationItem> getParameters()
void addParameter(org.uberfire.mvp.Command onSuccess)
void removeParameter(InformationItem parameter, org.uberfire.mvp.Command onSuccess)
void updateParameterName(InformationItem parameter, String name, org.uberfire.mvp.Command onSuccess)
void updateParameterTypeRef(InformationItem parameter, QName typeRef)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.