|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnextapp.echo.AbstractComponent
nextapp.echo.AbstractPane
nextapp.echo.HttpPane
public class HttpPane
A pane that displays content retrieved from an HTTP request.
Field Summary | |
---|---|
static java.lang.String |
HEIGHT_CHANGED_PROPERTY
|
static java.lang.String |
HEIGHT_EXTENT_CHANGED_PROPERTY
|
static java.lang.String |
URI_CHANGED_PROPERTY
|
static java.lang.String |
WIDTH_CHANGED_PROPERTY
|
static java.lang.String |
WIDTH_EXTENT_CHANGED_PROPERTY
|
Fields inherited from class nextapp.echo.AbstractPane |
---|
PROPORTIONAL, RESIZABLE_CHANGED_PROPERTY, STYLE_RESIZABLE |
Constructor Summary | |
---|---|
HttpPane()
Creates a new HTTP Pane. |
|
HttpPane(java.lang.String uri)
Creates a new HTTP Pane containing the document at the given URI. |
Method Summary | |
---|---|
Extent |
getHeightExtent()
Returns the height of the pane. |
java.lang.String |
getUri()
Returns the URI of the HttpPane. |
Extent |
getWidthExtent()
Returns the width of the pane. |
void |
setHeight(int newValue)
Sets the height of the pane in pixels. |
void |
setHeightExtent(Extent 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 in pixels. |
void |
setWidthExtent(Extent newValue)
Sets the width of the pane. |
Methods inherited from class nextapp.echo.AbstractPane |
---|
applyStyle, getHeight, getWidth, 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 HEIGHT_EXTENT_CHANGED_PROPERTY
public static final java.lang.String URI_CHANGED_PROPERTY
public static final java.lang.String WIDTH_CHANGED_PROPERTY
public static final java.lang.String WIDTH_EXTENT_CHANGED_PROPERTY
Constructor Detail |
---|
public HttpPane()
public HttpPane(java.lang.String uri)
uri
- The URI to load in the pane.Method Detail |
---|
public Extent getHeightExtent()
getHeightExtent
in class AbstractPane
public java.lang.String getUri()
public Extent getWidthExtent()
getWidthExtent
in class AbstractPane
public void setHeight(int newValue)
newValue
- The new height of the pane in pixels.public void setHeightExtent(Extent newValue)
newValue
- the new height of the pane.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.public void setWidthExtent(Extent newValue)
newValue
- The new width of the pane.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |