public interface UIClient
Modifier and Type | Method and Description |
---|---|
void |
alert(String text) |
boolean |
canRunBeforeUnloadConfirmPanel() |
String[] |
chooseFile(String initialFileName,
boolean multiple,
String mimeFilters) |
void |
closePage() |
boolean |
confirm(String text) |
void |
confirmStartDrag() |
WebPage |
createPage(boolean menu,
boolean status,
boolean toolbar,
boolean resizable) |
WCRectangle |
getViewBounds() |
boolean |
isDragConfirmed() |
void |
print() |
String |
prompt(String text,
String defaultValue) |
boolean |
runBeforeUnloadConfirmPanel(String message) |
void |
setStatusbarText(String text) |
void |
setViewBounds(WCRectangle bounds) |
void |
showView() |
void |
startDrag(WCImage frame,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
String[] mimeTypes,
Object[] values,
boolean isImageSource) |
WebPage createPage(boolean menu, boolean status, boolean toolbar, boolean resizable)
void closePage()
void showView()
WCRectangle getViewBounds()
void setViewBounds(WCRectangle bounds)
void setStatusbarText(String text)
void alert(String text)
boolean confirm(String text)
boolean canRunBeforeUnloadConfirmPanel()
boolean runBeforeUnloadConfirmPanel(String message)
void print()
void startDrag(WCImage frame, int imageOffsetX, int imageOffsetY, int eventPosX, int eventPosY, String[] mimeTypes, Object[] values, boolean isImageSource)
void confirmStartDrag()
boolean isDragConfirmed()
Copyright © 2020. All rights reserved.