|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.rim.device.api.ui.Field
net.rim.device.api.ui.ScrollView
net.rim.device.api.ui.Manager
net.rim.device.api.ui.container.VerticalFieldManager
net.rim.device.api.browser.field.BrowserContentManager
public final class BrowserContentManager
A manager for rendering web content obtained through the browser.
| Field Summary |
|---|
| Fields inherited from class net.rim.device.api.ui.Manager |
|---|
BOTTOMMOST, DOWNWARD, HORIZONTAL_SCROLL, HORIZONTAL_SCROLLBAR, HORIZONTAL_SCROLLBAR_MASK, HORIZONTAL_SCROLL_MASK, LEAVE_BLANK_SPACE, LEFTMOST, LEFTWARD, NO_HORIZONTAL_SCROLL, NO_HORIZONTAL_SCROLLBAR, NO_SCROLL_RESET, NO_VERTICAL_SCROLL, NO_VERTICAL_SCROLLBAR, QUANTA_FONT, RIGHTMOST, RIGHTWARD, TOPMOST, UPWARD, VERTICAL_SCROLL, VERTICAL_SCROLLBAR, VERTICAL_SCROLLBAR_MASK, VERTICAL_SCROLL_MASK |
| Constructor Summary | ||
|---|---|---|
|
BrowserContentManager(long style)
Constructs a new browser content manager with the provided style. |
|
| Method Summary | ||
|---|---|---|
|
RenderingSession |
getRenderingSession()
Retrieve the rendering session for this BrowserContentManager. |
|
void |
setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
int renderingFlags)
Retrieve browser content for rendering. |
|
void |
setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
Event event)
Retrieve browser content for rendering. |
| Methods inherited from class net.rim.device.api.ui.container.VerticalFieldManager |
|---|
getFieldAtLocation, getPreferredHeight, getPreferredWidth, nextFocus, sublayout, subpaint |
| Methods inherited from class net.rim.device.api.ui.ScrollView |
|---|
configurationChanged, getHorizontalAdjustment, getVerticalAdjustment, getVisibleHeight, getVisibleWidth, onExposed, setCurrentLocation, setExtent, setHorizontalAdjustment, setHorizontalScroll, setHorizontalScroll, setScrollListener, setVerticalAdjustment, setVerticalScroll, setVerticalScroll, valueChanged, waitForScrolling |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserContentManager(long style)
style - A field manager style.| Method Detail |
|---|
public void setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
Event event)
httpConnection - The connection with the input stream that contains the content to be rendered.renderingApplication - The rendering application that can listen for events from the
browser content; may be null.event - The event from the browser content that caused new browser content to be retrieved.
public void setContent(HttpConnection httpConnection,
RenderingApplication renderingApplication,
int renderingFlags)
httpConnection - The connection with the input stream that contains the content to be rendered.renderingApplication - The rendering application that can listen for events from the
browser content; may be null.renderingFlags - Flags indicating extra information about rendering. Rendering flags can be found in
the RenderingConstants class. The flags are composed by ORing together the
constants in the referenced class.public RenderingSession getRenderingSession()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal