com.cc.framework.taglib.forms
Interface LabeledFormElementTag

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

public interface LabeledFormElementTag
extends FormElementTag

Version:
$Revision: 1.6 $
Author:
Harald Schulz

Method Summary
 void setAccesskey(java.lang.String accessKey)
          The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'ALT' and the ACCESSKEY together).
 void setLabelDesignModel(FormLabelDesignModel label)
          Sets the Label for the form element
 void setLabeltooltip(java.lang.String tooltip)
          Sets the tooltip text for the label
 
Methods inherited from interface com.cc.framework.taglib.forms.FormElementTag
setAlign, setColspan, setHeight, setHelp, setJoin, setPermission, setStyle, setStyleClass, setStyleId, setValign, setWidth
 

Method Detail

setLabelDesignModel

public void setLabelDesignModel(FormLabelDesignModel label)
Sets the Label for the form element

Parameters:
label - Label

setAccesskey

public void setAccesskey(java.lang.String accessKey)
The ACCESSKEY attribute can be used to specify a shortcut key for the <LABEL> (activated by pressing 'ALT' and the ACCESSKEY together).

Parameters:
accessKey - The Access Key

setLabeltooltip

public void setLabeltooltip(java.lang.String tooltip)
Sets the tooltip text for the label

Parameters:
tooltip - Tooltip text


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