Package com.guiseframework.platform.web

Interface Summary
WebComponentDepictor<C extends Component> A strategy for depicting components on the web platform.
WebDepictContext Information related to the current depiction on the web platform.
WebDepictEvent An event to or from a depicted object on the web platform.
WebDepictor<O extends DepictedObject> A strategy for depicting objects on the web platform.
WebPlatform The web platform for Guise.
WebPlatformCommand A web command to or from the platform on which objects are depicted.@author Garret Wilson
WebPlatformCommandMessage<C extends Enum<C> & WebPlatformCommand> A command message to or from the web platform on which objects are being depicted.
WebPlatformEvent An event message on the web platform.
WebPlatformMessage A message on the web platform.
WebUserAgentProduct The identification of the user agent client, such as a browser, accessing Guise on the web platform.
 

Class Summary
AbstractDecoratedWebComponentDepictor<C extends Component> An abstract XHTML component depictor that writes component decorations such as label and error.
AbstractSimpleWebComponentDepictor<C extends Component> A component depictor that uses its top-level XHTML element as its main or body component.
AbstractWebActionControlDepictor<C extends ActionControl> Abstract depictor for rendering simple action controls in XHTML.
AbstractWebComponentDepictor<C extends Component> The abstract base class for all application/xhtml+xml depictions.
AbstractWebDepictContext Abstract implementation of information related to the current depiction on the web platform.
AbstractWebDepictEvent The base class for events to or from a depicted object on the web platform.
AbstractWebDepictor<O extends DepictedObject> An abstract depictor for the web.
AbstractWebFrameDepictor<C extends Frame> Abstract strategy for rendering a frame as a series of XHTML elements.
AbstractWebLayoutComponentDepictor<C extends LayoutComponent> The abstract base class for all application/xhtml+xml composite components that use layouts.
AbstractWebMenuDepictor<C extends Menu> Abstract strategy for rendering a menu.
AbstractWebMessage The base class for message to or from the web platform.
AbstractWebPlatform An abstract implementation of a web platform for Guise.
AbstractWebPlatformEvent The base class for events to or from the web platform.
AbstractWebPlatformFileCollectorDepictor An abstract depictor for a collector of platform files for the web platform.
DefaultWebPlatformFileCollectorDepictor The default web depictor for a platform file collector.
DefaultWebUserAgentProduct The default implementation of the identification of the user agent client, such as a browser, accessing Guise on the web platform.
GuiseCSSStyleConstants Constants to be used with the Guise stylesheet.
GuiseHTTPServlet The servlet that controls a Guise web applications.
GuiseHTTPServlet.CSSResource A resource that represents a CSS file, decorating an existing resource.
GuiseHTTPServlet.IE6CSSResource A resource that represents an IE6 CSS file, decorating an existing resource.
HTTPServletGuiseContainer A Guise container for Guise HTTP servlets.
HTTPServletGuiseContainer.GuiseApplicationHTTPSessionKey A key suitable for a hash map made up of a Guise application and an HTTP session.
HTTPServletGuiseRequest Information about the Guise request of an HTTP servlet.
HTTPServletGuiseSessionManager Manages Guise sessions for an HTTP web application.
HTTPServletWebDepictContext A web depict context of an HTTP servlet.
HTTPServletWebPlatform A web platform based upon an HTTP servlet.
WebAccordionMenuDepictor<C extends Menu> Strategy for rendering a menu as an accordion menu using the XHTML <ol> element.
WebActionDepictEvent Indicates that an action has been initiated on the web platform.
WebApplicationFrameDepictor<C extends ApplicationFrame> Strategy for rendering an application frame as a series of XHTML elements.
WebAudioDepictor A web depictor for Guise audio.
WebButtonDepictor<C extends ActionControl> Strategy for rendering an action control as an XHTML <button> element.
WebCardPanelDepictor<C extends AbstractCardPanel> Strategy for rendering a card panel as a series of XHTML elements.
WebChangeDepictEvent Indicates that one or more properties of a depicted object have changed on the web platform.
WebCheckControlDepictor<C extends CheckControl> Strategy for rendering a check control as an XHTML <input> element with type checkbox or radio.
WebCommandDepictEvent<C extends Enum<C> & WebPlatformCommand> A command to or from a depicted object on the web platform.
WebCommandMessage<C extends Enum<C> & WebPlatformCommand> A command message to or from the web platform.
WebCustomButtonDepictor<C extends ActionControl> Strategy for rendering an action control as an XHTML <a> element styled as a button.
WebDropMenuDepictor<C extends Menu> Strategy for rendering a menu as a drop menu.
WebFieldsetDepictor<C extends LayoutComponent> Strategy for rendering a layout component as an XHTML <fieldset> element.
WebFileInputDepictor<C extends ResourceImportControl> Strategy for rendering a resource import control as an XHTML <input> element with type="file".
WebFlashDepictor<C extends Flash> Strategy for rendering a Flash component as an XHTML <object> element.
WebFormEvent Indicates the submission of a full or partial form on the web platform
WebFrameDepictor<C extends Frame> Strategy for rendering a frame as a series of XHTML elements.
WebHeadingDepictor<C extends LabelComponent> Strategy for rendering a label component as an XHTML h1, h2, etc.
WebHeadingLinkDepictor<C extends ActionControl> Strategy for rendering an action model control as an XHTML <a> element containing a heading.
WebImageActionControlDepictor<C extends ImageComponent & ActionControl> Strategy for rendering an image action control as an XHTML <img> inside a <a> element.
WebImageBooleanSelectActionControlViewer<C extends ImageBooleanSelectActionControl> Strategy for rendering an image select action control as an XHTML <img> inside a <a> element.
WebImageDepictor<C extends ImageComponent> Strategy for rendering an image component an XHTML <img> element.
WebInitializeEvent A web platform event indicating that initialization should occur.
WebLabelDepictor<C extends LabelComponent> Strategy for rendering a label as an XHTML <label> element.
WebLabelPanelDepictor<C extends LayoutComponent> Strategy for rendering a labeled panel as a series of XHTML elements.
WebLayoutComponentDepictor<C extends LayoutComponent> Strategy for rendering a LayoutComponent as an XHTML <div> element.
WebLinkDepictor<C extends ActionControl> Strategy for rendering an action model control as an XHTML <a> element.
WebListDepictor<C extends CompositeComponent> Strategy for rendering a component as an XHTML <ol> element.
WebMessageDepictor<C extends Message> Strategy for rendering a message component as an XHTML <div> element.
WebPanelDepictor<C extends Panel> Strategy for rendering a panel as an XHTML <div> element.
WebPictureDepictor<C extends Picture> Strategy for rendering a pictures as a series of XHTML elements along with label and description.
WebPlatformFile A local file represented by a Flash flash.net.FileReference on the web platform.
WebPollEvent A web event for polling the server.
WebProgressDepictEvent Indicates that some sort of progress has been made on the web platform.
WebResourceCollectDepictor<C extends ResourceCollectControl> Strategy for rendering a resource collect control as an XHTML <input> element with type="file".
WebScrollControlDepictor<GC extends WebDepictContext,C extends ScrollControl> Strategy for rendering a scroll control as an XHTML <div> element.
WebSelectableLabelDepictor<C extends SelectableLabel> Strategy for rendering a label component that is selectable.
WebSelectDepictor<V,C extends ListSelectControl<V>> Strategy for rendering a select control as an XHTML <select> element.
WebSelectLinkDepictor<C extends SelectActionControl> Strategy for rendering an action control as an XHTML <a> element that can be selected.
WebSliderDepictor<V extends Number,C extends SliderControl<V>> Strategy for rendering a slider component as an XHTML <slider> element.
WebTabbedPanelDepictor<C extends AbstractCardPanel> Strategy for rendering a tabbed panel as a series of XHTML elements.
WebTabDepictor<V,C extends ListSelectControl<V>> Strategy for rendering a tabbed control as an XHTML <ol> element containing tabs.
WebTableDepictor<C extends Table> Strategy for rendering a table component as an XHTML <table> element.
WebTextBoxDepictor<C extends TextBox> Strategy for rendering a text component as an XHTML <div> element.
WebTextBoxDepictor.CachedDocument Cached information associating a pre-parsed XML document with a string.
WebTextControlDepictor<V,C extends TextControl<V>> Strategy for rendering a text control as an XHTML <input> element or an XHTML <textarea> element.
WebToolButtonDepictor<C extends ActionControl> Strategy for rendering an action control as an XHTML <button> element.
WebTreeControlDepictor<C extends TreeControl> Strategy for rendering a tree component as an XHTML <div> element.
WebValueSelectLinkDepictor<V,C extends SelectActionControl & ActionValueControl<V>> Strategy for rendering an action model control as an XHTML <a> element that can be selected, with values represented by icons.
 

Enum Summary
AbstractWebPlatformFileCollectorDepictor.WebPlatformFileCollectorCommand The web commands for controlling the platform file collector.
Button A button on a mouse as reported by a browser's Event.button property.
Cursor Standard Guise cursors that are converted to predefined CSS cursors.
KeyCode A key on a keyboard as reported by a browser's Event.keyCode property.
WebAudioDepictor.AudioCommand The web commands for controlling audio.
WebPlatform.PollCommand The web commands for controlling polling.
WebPlatformEventType The type of event received from the web platform.
WebResourceCollectDepictor.ResourceCollectCommand The web commands for controlling a resource collect control.
WebUserAgentProduct.Brand The brand of the web user agent.
 



Copyright © 2005-2010 GlobalMentor, Inc. All Rights Reserved.