public interface DeviceAdaptive
extends com.google.gwt.user.client.ui.IsWidget
| Modifier and Type | Interface and Description |
|---|---|
static class |
DeviceAdaptive.Device
All devices supported by Crux CrossDevice engine
|
static class |
DeviceAdaptive.Input
The supported features for cross device widgets
|
static class |
DeviceAdaptive.Size
The screen sizes supported by crux
|
static interface |
DeviceAdaptive.Template
Used to map the template used by a specific device
|
static interface |
DeviceAdaptive.Templates
Used to map the all templates used by the target deviceAdaptive Widget
|
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addAttachHandler(com.google.gwt.event.logical.shared.AttachEvent.Handler handler) |
<H extends com.google.gwt.event.shared.EventHandler> |
addHandler(H handler,
com.google.gwt.event.shared.GwtEvent.Type<H> type) |
com.google.gwt.dom.client.Element |
getElement() |
String |
getStyleName() |
String |
getTitle() |
boolean |
isVisible() |
void |
setHeight(String height) |
void |
setStyleName(String style) |
void |
setTitle(String title) |
void |
setVisible(boolean visible) |
void |
setWidth(String width) |
void setWidth(String width)
void setVisible(boolean visible)
boolean isVisible()
void setStyleName(String style)
String getStyleName()
void setTitle(String title)
String getTitle()
void setHeight(String height)
com.google.gwt.dom.client.Element getElement()
com.google.gwt.event.shared.HandlerRegistration addAttachHandler(com.google.gwt.event.logical.shared.AttachEvent.Handler handler)
<H extends com.google.gwt.event.shared.EventHandler> com.google.gwt.event.shared.HandlerRegistration addHandler(H handler,
com.google.gwt.event.shared.GwtEvent.Type<H> type)
Copyright © 2015. All rights reserved.