|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.Component
nextapp.echo.AbstractPane
nextapp.echo.HttpPane
A pane that displays content retrieved from an HTTP request.
Field Summary | |
static java.lang.String |
HEIGHT_CHANGED_PROPERTY
|
static java.lang.String |
URI_CHANGED_PROPERTY
|
static java.lang.String |
WIDTH_CHANGED_PROPERTY
|
Fields inherited from class nextapp.echo.AbstractPane |
PROPORTIONAL, RESIZABLE_CHANGED_PROPERTY, STYLE_RESIZABLE |
Constructor Summary | |
HttpPane(java.lang.String uri)
Creates a new HTTP Pane containing the document at the given URI. |
Method Summary | |
int |
getHeight()
Returns the height of the pane. |
java.lang.String |
getUri()
Returns the URI of the HttpPane. |
int |
getWidth()
Returns the width of the pane. |
void |
setHeight(int newValue)
Sets the height of the pane. |
void |
setUri(java.lang.String newValue)
Sets the URI of the pane's content. |
void |
setWidth(int newValue)
Sets the width of the pane. |
Methods inherited from class nextapp.echo.AbstractPane |
applyStyle, isResizable, setResizable |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String HEIGHT_CHANGED_PROPERTY
public static final java.lang.String URI_CHANGED_PROPERTY
public static final java.lang.String WIDTH_CHANGED_PROPERTY
Constructor Detail |
public HttpPane(java.lang.String uri)
uri
- The URI to load in the pane.Method Detail |
public int getHeight()
getHeight
in class AbstractPane
public java.lang.String getUri()
public int getWidth()
getWidth
in class AbstractPane
public void setHeight(int newValue)
newValue
- The new height of the pane in pixels.public void setUri(java.lang.String newValue)
newValue
- The URI of the pane's content.public void setWidth(int newValue)
newValue
- The new width of the pane in pixels.
|
NextApp Echo 1.0.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |