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:
java.io.Serializable
@Deprecated public class DisclosureEvent extends java.util.EventObject
Deprecated.UseCloseEvent
andOpenEvent
insteadEvent object containing information aboutDisclosurePanel
changes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisclosureEvent(DisclosurePanel sender)
Deprecated.UseCloseEvent
andOpenEvent
instead
-
-
-
Constructor Detail
-
DisclosureEvent
@Deprecated public DisclosureEvent(DisclosurePanel sender)
Deprecated.UseCloseEvent
andOpenEvent
insteadCreates a new instance of the event object.- Parameters:
sender
- the panel from which the event is originating.- See Also:
DisclosureHandler
-
-