org.kuali.rice.krad.uif.component
Annotation Type RequestParameter


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface RequestParameter

Annotation for View fields to indicate the field can be set by a parameter of the initial request

Author:
Kuali Rice Team (rice.collab@kuali.org)

Optional Element Summary
 String parameterName
          Name of the request parameter whose value should be pulled to populate the field.
 

parameterName

public abstract String parameterName
Name of the request parameter whose value should be pulled to populate the field. If not set, any parameter that matches the name of the field will be used

Returns:
String request parameter name
Default:
""


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.