A C D E G H I L M O P R S T V W 
All Classes All Packages

A

accuracy - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
addAuService(Desktop) - Static method in class org.zkoss.zkforge.geolocation.GeolocationHelper
 
addHelperScript() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
 
addHelperScript(Desktop) - Static method in class org.zkoss.zkforge.geolocation.GeolocationHelper
 
altitude - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
altitudeAccuracy - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
auService - Static variable in class org.zkoss.zkforge.clipboard.ClipboardHelper
 
auService - Static variable in class org.zkoss.zkforge.geolocation.GeolocationHelper
 

C

CLIPBOARD_HELPER_JS_PATH - Static variable in class org.zkoss.zkforge.clipboard.ClipboardHelper
 
CLIPBOARD_HELPER_KEY - Static variable in class org.zkoss.zkforge.clipboard.ClipboardHelper
 
ClipboardAction - Enum in org.zkoss.zkforge.clipboard
Enumeration representing clipboard operations.
ClipboardAuService - Class in org.zkoss.zkforge.clipboard
 
ClipboardAuService() - Constructor for class org.zkoss.zkforge.clipboard.ClipboardAuService
 
ClipboardError - Class in org.zkoss.zkforge.clipboard
Represents a clipboard operation error with structured error information.
ClipboardError(int, String) - Constructor for class org.zkoss.zkforge.clipboard.ClipboardError
 
ClipboardEvent - Class in org.zkoss.zkforge.clipboard
 
ClipboardEvent(ClipboardResult) - Constructor for class org.zkoss.zkforge.clipboard.ClipboardEvent
 
ClipboardHelper - Class in org.zkoss.zkforge.clipboard
Static helper class that provides Java access to the browser's Clipboard API.
ClipboardHelper() - Constructor for class org.zkoss.zkforge.clipboard.ClipboardHelper
 
ClipboardImage - Class in org.zkoss.zkforge.clipboard
Result object for image-based clipboard operations.
ClipboardImage() - Constructor for class org.zkoss.zkforge.clipboard.ClipboardImage
 
ClipboardResult - Class in org.zkoss.zkforge.clipboard
Abstract base class for all clipboard operation results.
ClipboardResult() - Constructor for class org.zkoss.zkforge.clipboard.ClipboardResult
 
ClipboardText - Class in org.zkoss.zkforge.clipboard
Result object for text-based clipboard operations.
ClipboardText() - Constructor for class org.zkoss.zkforge.clipboard.ClipboardText
 
code - Variable in class org.zkoss.zkforge.clipboard.ClipboardError
 
code - Variable in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
codeDescriptions - Static variable in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
coords - Variable in class org.zkoss.zkforge.geolocation.GeolocationPosition
 

D

dispose() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
Dispose clipboard helper for the current desktop.
dispose() - Static method in class org.zkoss.zkforge.geolocation.GeolocationHelper
Dispose geolocation helper for the current desktop.

E

ensureExecutionAvailable() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
 
EVENT_NAME - Static variable in class org.zkoss.zkforge.clipboard.ClipboardEvent
 
EVENT_NAME - Static variable in class org.zkoss.zkforge.geolocation.GeolocationEvent
 

G

GEOLOCATION_HELPER_JS_PATH - Static variable in class org.zkoss.zkforge.geolocation.GeolocationHelper
 
GEOLOCATION_HELPER_KEY - Static variable in class org.zkoss.zkforge.geolocation.GeolocationHelper
 
GeoLocationAuService - Class in org.zkoss.zkforge.geolocation
 
GeoLocationAuService() - Constructor for class org.zkoss.zkforge.geolocation.GeoLocationAuService
 
GeolocationCoordinates - Class in org.zkoss.zkforge.geolocation
a java representation of GeolocationCoordinates, https://developer.mozilla.org/en-US/docs/Web/API/GeolocationCoordinates make all fields protected to allow extension for js api evolution.
GeolocationCoordinates() - Constructor for class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
GeolocationEvent - Class in org.zkoss.zkforge.geolocation
 
GeolocationEvent(GeolocationPosition) - Constructor for class org.zkoss.zkforge.geolocation.GeolocationEvent
 
GeolocationEvent(GeolocationPositionError) - Constructor for class org.zkoss.zkforge.geolocation.GeolocationEvent
 
GeolocationHelper - Class in org.zkoss.zkforge.geolocation
Static helper class that provides Java access to the browser's Geolocation API.
GeolocationHelper() - Constructor for class org.zkoss.zkforge.geolocation.GeolocationHelper
 
geoLocationPosition - Variable in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
GeolocationPosition - Class in org.zkoss.zkforge.geolocation
a java representation of GeolocationPosition, https://developer.mozilla.org/en-US/docs/Web/API/GeolocationPosition
GeolocationPosition() - Constructor for class org.zkoss.zkforge.geolocation.GeolocationPosition
 
