|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echoservlet.AbstractComponentPeer
nextapp.echoservlet.AbstractPaneUI
nextapp.echoservlet.HttpPaneUI
public class HttpPaneUI
A peer object for HttpPane
s.
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 | |
---|---|
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.AbstractComponentPeer |
---|
addAncillaryService, generateId, getCalculatedBackground, getCalculatedFont, getCalculatedForeground, getChildCount, getChildren, getComponent, getFocusedElementId, getId, getInstancePeer, getParentComponentPeer, getPeer, redraw, registerAncillaryServices, removeAncillaryService, 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 |
Constructor Detail |
---|
public HttpPaneUI()
HttpPaneUI
.
Method Detail |
---|
public java.lang.String getUri(Connection conn)
PaneUI
getUri
in interface PaneUI
conn
- The connection from which to derive the URI.
PaneUI.getUri(Connection)
public java.lang.String getScrolling()
PaneUI
getScrolling
in interface PaneUI
PaneUI.getScrolling()
public void propertyChange(java.beans.PropertyChangeEvent e)
propertyChange
in interface java.beans.PropertyChangeListener
PropertyChangeListener.propertyChange(PropertyChangeEvent)
public void registered()
AbstractComponentPeer
registered
in interface ComponentPeer
registered
in class AbstractComponentPeer
ComponentPeer.registered()
public void unregistered()
AbstractComponentPeer
unregistered
in interface ComponentPeer
unregistered
in class AbstractComponentPeer
ComponentPeer.unregistered()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |