org.apache.jetspeed.modules.parameters
Class CheckBox

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.CheckBox

public class CheckBox
extends VelocityParameterPresentationStyle

Returns check box control intialized with the value parameter.

Version:
$Id: CheckBox.java,v 1.3 2004/02/23 03:01:20 jford Exp $
Author:
Mark Orciuch

Field Summary
static java.lang.String COLS
           
static java.lang.String ROWS
           
 
Fields inherited from class org.apache.jetspeed.modules.parameters.ParameterPresentationStyle
logger, styleparms
 
Constructor Summary
CheckBox()
           
 
Methods inherited from class org.apache.jetspeed.modules.parameters.VelocityParameterPresentationStyle
buildContext, 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

ROWS

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

COLS

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

CheckBox

public CheckBox()


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