Package com.google.gwt.user.client.ui
Class DisclosureEvent
java.lang.Object
java.util.EventObject
com.google.gwt.user.client.ui.DisclosureEvent
- All Implemented Interfaces:
Serializable
Deprecated.
Event object containing information about
DisclosurePanel changes.- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionDisclosureEvent(DisclosurePanel sender) Deprecated.UseCloseEventandOpenEventinstead -
Method Summary
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
DisclosureEvent
Deprecated.UseCloseEventandOpenEventinsteadCreates a new instance of the event object.- Parameters:
sender- the panel from which the event is originating.- See Also:
-
CloseEventandOpenEventinstead