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

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseEvent
      extended by com.extjs.gxt.ui.client.event.DomEvent
          extended by com.extjs.gxt.ui.client.event.ComponentEvent
              extended by com.extjs.gxt.ui.client.event.BoxComponentEvent
                  extended by com.extjs.gxt.ui.client.event.ContainerEvent
                      extended by com.extjs.gxt.ui.client.event.FieldSetEvent

public class FieldSetEvent
extends ContainerEvent


Field Summary
 
Fields inherited from class com.extjs.gxt.ui.client.event.DomEvent
event
 
Constructor Summary
FieldSetEvent(FieldSet fieldSet)
           
FieldSetEvent(FieldSet fieldSet, com.google.gwt.user.client.Event event)
           
 
Method Summary
 FieldSet getFieldSet()
          Returns the source field set.
 void setFieldSet(FieldSet fieldSet)
          Sets the source field set.
 
Methods inherited from class com.extjs.gxt.ui.client.event.ContainerEvent
getContainer, getIndex, getItem, getSelected, setContainer, setIndex, setItem, setSelected
 
Methods inherited from class com.extjs.gxt.ui.client.event.BoxComponentEvent
getBoxComponent, getHeight, getSize, getWidth, getX, getY, setBoxComponent, setHeight, setSize, setWidth, setX, setY
 
Methods inherited from class com.extjs.gxt.ui.client.event.ComponentEvent
getComponent, getState, setComponent, setState
 
Methods inherited from class com.extjs.gxt.ui.client.event.DomEvent
cancelBubble, getClientX, getClientY, getEvent, getEventTypeInt, getKeyCode, getTarget, getTarget, getTargetEl, getXY, hasModifier, isAltKey, isControlKey, isNavKeyPress, isNavKeyPress, isRightClick, isShiftKey, isSpecialKey, isSpecialKey, preventDefault, setEvent, stopEvent, within, within
 
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

FieldSetEvent

public FieldSetEvent(FieldSet fieldSet)

FieldSetEvent

public FieldSetEvent(FieldSet fieldSet,
                     com.google.gwt.user.client.Event event)
Method Detail

getFieldSet

public FieldSet getFieldSet()
Returns the source field set.

Returns:
the field set

setFieldSet

public void setFieldSet(FieldSet fieldSet)
Sets the source field set.

Parameters:
fieldSet - the field set