|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| 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 |
public FormControlElement doCreateFormControlElement()
public FormControlElement getFormControlElement()
public void setDescription(java.lang.String description)
description - Discriptionpublic void setHelp(java.lang.String help)
setHelp in interface FormElementTaghelp - Helppublic void setLabel(java.lang.String label)
label - Label
public void setRequired(java.lang.String required)
throws javax.servlet.jsp.JspException
required - true if the Field is required
javax.servlet.jsp.JspException - if the argument can not be converted to a boolean valuepublic void setImageref(java.lang.String imageRef)
imageRef - Reference to an Image in an ImageMap
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||