Uses of Interface
de.mguennewig.pobjform.FormElement

Packages that use FormElement
de.mguennewig.pobjform This package contains the PObjForm library, which support Swing dialogs and HTML forms that use the metadata of the PObjects library. 
de.mguennewig.pobjform.html This package contains the HTML form interface of the PObjForm library. 
de.mguennewig.pobjform.swing This package contains the Swing dialog interface of the PObjForm library. 
de.mguennewig.pobjsearch This package contains the PObjSearch framework that is based on the PObjForm library. 
 

Uses of FormElement in de.mguennewig.pobjform
 

Subinterfaces of FormElement in de.mguennewig.pobjform
 interface ArrayElement
          Class description goes here.
 interface ButtonElement
          Interface for all button elements.
 interface CheckboxElement
          Class description goes here.
 interface HeadingElement
          Interface for all heading elements.
 interface InputElement
          Class description goes here.
 interface LinkElement
          Interface for all link elements.
 interface RadioElement
          Class description goes here.
 interface RecordElement
          Interface for form elements that group different form elements together.
 interface ReferenceElement
          An input element to select one entry from possible entries of a referenced table.
 interface SpacerElement
          A form element that presents a space or line.
 interface StringElement
          Class description goes here.
 interface TextAreaElement
          Class description goes here.
 interface TextElement
          A form element that presents static text.
 interface ValueElement
          Interface for all form elements that handle editable values.
 

Classes in de.mguennewig.pobjform that implement FormElement
 class AbstractArrayElement
          Abstract array element.
 class AbstractButtonElement
          Abstract implementation for a button form element.
 class AbstractFormElement
          Abstract implementation of an form element.
 class AbstractInputElement
          Abstract implementation of an input element.
 class AbstractLinkElement
          Abstract base implementation for a form element that shows a link.
 class AbstractRecordElement
          Abstract implementation of an record element.
 class AbstractSpacerElement
          Common base class for all spacer element implementations.
 class AbstractTextElement
          Common base class for all text element implementations.
 class AbstractValueElement
          Abstract implementation of an value element.
 

Methods in de.mguennewig.pobjform that return FormElement
 FormElement ArrayElement.addElement()
          Adds a form element at the end of the list.
 FormElement AbstractArrayElement.addElement()
          Adds a form element at the end of the list.
 FormElement ArrayElement.addElement(int index)
          Inserts the a form element at the specified position in this list.
 FormElement AbstractArrayElement.addElement(int index)
          Inserts the a form element at the specified position in this list.
 FormElement PObjForm.createFormElement(FormEntry entry)
          Creates a FormElement for one specified FormEntry.
 FormElement PObjForm.getElement(FormEntry entry)
          Returns the FormElement for the specified FormEntry.
 FormElement ArrayElement.getElement(int i)
          Returns the form element at the specified position in this list.
 FormElement AbstractArrayElement.getElement(int i)
          Returns the form element at the specified position in this list.
 FormElement RecordElement.getElement(java.lang.String name)
          Returns the element with the specified name.
 FormElement AbstractRecordElement.getElement(java.lang.String name)
          Returns the element with the specified name.
 FormElement RadioElement.getInitialSelected()
           
 FormElement RadioElement.getSelected()
           
 

Methods in de.mguennewig.pobjform that return types with arguments of type FormElement
 java.util.List<FormElement> PObjForm.getElements()
           
 java.util.List<FormElement> AbstractPObjForm.getElements()
          
 java.util.Iterator<FormElement> ArrayElement.iterator()
          Returns an iterator over the form elements in this list in proper sequence.
 java.util.Iterator<FormElement> AbstractArrayElement.iterator()
          Returns an iterator over the form elements in this list in proper sequence.
 

Methods in de.mguennewig.pobjform with parameters of type FormElement
static java.lang.String AbstractPObjForm.getElementLabelKey(FormElement element)
          Returns the message resource key for the given element.
 

