static class ResizeLayoutPanel.ImplStandard extends ResizeLayoutPanel.Impl implements EventListener
ResizeLayoutPanel.Impl.DelegateisAttached, parent| Constructor and Description | 
|---|
| ImplStandard() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | handleResize()Handle a resize event. | 
| void | init(Element elem,
    ResizeLayoutPanel.Impl.Delegate delegate)Initialize the implementation. | 
| void | onAttach()Called on attach. | 
| void | onBrowserEvent(Event event)Fired whenever a browser event is received. | 
| void | onDetach()Called on detach. | 
public void init(Element elem, ResizeLayoutPanel.Impl.Delegate delegate)
ResizeLayoutPanel.Implinit in class ResizeLayoutPanel.Implelem - the element to listen for resizedelegate - the ResizeLayoutPanel.Impl.Delegate to inform when resize occurspublic void onAttach()
ResizeLayoutPanel.ImplonAttach in class ResizeLayoutPanel.Implpublic void onBrowserEvent(Event event)
EventListeneronBrowserEvent in interface EventListenerevent - the event receivedpublic void onDetach()
ResizeLayoutPanel.ImplonDetach in class ResizeLayoutPanel.Implprotected void handleResize()
ResizeLayoutPanel.ImplhandleResize in class ResizeLayoutPanel.Impl