This method of the UIPermission Class determines if the permission object allows the specified UI operation.
public void check(Object param);
param | The security request parameter. It must be an instance of UIAccessRequest. |
SecurityException if this permission does not allow the specified operation.