Uses of Interface
de.mguennewig.pobjform.LinkElement

Packages that use LinkElement
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. 
 

Uses of LinkElement in de.mguennewig.pobjform
 

Classes in de.mguennewig.pobjform that implement LinkElement
 class AbstractLinkElement
          Abstract base implementation for a form element that shows a link.
 

Uses of LinkElement in de.mguennewig.pobjform.html
 

Classes in de.mguennewig.pobjform.html that implement LinkElement
 class HtmlLinkElement
          Represents a link element by using an HTML anchor.