NextApp Echo
App Container 1.1.4

nextapp.echoservlet
Class HttpPaneUI

java.lang.Object
  extended bynextapp.echoservlet.ComponentPeer
      extended bynextapp.echoservlet.AbstractPaneUI
          extended bynextapp.echoservlet.HttpPaneUI
All Implemented Interfaces:
java.util.EventListener, PaneUI, java.beans.PropertyChangeListener, java.io.Serializable

public class HttpPaneUI
extends AbstractPaneUI
implements java.beans.PropertyChangeListener

A peer object for HttpPanes.

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface nextapp.echoservlet.PaneUI
SCROLLING_ALWAYS, SCROLLING_AUTO, SCROLLING_NEVER
 
Constructor Summary
HttpPaneUI()
          Creates a new HttpPaneUI.
 
Method Summary
 java.lang.String getScrolling()
          Returns the scrolling property of the pane.
 java.lang.String getUri(Connection conn)
          Returns the URI from which the pane's service may be rendered.
 void propertyChange(java.beans.PropertyChangeEvent e)
           
 void registered()
          Called when the component is registered.
 void unregistered()
          Called when the component is unregistered.
 
Methods inherited from class nextapp.echoservlet.AbstractPaneUI
render
 
Methods inherited from class nextapp.echoservlet.ComponentPeer
addAncillaryService, generateId, getBackground, getChildCount, getChildren, getComponent, getFocusedElementId, getFont, getForeground, getId, getInstancePeer, getParent, getPeer, getTabIndex, redraw, removeAncillaryService
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface nextapp.echoservlet.PaneUI
getId
 

Constructor Detail

HttpPaneUI

public HttpPaneUI()
Creates a new HttpPaneUI.

Method Detail

getUri

public java.lang.String getUri(Connection conn)
Description copied from interface: PaneUI
Returns the URI from which the pane's service may be rendered.

Specified by:
getUri in interface PaneUI
Parameters:
conn - The connection from which to derive the URI.
Returns:
The URI from which the pane's service may be rendered.
See Also:
PaneUI.getUri(Connection)

getScrolling

public java.lang.String getScrolling()
Description copied from interface: PaneUI
Returns the scrolling property of the pane.

Specified by:
getScrolling in interface PaneUI
Returns:
The scrolling property of the pane, one of the following values:
  • SCROLLING_AUTO
  • SCROLLING_ALWAYS
  • SCROLLING_NEVER
See Also:
PaneUI.getScrolling()

propertyChange

public void propertyChange(java.beans.PropertyChangeEvent e)
Specified by:
propertyChange in interface java.beans.PropertyChangeListener
See Also:
PropertyChangeListener.propertyChange(PropertyChangeEvent)

registered

public void registered()
Description copied from class: ComponentPeer
Called when the component is registered. This method should be overridden if necessary.

Overrides:
registered in class ComponentPeer
See Also:
ComponentPeer.registered()

unregistered

public void unregistered()
Description copied from class: ComponentPeer
Called when the component is unregistered. This method should be overridden if necessary.

Overrides:
unregistered in class ComponentPeer
See Also:
ComponentPeer.unregistered()

NextApp Echo
App Container 1.1.4