public abstract class DeviceAdaptiveController extends Object
| Constructor and Description |
|---|
DeviceAdaptiveController() |
| 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) |
protected void |
addWidget(String id,
com.google.gwt.user.client.ui.Widget widget) |
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
fireEvent(com.google.gwt.event.shared.GwtEvent<?> event) |
protected <T extends com.google.gwt.user.client.ui.IsWidget> |
getChildWidget(String id) |
com.google.gwt.dom.client.Element |
getElement() |
String |
getStyleName() |
String |
getTitle() |
protected void |
init()
Override this method if you need to add some startup code for component
|
boolean |
isVisible() |
void |
setHeight(String height) |
void |
setStyleName(String style) |
void |
setTitle(String title) |
void |
setVisible(boolean visible) |
void |
setWidth(String width) |
protected void init()
protected <T extends com.google.gwt.user.client.ui.IsWidget> T getChildWidget(String id)
id - protected void addWidget(String id, com.google.gwt.user.client.ui.Widget widget)
public void setWidth(String width)
public void setVisible(boolean visible)
public boolean isVisible()
public void setStyleName(String style)
public String getStyleName()
public void setTitle(String title)
public String getTitle()
public void setHeight(String height)
public com.google.gwt.dom.client.Element getElement()
public com.google.gwt.event.shared.HandlerRegistration addAttachHandler(com.google.gwt.event.logical.shared.AttachEvent.Handler handler)
public <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)
public void fireEvent(com.google.gwt.event.shared.GwtEvent<?> event)
public com.google.gwt.user.client.ui.Widget asWidget()
Copyright © 2015. All rights reserved.