com.cc.framework.taglib.forms
Interface FormElementControlTag

All Superinterfaces:
FormElementTag, LabeledFormElementTag
All Known Implementing Classes:
FormElementCalendarTag, FormElementCheckboxGroupTag, FormElementCheckboxTag, FormElementColorPickerTag, FormElementComboBoxTag, FormElementFileTag, FormElementMultiLevelSelectTag, FormElementPasswordTag, FormElementPlaintextTag, FormElementRadioGroupTag, FormElementRadioTag, FormElementRecurrencePatternTag, FormElementSelectTag, FormElementSpinTag, FormElementSwapSelectTag, FormElementTextareaTag, FormElementTextListTag, FormElementTextPopupTag, FormElementTextTag, FormElementTreeSwapSelectTag

public interface FormElementControlTag
extends LabeledFormElementTag

Version:
$Revision: 1.8 $
Author:
Harald Schulz

Method Summary
 FormControlElement doCreateFormControlElement()
          Creates the concrete form element
 FormControlElement getFormControlElement()
          Returns the concrete form element
 void setDescription(java.lang.String description)
          Sets the optional description text
 void setHelp(java.lang.String help)
          Sets the optional help text
 void setImageref(java.lang.String imageRef)
          Sets the Reference to an Image in an ImageMap, which should be display in front of the Label
 void setLabel(java.lang.String label)
          Sets the form element label
 void setRequired(java.lang.String required)
          Indicates that this form element is a required field
 
Methods inherited from interface com.cc.framework.taglib.forms.LabeledFormElementTag
setAccesskey, setLabelDesignModel, setLabeltooltip
 
Methods inherited from interface com.cc.framework.taglib.forms.FormElementTag
setAlign, setColspan, setHeight, setJoin, setPermission, setStyle, setStyleClass, setStyleId, setValign, setWidth
 

Method Detail

doCreateFormControlElement

public FormControlElement doCreateFormControlElement()
Creates the concrete form element

Returns:
form element

getFormControlElement

public FormControlElement getFormControlElement()
Returns the concrete form element

Returns:
form element

setDescription

public void setDescription(java.lang.String description)
Sets the optional description text

Parameters:
description - Discription

setHelp

public void setHelp(java.lang.String help)
Sets the optional help text

Specified by:
setHelp in interface FormElementTag
Parameters:
help - Help

setLabel

public void setLabel(java.lang.String label)
Sets the form element label

Parameters:
label - Label

setRequired

public void setRequired(java.lang.String required)
                 throws javax.servlet.jsp.JspException
Indicates that this form element is a required field

Parameters:
required - true if the Field is required
Throws:
javax.servlet.jsp.JspException - if the argument can not be converted to a boolean value

setImageref

public void setImageref(java.lang.String imageRef)
Sets the Reference to an Image in an ImageMap, which should be display in front of the Label

Parameters:
imageRef - Reference to an Image in an ImageMap


Copyright © 2000-2005 SCC Informationssysteme GmbH. All Rights Reserved.