Uses of Class
org.rhq.enterprise.communications.command.param.ParameterRenderingInformation

Packages that use ParameterRenderingInformation
org.rhq.enterprise.communications.command.param   
 

Uses of ParameterRenderingInformation in org.rhq.enterprise.communications.command.param
 

Subclasses of ParameterRenderingInformation in org.rhq.enterprise.communications.command.param
 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.
 class OptionListRenderingInformation
          Class used to encapsulate information specific to lists of options.
 class TextFieldRenderingInformation
          Class used to encapsulate information specific to text fields.
 class UnorderedListRenderingInformation
          Class used to encapsulate information about how clients should render parameters when displaying them as an unordered list.
 

Methods in org.rhq.enterprise.communications.command.param that return ParameterRenderingInformation
protected  ParameterRenderingInformation ParameterDefinition.getDefaultRenderingInfo()
          Returns this definition's default rendering information.
protected  ParameterRenderingInformation FixedValuesParameterDefinition.getDefaultRenderingInfo()
          This parameter definition class will, by default, rendering the parameter as an option list.
 ParameterRenderingInformation ParameterDefinition.getRenderingInfo()
          Get the rendering information that can be used to render the parameter in a user interface.
 

Methods in org.rhq.enterprise.communications.command.param with parameters of type ParameterRenderingInformation
protected  void ParameterDefinition.setDefaultRenderingAttributes(ParameterRenderingInformation renderingInfo)
          Sets the label, description and isHidden fields on the passed in renderingInfo object using this definition for the default values.
 void ParameterDefinition.setRenderingInfo(ParameterRenderingInformation renderingInfo)
          Sets the rendering information that can be used to render the parameter in a user interface.
 

Constructors in org.rhq.enterprise.communications.command.param with parameters of type ParameterRenderingInformation
DynamicFixedValuesParameterDefinition(String name, String type, boolean required, boolean nullable, boolean hidden, List<Object> allowed, String description, ParameterRenderingInformation renderingInfo)
          The only difference between this constructor and its super constructor is allowed can be null or empty.
DynamicFixedValuesParameterDefinition(String name, String type, boolean hidden, List<Object> allowed, String description, ParameterRenderingInformation renderingInfo)
          The only difference between this constructor and its super constructor is allowed can be null or empty.
FixedValuesParameterDefinition(String name, String type, boolean required, boolean nullable, boolean hidden, List<Object> allowed, String description, ParameterRenderingInformation renderingInfo)
          Constructor for FixedValuesParameterDefinition that allows for an optional description to be set.
FixedValuesParameterDefinition(String name, String type, boolean hidden, List<Object> allowed, String description, ParameterRenderingInformation renderingInfo)
          Constructor for FixedValuesParameterDefinition that allows for an optional description to be set.
MapValueParameterDefinition(String name, ParameterRenderingInformation renderingInfo)
          Creates a new MapValueParameterDefinition object.
ParameterDefinition(String name, String type, boolean required, boolean nullable, boolean hidden, String description, ParameterRenderingInformation renderingInfo)
          Constructor for ParameterDefinition that allows for a description string.
ParameterDefinition(String name, String type, boolean hidden, String description, ParameterRenderingInformation renderingInfo)
          Constructor for ParameterDefinition that defines a parameter whose value is optional and may be nullable.
ParameterDefinition(String name, String type, ParameterRenderingInformation renderingInfo)
          Constructor for ParameterDefinition that defines a parameter whose value is optional and may be nullable.
 



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