Interface | Description |
---|---|
HasAllSelectHandlers<T> |
Convenience interface used to implement all select handlers at once.
|
HasHiddenHandlers |
A widget that implements this interface is a public source of
HiddenEvent events. |
HasHideHandlers |
A widget that implements this interface is a public source of
HideEvent events. |
HasLoadedHandlers |
A widget that implements this interface is a public source of
LoadedEvent events. |
HasRefreshedHandlers |
A widget that implements this interface is a public source of
RefreshedEvent events. |
HasRenderedHandlers |
A widget that implements this interface is a public source of
RenderedEvent events. |
HasShowHandlers |
A widget that implements this interface is a public source of
ShowEvent events. |
HasShownHandlers |
A widget that implements this interface is a public source of
ShownEvent events. |
HiddenHandler |
Handler interface for
HiddenEvent events. |
HideHandler |
Handler interface for
HideEvent events. |
LoadedHandler |
Handler interface for
LoadedEvent events. |
RefreshedHandler |
Handler interface for
RefreshedEvent events. |
RenderedHandler |
Handler interface for
RenderedEvent events. |
ShowHandler |
Handler interface for
ShowEvent events. |
ShownHandler |
Handler interface for
ShownEvent events. |
Class | Description |
---|---|
HiddenEvent |
The hidden event is fired when the drop-down has finished being hidden
from the user (will wait for CSS transitions, to complete).
|
HideEvent |
The hide event is fired immediately when the hide instance method has been called.
|
LoadedEvent |
The loaded event is fired immediately when the Loaded instance method is called.
|
RefreshedEvent |
The refreshed event is fired after the refresh instance has been called.
|
RenderedEvent |
The rendered event is fired after the render instance has been called.
|
ShowEvent |
The show event is fired immediately when the show instance method is called.
|
ShownEvent |
The shown event is fired when the drop-down has been made visible to
the user (will wait for CSS transitions, to complete).
|
Copyright © 2017. All rights reserved.