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 UIClient
public WCRectangle getViewBounds()
getViewBounds
in interface UIClient
public void setViewBounds(WCRectangle r)
setViewBounds
in interface UIClient
public void setStatusbarText(String text)
setStatusbarText
in interface UIClient
public boolean canRunBeforeUnloadConfirmPanel()
canRunBeforeUnloadConfirmPanel
in interface UIClient
public boolean runBeforeUnloadConfirmPanel(String message)
runBeforeUnloadConfirmPanel
in interface UIClient
public String[] chooseFile(String initialFileName, boolean multiple, String mimeFilters)
chooseFile
in interface UIClient
public void startDrag(WCImage image, int imageOffsetX, int imageOffsetY, int eventPosX, int eventPosY, String[] mimeTypes, Object[] values, boolean isImageSource)
public void confirmStartDrag()
confirmStartDrag
in interface UIClient
public boolean isDragConfirmed()
isDragConfirmed
in interface UIClient
Copyright © 2020. All rights reserved.