| Modifier and Type | Field and Description |
|---|---|
private WCRectangle |
bounds |
private java.util.List<UIClient> |
clients |
private WebPage |
webPage |
| Constructor and Description |
|---|
UIClientImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
alert(java.lang.String text) |
boolean |
canRunBeforeUnloadConfirmPanel() |
java.lang.String[] |
chooseFile(java.lang.String initialFileName,
boolean multiple,
java.lang.String mimeFilters) |
void |
closePage() |
boolean |
confirm(java.lang.String text) |
void |
confirmStartDrag() |
WebPage |
createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
WCRectangle |
getViewBounds() |
boolean |
isDragConfirmed() |
void |
print() |
java.lang.String |
prompt(java.lang.String text,
java.lang.String defaultValue) |
boolean |
runBeforeUnloadConfirmPanel(java.lang.String message) |
void |
setStatusbarText(java.lang.String text) |
void |
setViewBounds(WCRectangle bounds) |
(package private) void |
setWebPage(WebPage webPage) |
void |
showView() |
void |
startDrag(WCImage frame,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
java.lang.String[] mimeTypes,
java.lang.Object[] values,
boolean isImageSource) |
private WebPage webPage
private final java.util.List<UIClient> clients
private WCRectangle bounds
void setWebPage(WebPage webPage)
public WebPage createPage(boolean menu, boolean status, boolean toolbar, boolean resizable)
createPage in interface UIClientpublic WCRectangle getViewBounds()
getViewBounds in interface UIClientpublic void setViewBounds(WCRectangle bounds)
setViewBounds in interface UIClientpublic void setStatusbarText(java.lang.String text)
setStatusbarText in interface UIClientpublic java.lang.String prompt(java.lang.String text,
java.lang.String defaultValue)
public boolean canRunBeforeUnloadConfirmPanel()
canRunBeforeUnloadConfirmPanel in interface UIClientpublic boolean runBeforeUnloadConfirmPanel(java.lang.String message)
runBeforeUnloadConfirmPanel in interface UIClientpublic java.lang.String[] chooseFile(java.lang.String initialFileName,
boolean multiple,
java.lang.String mimeFilters)
chooseFile in interface UIClientpublic void startDrag(WCImage frame, int imageOffsetX, int imageOffsetY, int eventPosX, int eventPosY, java.lang.String[] mimeTypes, java.lang.Object[] values, boolean isImageSource)
public void confirmStartDrag()
confirmStartDrag in interface UIClientpublic boolean isDragConfirmed()
isDragConfirmed in interface UIClient