|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.rhq.enterprise.communications.command.param.ParameterRenderingInformation
org.rhq.enterprise.communications.command.param.FileUploadRenderingInformation
public class FileUploadRenderingInformation
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.
| Constructor Summary | |
|---|---|
FileUploadRenderingInformation()
Constructor for FileUploadRenderingInformation. |
|
FileUploadRenderingInformation(java.lang.String labelKey,
java.lang.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 |
|---|
public FileUploadRenderingInformation()
FileUploadRenderingInformation.
ParameterRenderingInformation.ParameterRenderingInformation(String, String)
public FileUploadRenderingInformation(java.lang.String labelKey,
java.lang.String descriptionKey)
FileUploadRenderingInformation.
labelKey - key to a resource bundle that defines this parameter's label stringdescriptionKey - key to a resource bundle that defines this parameter's description stringParameterRenderingInformation.ParameterRenderingInformation(String, String)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||