|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectasquare.gwt.tk.client.ui.behavior.impl.GlassPanelControllerIE6
public class GlassPanelControllerIE6
| Constructor Summary | |
|---|---|
GlassPanelControllerIE6()
|
|
| Method Summary | |
|---|---|
protected GlassPanelController |
createImpl()
|
int |
getEventBits()
Get a bitmask representing events this delegate is interested in processing. |
Class |
getId()
Get the id of this controller. |
void |
onBrowserEvent(Widget widget,
Event event)
Call this from your widget's onBrowserEvent() method to to delegate events. |
void |
plugIn(Widget widget)
Called when the widget is attached to the DOM. |
void |
unplug(Widget widget)
Called when the widget is detached from the DOM. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GlassPanelControllerIE6()
| Method Detail |
|---|
protected GlassPanelController createImpl()
public int getEventBits()
EventDelegate
getEventBits in interface EventDelegateEventpublic Class getId()
Controller
getId in interface Controller
public void onBrowserEvent(Widget widget,
Event event)
EventDelegateExample:
public void onBrowserEvent(Event event)
{
super.onBrowserEvent(event);
delegate.onBrowserEvent(this, event);
}
onBrowserEvent in interface EventDelegatewidget - the wiget that originated the eventevent - the eventpublic void plugIn(Widget widget)
Controller
plugIn in interface Controllerwidget - the view to controlpublic void unplug(Widget widget)
Controller
unplug in interface Controller
|
GWT Tk 0.2.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||