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.EventObjectDeprecated.UseCloseEventandOpenEventinsteadEvent object containing information aboutDisclosurePanelchanges.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DisclosureEvent(DisclosurePanel sender)Deprecated.UseCloseEventandOpenEventinstead
-
-
-
Constructor Detail
-
DisclosureEvent
@Deprecated public DisclosureEvent(DisclosurePanel sender)
Deprecated.UseCloseEventandOpenEventinsteadCreates a new instance of the event object.- Parameters:
sender- the panel from which the event is originating.- See Also:
DisclosureHandler
-
-