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

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

public interface StaticTextElement
extends FormItem


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
 java.lang.String getValue()
          Get the value of the static text field
 void setValue(java.lang.String replacementValue)
          Replace the value of the static text field
 
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

getValue

java.lang.String getValue()
Get the value of the static text field

Returns:

setValue

void setValue(java.lang.String replacementValue)
Replace the value of the static text field

Parameters:
replacementValue -