Uses of Class
org.apache.jetspeed.modules.parameters.ParameterPresentationStyle

Packages that use ParameterPresentationStyle
org.apache.jetspeed.modules   
org.apache.jetspeed.modules.parameters   
 

Uses of ParameterPresentationStyle in org.apache.jetspeed.modules
 

Methods in org.apache.jetspeed.modules that return ParameterPresentationStyle
 ParameterPresentationStyle ParameterLoader.getInstance(java.lang.String provider)
          Pulls out an instance of the object by name.
 

Uses of ParameterPresentationStyle in org.apache.jetspeed.modules.parameters
 

Subclasses of ParameterPresentationStyle in org.apache.jetspeed.modules.parameters
 class CheckBox
          Returns check box control intialized with the value parameter.
 class CheckBoxGroup
          Returns a group of check boxes using the following options: items: list of comma-delimited check box names/values layout [$northsouth|$eastwest]: presentation layout prefix: prefix to use for check box names, default="cb"
 class JspParameterPresentationStyle
          Generic jsp-based presentation style.
 class ListBox
          Returns simple list box control
 class MyPagesListBox
          Returns list box control populated with pmsl pages for current user for current media type.
 class PopupCalendar
          Presentation method to show a date input field with a popup calendar.
 class RegistryEntryListBox
          Returns list box control populated with registry entries from selected registry.
 class TextArea
          Returns texarea control intialized with the value parameter using the following options: rows: number of rows (default = 3) cols: number of columns (default = 80)
 class VelocityParameterPresentationStyle
          Generic Velocity-based presentation style.
 



Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.