Method parameters in de.mguennewig.pobjform with type arguments of type FormElement
 void FormElement.appendToList(java.util.List<FormElement> elements)
           
 void AbstractRecordElement.appendToList(java.util.List<FormElement> list)
          
 void AbstractFormElement.appendToList(java.util.List<FormElement> elements)
          
 void AbstractArrayElement.appendToList(java.util.List<FormElement> list)
          
 

Uses of FormElement in de.mguennewig.pobjform.html
 

Subinterfaces of FormElement in de.mguennewig.pobjform.html
 interface HtmlFormElement
          Class description goes here.
 

Classes in de.mguennewig.pobjform.html that implement FormElement
 class HtmlArrayElement
          An HTML implementation of an array element.
 class HtmlButtonElement
          HTML button form element.
 class HtmlCheckboxElement
          Class description goes here.
 class HtmlInputElement
          Class description goes here.
 class HtmlLinkElement
          Represents a link element by using an HTML anchor.
 class HtmlRadioElement
          Class description goes here.
 class HtmlRecordElement
          Class description goes here.
 class HtmlReferenceElement
          An HTML implementation of a ReferenceElement.
 class HtmlSpacerElement
          Class description goes here.
 class HtmlStringElement
          Class description goes here.
 class HtmlTextAreaElement
          Class description goes here.
 class HtmlTextElement
          Class description goes here.
 

Methods in de.mguennewig.pobjform.html that return FormElement
 FormElement PObjHtmlForm.createFormElement(FormEntry entry)
           
 FormElement HtmlRadioElement.getInitialSelected()
           
 FormElement HtmlRadioElement.getSelected()
           
 

Uses of FormElement in de.mguennewig.pobjform.swing
 

Subinterfaces of FormElement in de.mguennewig.pobjform.swing
 interface SwingFormElement
          A Swing based form element.
 

Classes in de.mguennewig.pobjform.swing that implement FormElement
 class SwingArrayElement
          A Swing implementation of an array element.
 class SwingButtonElement
          Class description goes here.
 class SwingCheckboxElement
          Class description goes here.
 class SwingInputElement
          Class description goes here.
 class SwingRecordElement
          A Swing implementation of an RecordElement.
 class SwingReferenceElement
          A Swing implementation of a ReferenceElement.
 class SwingSpacerElement
          Class description goes here.
 class SwingStringElement
          Class description goes here.
 class SwingTextAreaElement
          Class description goes here.
 class SwingTextElement
          Class description goes here.
 

Methods in de.mguennewig.pobjform.swing that return FormElement
 FormElement PObjSwingForm.createFormElement(FormEntry entry)
           
 

Uses of FormElement in de.mguennewig.pobjsearch
 

Subinterfaces of FormElement in de.mguennewig.pobjsearch
static interface PClassSearchForm.Column
           
static interface PClassSearchForm.Condition
           
static interface PClassSearchForm.Restrict
           
static interface PClassSearchForm.Sort
           
 

Classes in de.mguennewig.pobjsearch that implement FormElement
static class PClassHtmlSearchForm.HtmlColumn
           
static class PClassHtmlSearchForm.HtmlCondition
           
static class PClassHtmlSearchForm.HtmlRestrict
           
static class PClassHtmlSearchForm.HtmlSort
           
static class PClassSwingSearchForm.SwingColumn
           
static class PClassSwingSearchForm.SwingCondition
           
static class PClassSwingSearchForm.SwingRestrict
           
static class PClassSwingSearchForm.SwingSort
           
 

Methods in de.mguennewig.pobjsearch that return FormElement
 FormElement PClassSwingSearchForm.createFormElement(FormEntry entry)
           
 FormElement PClassHtmlSearchForm.createFormElement(FormEntry entry)
           
 FormElement PClassSwingSearchForm.getElement(FormEntry e)
           
 FormElement PClassHtmlSearchForm.getElement(FormEntry e)