org.olat.core.gui.components.form.flexible
Interface FormBaseComponentIdProvider

All Known Subinterfaces:
Cancel, DateChooser, FileElement, FormItem, FormItemContainer, FormLink, FormMultipartItem, InlineElement, InlineIntegerElement, InlineTextElement, IntegerElement, MultipleSelectionElement, Reset, RichTextElement, SelectionElement, SingleSelection, SpacerElement, StaticTextElement, Submit, TextElement
All Known Implementing Classes:
AbstractInlineElementComponent, AbstractTextElement, FileElementComponent, FileElementImpl, FlexiTableElementImpl, FormBaseComponentImpl, FormCancel, FormItemImpl, FormLayoutContainer, FormLinkImpl, FormReset, FormSubmit, FormVelocityContainer, IntegerElementImpl, JSDateChooser, MultipleSelectionElementImpl, MultiSelectionTree, RichTextElementImpl, SimpleExampleText, SimpleFormErrorText, SimpleLabelText, SimpleText, SingleSelectionImpl, SpacerElementComponent, SpacerElementImpl, StaticTextElementImpl, TextAreaElementImpl, TextElementImpl

public interface FormBaseComponentIdProvider

Description:

Initial Date: 11.01.2007

Author:
patrickb

Field Summary
static java.lang.String DISPPREFIX
          Prefix which should be prepended for all form elements in their dispatch id.
 
Method Summary
 java.lang.String getFormDispatchId()
          A String containing a unique ID per form element component on the screen.
 

Field Detail

DISPPREFIX

static final java.lang.String DISPPREFIX
Prefix which should be prepended for all form elements in their dispatch id.

See Also:
Constant Field Values
Method Detail

getFormDispatchId

java.lang.String getFormDispatchId()
A String containing a unique ID per form element component on the screen. This is corresponding to the Component#getDispatchID() and should achieve the same for the form elements.

Returns: