| Constructor and Description |
|---|
UIClientImpl(Accessor accessor) |
| 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 r) |
void |
showView() |
void |
startDrag(WCImage image,
int imageOffsetX,
int imageOffsetY,
int eventPosX,
int eventPosY,
String[] mimeTypes,
Object[] values,
boolean isImageSource) |
public UIClientImpl(Accessor accessor)
public WebPage createPage(boolean menu, boolean status, boolean toolbar, boolean resizable)
createPage in interface UIClientpublic WCRectangle getViewBounds()
getViewBounds in interface UIClientpublic void setViewBounds(WCRectangle r)
setViewBounds in interface UIClientpublic void setStatusbarText(String text)
setStatusbarText in interface UIClientpublic boolean canRunBeforeUnloadConfirmPanel()
canRunBeforeUnloadConfirmPanel in interface UIClientpublic boolean runBeforeUnloadConfirmPanel(String message)
runBeforeUnloadConfirmPanel in interface UIClientpublic String[] chooseFile(String initialFileName, boolean multiple, String mimeFilters)
chooseFile in interface UIClientpublic void startDrag(WCImage image, int imageOffsetX, int imageOffsetY, int eventPosX, int eventPosY, String[] mimeTypes, Object[] values, boolean isImageSource)
public void confirmStartDrag()
confirmStartDrag in interface UIClientpublic boolean isDragConfirmed()
isDragConfirmed in interface UIClientCopyright © 2025. All rights reserved.