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

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

public class UnorderedListRenderingInformation
extends ParameterRenderingInformation
implements Serializable

Class used to encapsulate information about how clients should render parameters when displaying them as an unordered list.

Author:
John Mazzitelli
See Also:
Serialized Form

Constructor Summary
UnorderedListRenderingInformation()
           
UnorderedListRenderingInformation(String labelKey, String descriptionKey)
           
 
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

UnorderedListRenderingInformation

public UnorderedListRenderingInformation()
See Also:
ParameterRenderingInformation.ParameterRenderingInformation()

UnorderedListRenderingInformation

public UnorderedListRenderingInformation(String labelKey,
                                         String descriptionKey)
See Also:
ParameterRenderingInformation.ParameterRenderingInformation(String, String)


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