|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.olat.core.gui.components.Component
org.olat.core.gui.components.form.flexible.impl.FormBaseComponentImpl
public abstract class FormBaseComponentImpl
Description:
provides a html valid form dispatch id needed in the "form component" renderers.
This is then the id which can be found in the hidden field for submit info.
Initial Date: 11.01.2007
| Field Summary |
|---|
| Fields inherited from interface org.olat.core.gui.components.form.flexible.FormBaseComponentIdProvider |
|---|
DISPPREFIX |
| Constructor Summary | |
|---|---|
FormBaseComponentImpl(java.lang.String name)
|
|
FormBaseComponentImpl(java.lang.String name,
Translator translator)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormDispatchId()
A String containing a unique ID per form element component on the screen. |
| Methods inherited from class org.olat.core.gui.components.Component |
|---|
addListener, debuginfoGetListeners, dispatchRequest, getAndClearLatestFiredEvent, getComponentName, getDispatchID, getExtendedDebugInfo, getHTMLRendererSingleton, getLatestDispatchedController, getListenerInfo, getParent, getSpanAsDomReplaceable, getTimestamp, getTranslator, isDirty, isDirtyForUser, isDomReplaceable, isEnabled, isVisible, setDirty, setDomReplaceable, setEnabled, setSpanAsDomReplaceable, setVisible, toString, validate |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FormBaseComponentImpl(java.lang.String name)
public FormBaseComponentImpl(java.lang.String name,
Translator translator)
| Method Detail |
|---|
public java.lang.String getFormDispatchId()
FormBaseComponentIdProviderComponent#getDispatchID() and should
achieve the same for the form elements.
getFormDispatchId in interface FormBaseComponentIdProvider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||