com.cc.framework.ui.control
Interface LabeledFormElement

All Superinterfaces:
AccessControlled, FormElement
All Known Implementing Classes:
FormControlElement, FormHtmlElement

public interface LabeledFormElement
extends FormElement

Version:
$Revision: 1.7 $
Author:
Harald Schulz

Method Summary
 java.lang.String getDescription()
          Returns the Description text which should be displayed under the form element
 FormLabelDesignModel getLabel()
          Return the Label which should be display in front of the Form element
 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 setLabelTooltip(java.lang.String tooltip)
          Sets the tooltip text for the label
 
Methods inherited from interface com.cc.framework.ui.control.FormElement
getAlignment, getColSpan, getHeight, getHelp, getNoWrap, getParent, getStyle, getStyleClass, getStyleId, getVAlignment, getWidth, joinElements, setAlignment, setColSpan, setHeight, setHelp, setJoin, setParent, setStyle, setStyleClass, setStyleId, setVAlignment, setWidth
 
Methods inherited from interface com.cc.framework.ui.model.AccessControlled
getPermission, show
 

Method Detail

getLabel

public FormLabelDesignModel getLabel()
Return the Label which should be display in front of the Form element

Returns:
String

getDescription

public java.lang.String getDescription()
Returns the Description text which should be displayed under the form element

Returns:
String

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.