model.setMethodName( methodName );
model.setState( ActionCallMethod.TYPE_DEFINED );
for ( String methodParameter : methodParameters ) {
model.addFieldValue(
new ActionFieldFunction( methodName,
null,
methodParameter ) );
}
getModeller().refreshWidget();