| Package | Description |
|---|---|
| org.rhq.enterprise.communications.command.param |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
protected ParameterRenderingInformation |
FixedValuesParameterDefinition.getDefaultRenderingInfo()
This parameter definition class will, by default, rendering the parameter as an option list.
|
protected ParameterRenderingInformation |
ParameterDefinition.getDefaultRenderingInfo()
Returns this definition's default rendering information.
|
ParameterRenderingInformation |
ParameterDefinition.getRenderingInfo()
Get the rendering information that can be used to render the parameter in a user interface.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
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-2014 Red Hat, Inc.. All Rights Reserved.