org.olat.core.gui.components.form.flexible.elements
Interface Cancel

All Superinterfaces:
FormBaseComponentIdProvider, FormItem
All Known Implementing Classes:
FormCancel

public interface Cancel
extends FormItem

Description:
The cancel button offers a way to not submit any data and to reset the form

Initial Date: 06.07.2009

Author:
gnaegi

Field Summary
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormItem
ERRORC, EXAMPLEC, LABELC
 
Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
DISPPREFIX
 
Method Summary
 void setCustomDisabledLinkCSS(java.lang.String customDisabledLinkCSS)
          Set the css that is used for the disabled link status
 void setCustomEnabledLinkCSS(java.lang.String customEnabledLinkCSS)
           
 void setI18nKey(java.lang.String i18n)
          Set the i18n key for the link text
 
Methods inherited from interface org.olat.core.gui.components.form.flexible.FormItem
addActionListener, clearError, doDispatchFormRequest, evalFormRequest, getAction, getActionListenersFor, getComponent, getErrorC, getErrorText, getExampleC, getExampleText, getLabelC, getLabelText, getName, getRootForm, getTranslator, getUserObject, hasError, hasExample, hasFocus, hasLabel, isEnabled, isMandatory, isVisible, reset, setEnabled, setErrorComponent, setErrorKey, setExampleKey, setFocus, setLabel, setLabelComponent, setMandatory, setRootForm, setTranslator, setUserObject, setVisible, showError, showExample, showLabel, validate
 
Methods inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider
getFormDispatchId
 

Method Detail

setCustomEnabledLinkCSS

void setCustomEnabledLinkCSS(java.lang.String customEnabledLinkCSS)
Parameters:
customEnabledLinkCSS - The customEnabledLinkCSS to set.

setCustomDisabledLinkCSS

void setCustomDisabledLinkCSS(java.lang.String customDisabledLinkCSS)
Set the css that is used for the disabled link status

Parameters:
customDisabledLinkCSS -

setI18nKey

void setI18nKey(java.lang.String i18n)
Set the i18n key for the link text

Parameters:
i18n -