| Package | Description |
|---|---|
| gwt.material.design.addins.client.camera.events |
| Modifier and Type | Method and Description |
|---|---|
CameraCaptureEvent.CaptureStatus |
CameraCaptureEvent.getCaptureStatus()
Returns the
CameraCaptureEvent.CaptureStatus that raised this event. |
static CameraCaptureEvent.CaptureStatus |
CameraCaptureEvent.CaptureStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CameraCaptureEvent.CaptureStatus[] |
CameraCaptureEvent.CaptureStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
CameraCaptureEvent.fire(HasCameraCaptureHandlers source,
CameraCaptureEvent.CaptureStatus status)
Fires an event with the
CameraCaptureEvent.CaptureStatus. |
Copyright © 2018. All rights reserved.