| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.AbstractComponentPeer
nextapp.echoservlet.filetransferui.FilePaneUI
public class FilePaneUI
A peer object for FilePanes.
| Field Summary | 
|---|
| Fields inherited from interface nextapp.echoservlet.PaneUI | 
|---|
SCROLLING_ALWAYS, SCROLLING_AUTO, SCROLLING_NEVER | 
| Fields inherited from interface nextapp.echoservlet.ComponentPeer | 
|---|
IGNORE_PROPERTY_CHANGE | 
| Constructor Summary | |
|---|---|
FilePaneUI()
Creates a new FilePaneUI. | 
|
| 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.  | 
 int | 
getVersion()
Returns the version of the service to be retrieved.  | 
 void | 
propertyChange(java.beans.PropertyChangeEvent e)
 | 
 void | 
registered()
Called when the component is registered.  | 
 void | 
service(Connection conn)
Services an HTTP request.  | 
 void | 
unregistered()
Called when the component is unregistered.  | 
| Methods inherited from class nextapp.echoservlet.AbstractComponentPeer | 
|---|
addAncillaryService, generateId, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getChildCount, getChildren, getComponent, getFocusedElementId, getId, getInstancePeer, getParentComponentPeer, getPeer, redraw, registerAncillaryServices, removeAncillaryService, render, setComponent, setId, setInstancePeer, unregisterAncillaryServices | 
| 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 | 
| Methods inherited from interface nextapp.echoservlet.Service | 
|---|
getId | 
| Constructor Detail | 
|---|
public FilePaneUI()
FilePaneUI.
| Method Detail | 
|---|
public java.lang.String getScrolling()
PaneUI
getScrolling in interface PaneUIPaneUI.getScrolling()public java.lang.String getUri(Connection conn)
PaneUI
getUri in interface PaneUIconn - The connection from which to derive the URI.
PaneUI.getUri(Connection)public int getVersion()
CacheableServicegetVersion() should return distinct values whenever the 
 service's content may have changed.
getVersion in interface CacheableServiceCacheableService.getVersion()public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange in interface java.beans.PropertyChangeListenerPropertyChangeListener.propertyChange(PropertyChangeEvent)public void registered()
AbstractComponentPeer
registered in interface ComponentPeerregistered in class AbstractComponentPeerComponentPeer.registered()
public void service(Connection conn)
             throws java.io.IOException
Service
service in interface Serviceconn - A Connection object which wraps 
        HttpServletRequest and 
        HttpServletResponse objects and provides
        access to the facilities of the Echo application container.
java.io.IOException - in the event of errors related to processing the
         HTTP request or producing a response.Service.service(Connection)public void unregistered()
AbstractComponentPeer
unregistered in interface ComponentPeerunregistered in class AbstractComponentPeerComponentPeer.unregistered()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||