org.rhq.enterprise.communications.command.param
Class FileUploadRenderingInformation

java.lang.Object
  extended by org.rhq.enterprise.communications.command.param.ParameterRenderingInformation
      extended by org.rhq.enterprise.communications.command.param.FileUploadRenderingInformation
All Implemented Interfaces:
Serializable

public class FileUploadRenderingInformation
extends ParameterRenderingInformation

This class indicates that a parameter should be rendering using a File-Upload mechanism that will allow users to select a file on the user's local machine and upload it to the server.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
FileUploadRenderingInformation()
          Constructor for FileUploadRenderingInformation.
FileUploadRenderingInformation(String labelKey, String descriptionKey)
          Constructor for FileUploadRenderingInformation.
 
Method Summary
 
Methods inherited from class org.rhq.enterprise.communications.command.param.ParameterRenderingInformation
applyResourceBundle, getDescription, getDescriptionKey, getLabel, getLabelKey, isHidden, isObfuscated, isReadOnly, setDescription, setHidden, setLabel, setObfuscated, setReadOnly
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileUploadRenderingInformation

public FileUploadRenderingInformation()
Constructor for FileUploadRenderingInformation.

See Also:
ParameterRenderingInformation.ParameterRenderingInformation(String, String)

FileUploadRenderingInformation

public FileUploadRenderingInformation(String labelKey,
                                      String descriptionKey)
Constructor for FileUploadRenderingInformation.

Parameters:
labelKey - key to a resource bundle that defines this parameter's label string
descriptionKey - key to a resource bundle that defines this parameter's description string
See Also:
ParameterRenderingInformation.ParameterRenderingInformation(String, String)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.