class |
WebFileInputDepictor<C extends ResourceImportControl> |
Strategy for rendering a resource import control as an XHTML <input> element with type="file".
|
class |
WebMessageDepictor<C extends Message> |
Strategy for rendering a message component as an XHTML <div> element.
|
class |
WebResourceCollectDepictor<C extends ResourceCollectControl> |
Strategy for rendering a resource collect control as an XHTML <input> element with type="file".
|
class |
WebSelectDepictor<V,C extends ListSelectControl<V>> |
Strategy for rendering a select control as an XHTML <select> element.
|
class |
WebTabDepictor<V,C extends ListSelectControl<V>> |
Strategy for rendering a tabbed control as an XHTML <ol> element containing tabs.
|
class |
WebTextControlDepictor<V,C extends TextControl<V>> |
Strategy for rendering a text control as an XHTML <input> element or an XHTML <textarea> element.
|
class |
WebTreeControlDepictor<C extends TreeControl> |
Strategy for rendering a tree component as an XHTML <div> element.
|