org.apache.jetspeed.modules.parameters
Class RegistryEntryListBox

java.lang.Object
  extended byorg.apache.turbine.modules.Assembler
      extended byorg.apache.jetspeed.modules.parameters.ParameterPresentationStyle
          extended byorg.apache.jetspeed.modules.parameters.VelocityParameterPresentationStyle
              extended byorg.apache.jetspeed.modules.parameters.RegistryEntryListBox

public class RegistryEntryListBox
extends VelocityParameterPresentationStyle

Returns list box control populated with registry entries from selected registry.

Options:

Version:
$Id: RegistryEntryListBox.java,v 1.10 2005/05/12 18:15:59 morciuch Exp $
Author:
Mark Orciuch

Field Summary
static java.lang.String OPTION_DISABLED_IF_WML
           
static java.lang.String OPTION_NULL_IF_EMPTY
           
static java.lang.String OPTION_REGISTRY
           
static java.lang.String OPTION_SELECT_HIDDEN
           
static java.lang.String OPTION_SELECT_IF_SIMPLE
           
static java.lang.String OPTION_SET_LABEL
           
static java.lang.String OPTION_SORT
           
 
Fields inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
logger, styleparms
 
Constructor Summary
RegistryEntryListBox()
           
 
Method Summary
 void buildContext(org.apache.turbine.util.RunData data, java.lang.String name, java.lang.String value, java.util.Map parms, org.apache.velocity.context.Context context)
          Put custom objects in the velocity context
 
Methods inherited from class org.apache.jetspeed.modules.parameters.VelocityParameterPresentationStyle
getContent
 
Methods inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
getJavascriptEvents, getParm, setParms
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPTION_REGISTRY

public static final java.lang.String OPTION_REGISTRY
See Also:
Constant Field Values

OPTION_SORT

public static final java.lang.String OPTION_SORT
See Also:
Constant Field Values

OPTION_SELECT_HIDDEN

public static final java.lang.String OPTION_SELECT_HIDDEN
See Also:
Constant Field Values

OPTION_NULL_IF_EMPTY

public static final java.lang.String OPTION_NULL_IF_EMPTY
See Also:
Constant Field Values

OPTION_SET_LABEL

public static final java.lang.String OPTION_SET_LABEL
See Also:
Constant Field Values

OPTION_DISABLED_IF_WML

public static final java.lang.String OPTION_DISABLED_IF_WML
See Also:
Constant Field Values

OPTION_SELECT_IF_SIMPLE

public static final java.lang.String OPTION_SELECT_IF_SIMPLE
See Also:
Constant Field Values
Constructor Detail

RegistryEntryListBox

public RegistryEntryListBox()
Method Detail

buildContext

public void buildContext(org.apache.turbine.util.RunData data,
                         java.lang.String name,
                         java.lang.String value,
                         java.util.Map parms,
                         org.apache.velocity.context.Context context)
Put custom objects in the velocity context

Overrides:
buildContext in class VelocityParameterPresentationStyle
Parameters:
data -
name -
value -
parms -
context -


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