| |
|
| java.lang.Object com.sun.jbi.jsf.bean.ConfigPropertyGroup
ConfigPropertyGroup | public class ConfigPropertyGroup (Code) | | Defines when a set of related configuration properties are
to be grouped under a section title, based on the optional
Open ESB configuration extension elements (e.g.
<config:PropertyGroup ...> in a JBI
component's jbi.xml descriptor.
author: Sun Microsystems Inc. |
ConfigPropertyGroup | public ConfigPropertyGroup()(Code) | | Empty Constructor (use setters after instantiation)
|
getConfigProperties | public List<ConfigProperty> getConfigProperties()(Code) | | Gets the configuration properties in this group.
a List of ConfigProperty instances. |
getDisplayDescription | public String getDisplayDescription()(Code) | | Gets the Display Description
The DisplayDescription I18n value to be used for group/section inline help or tool tips |
getDisplayName | public String getDisplayName()(Code) | | Gets the Display Name
The section name to be displayed when grouping propertiesin user interface |
getName | public String getName()(Code) | | Gets the Name attribute
The non-I18n Name of this property group |
setConfigProperties | public void setConfigProperties(List<ConfigProperty> aConfigProperties)(Code) | | Sets the configuration properties in this group.
Parameters: aConfigProperties - A list of ConfigProperty instances contained in this group |
setDisplayDescription | public void setDisplayDescription(String aDisplayDescription)(Code) | | Sets the Display Description attribute
Parameters: aDisplayDescription - an I18n String to describe this groupe.g. for inline help or tooltip |
setDisplayName | public void setDisplayName(String aDisplayName)(Code) | | Sets the Display Name attribute
Parameters: aDisplayName - The I18n String to be displayed in the user interface for this group/section |
setName | public void setName(String aName)(Code) | | Sets the Name attribute
Parameters: aName - a non-I18n String to name this group |
toString | public String toString()(Code) | | Converts to a String representation of the object.
A non-I18n String for logging the state of this object |
|
|
|