de.akquinet.chameria.services
Interface BrowserService
public interface BrowserService
Service interface provided by the WebViewFactory to control the browser.
SCROLLBAR_AS_NEEDED
static final String SCROLLBAR_AS_NEEDED
- See Also:
- Constant Field Values
SCROLLBAR_ALWAYS_ON
static final String SCROLLBAR_ALWAYS_ON
- See Also:
- Constant Field Values
SCROLLBAR_ALWAYS_OFF
static final String SCROLLBAR_ALWAYS_OFF
- See Also:
- Constant Field Values
isFullScreen
boolean isFullScreen()
setFullScreen
void setFullScreen(boolean fullscreen)
setURL
void setURL(String url)
getURL
String getURL()
setSize
void setSize(int width,
int height)
getHeight
int getHeight()
getWidth
int getWidth()
isResizable
boolean isResizable()
setResizable
void setResizable(boolean resizable)
isMenuBarEnabled
boolean isMenuBarEnabled()
setMenuBar
void setMenuBar(boolean enabled)
isContextMenuEnabled
boolean isContextMenuEnabled()
setContextMenu
void setContextMenu(boolean enabled)
isPrintSupported
boolean isPrintSupported()
setPrintSupport
void setPrintSupport(boolean enabled)
isDownloadSupported
boolean isDownloadSupported()
setDownloadSupport
void setDownloadSupport(boolean enabled)
isOpenWindowSupported
boolean isOpenWindowSupported()
setOpenWindowSupport
void setOpenWindowSupport(boolean enabled)
setHorizontalScrollBarPolicy
void setHorizontalScrollBarPolicy(String policy)
setVerticalScrollBarPolicy
void setVerticalScrollBarPolicy(String policy)
getVerticalScrollBarPolicy
String getVerticalScrollBarPolicy()
getHorizontalScrollBarPolicy
String getHorizontalScrollBarPolicy()
Copyright © 2010-2011 akquinet A.G.. All Rights Reserved.