geoLocationPositionError - Variable in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
GeolocationPositionError - Class in org.zkoss.zkforge.geolocation
https://developer.mozilla.org/en-US/docs/Web/API/GeolocationPositionError
GeolocationPositionError(int, String) - Constructor for class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
getAccuracy() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getAction() - Method in class org.zkoss.zkforge.clipboard.ClipboardResult
Gets the clipboard action that was performed.
getAltitude() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getAltitudeAccuracy() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getClipboardImage() - Method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Calling isTextResult() before calling this method.
getClipboardText() - Method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Calling isTextResult() before calling this method.
getCode() - Method in class org.zkoss.zkforge.clipboard.ClipboardError
 
getCode() - Method in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
getCoords() - Method in class org.zkoss.zkforge.geolocation.GeolocationPosition
 
getCurrentPosition() - Static method in class org.zkoss.zkforge.geolocation.GeolocationHelper
Request the current position from the browser.
getDescription() - Method in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
getError() - Method in class org.zkoss.zkforge.clipboard.ClipboardResult
Gets the clipboard error information.
getEvent(AuRequest) - Static method in class org.zkoss.zkforge.clipboard.ClipboardEvent
 
getEvent(AuRequest) - Static method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
getGeoLocationPosition() - Method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
getGeoLocationPositionError() - Method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
getHeading() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getHeight() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Gets the image height in pixels.
getImageData() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Gets the binary image data from the clipboard.
getLatitude() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getLongitude() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getMessage() - Method in class org.zkoss.zkforge.clipboard.ClipboardError
 
getMessage() - Method in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 
getMimeType() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Gets the MIME type of the clipboard image.
getResult() - Method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Gets the clipboard result.
getSize() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Gets the size of the image data in bytes.
getSpeed() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
getText() - Method in class org.zkoss.zkforge.clipboard.ClipboardText
Gets the text content from clipboard operations.
getTimestamp() - Method in class org.zkoss.zkforge.geolocation.GeolocationPosition
 
getWidth() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Gets the image width in pixels.
GSON - Static variable in class org.zkoss.zkforge.clipboard.ClipboardEvent
 
GSON - Static variable in class org.zkoss.zkforge.geolocation.GeolocationEvent
 

H

hasImageData() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Checks if this result contains valid image data.
heading - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 

I

init() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
Initialize clipboard helper for the current desktop if not already initialized.
init() - Static method in class org.zkoss.zkforge.geolocation.GeolocationHelper
Initialize geolocation helper for the current desktop if not already initialized.
isSuccess() - Method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Checks if the clipboard operation was successful.
isSuccess() - Method in class org.zkoss.zkforge.clipboard.ClipboardResult
 
isSuccess() - Method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
isSuccess(Map) - Static method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
isSupportedFormat() - Method in class org.zkoss.zkforge.clipboard.ClipboardImage
Checks if the image is of a supported format based on MIME type.
isTextResult() - Method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Checks if this is a text result.

L

latitude - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
longitude - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 

M

message - Variable in class org.zkoss.zkforge.clipboard.ClipboardError
 
message - Variable in class org.zkoss.zkforge.geolocation.GeolocationPositionError
 

O

org.zkoss.zkforge.clipboard - package org.zkoss.zkforge.clipboard
 
org.zkoss.zkforge.geolocation - package org.zkoss.zkforge.geolocation
 

P

parseError(Map) - Static method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
parsePosition(Map) - Static method in class org.zkoss.zkforge.geolocation.GeolocationEvent
 
parseResponse(Map<String, Object>) - Static method in class org.zkoss.zkforge.clipboard.ClipboardEvent
Parses the AU request data from JavaScript clipboard operations into a ClipboardResult object.

R

READ - org.zkoss.zkforge.clipboard.ClipboardAction
Reading text from the clipboard.
READ_IMAGE - org.zkoss.zkforge.clipboard.ClipboardAction
 
readImage() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
Read image from the system clipboard.
readText() - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
Read text from the system clipboard.

S

SERVER_ERROR - Static variable in class org.zkoss.zkforge.clipboard.ClipboardError
 
service(AuRequest, boolean) - Method in class org.zkoss.zkforge.clipboard.ClipboardAuService
 
service(AuRequest, boolean) - Method in class org.zkoss.zkforge.geolocation.GeoLocationAuService
 
setCoords(GeolocationCoordinates) - Method in class org.zkoss.zkforge.geolocation.GeolocationPosition
 
setError(ClipboardError) - Method in class org.zkoss.zkforge.clipboard.ClipboardResult
 
setLatitude(double) - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
setLongitude(double) - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
setTimestamp(long) - Method in class org.zkoss.zkforge.geolocation.GeolocationPosition
 
speed - Variable in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 

T

timestamp - Variable in class org.zkoss.zkforge.geolocation.GeolocationPosition
 
toString() - Method in class org.zkoss.zkforge.geolocation.GeolocationCoordinates
 
toString() - Method in class org.zkoss.zkforge.geolocation.GeolocationPosition
 

V

valueOf(String) - Static method in enum org.zkoss.zkforge.clipboard.ClipboardAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.zkoss.zkforge.clipboard.ClipboardAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

WRITE - org.zkoss.zkforge.clipboard.ClipboardAction
Writing text to the clipboard.
writeText(String) - Static method in class org.zkoss.zkforge.clipboard.ClipboardHelper
Write text to the system clipboard.
A C D E G H I L M O P R S T V W 
All Classes All Packages