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
| 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 |
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 -