com.extjs.gxt.ui.client.event
Class ResizeEvent

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.ResizeEvent

public class ResizeEvent
extends BaseEvent

Resizable event type.

Note: For a given event, only the fields which are appropriate will be filled in. The appropriate fields for each event are documented by the event source.

See Also:
Resizable

Constructor Summary
ResizeEvent(Resizable resizable)
           
ResizeEvent(Resizable resizable, Component component, com.google.gwt.user.client.Event event)
           
 
Method Summary
 Component getComponent()
          Returns the source component.
 com.google.gwt.user.client.Event getEvent()
          Returns the event.
 Resizable getResizable()
          Returns the source resizable instance.
 void setComponent(Component component)
          Sets the source component.
 void setEvent(com.google.gwt.user.client.Event event)
          Sets the event.
 void setResizable(Resizable resizable)
          Sets the source resizable instance.
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseEvent
getSource, getType, isCancelled, setCancelled, setSource, setType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResizeEvent

public ResizeEvent(Resizable resizable)

ResizeEvent

public ResizeEvent(Resizable resizable,
                   Component component,
                   com.google.gwt.user.client.Event event)
Method Detail

getComponent

public Component getComponent()
Returns the source component.

Returns:
the source component

getEvent

public com.google.gwt.user.client.Event getEvent()
Returns the event.

Returns:
the event

getResizable

public Resizable getResizable()
Returns the source resizable instance.

Returns:
the source resizable instance

setComponent

public void setComponent(Component component)
Sets the source component.

Parameters:
component - the source component

setEvent

public void setEvent(com.google.gwt.user.client.Event event)
Sets the event.

Parameters:
event - the event

setResizable

public void setResizable(Resizable resizable)
Sets the source resizable instance.

Parameters:
resizable - the source resizable instance