An abstract base class for side slide panel component. This class will automatically publish hide and
show events to ObservableManager on topic name side-slide-panel.[sub-topic-name].show and
side-slide-panel.[sub-topic-name].hide respectively. You can also control the show/hide state of this component
via ObservableManager by publishing boolean to side-slide-panel.[sub-topic-name].cmd topic.
This class provides the default implementation for method onLostFocus to automatically hide this component when focus lost.
Toggle show/hide this component. This method also publishes an event to topic side-slide-panel.[sub-topic-name].show
and side-slide-panel.[sub-topic-name].hide when the component is shown or hidden respectively.
Parameters
event: MouseEvent
Returns void
show
show(): void
Show this component. This method also publishes an event to topic side-slide-panel.[sub-topic-name].show.
An abstract base class for side slide panel component. This class will automatically publish
hideandshowevents to ObservableManager on topic nameside-slide-panel.[sub-topic-name].showandside-slide-panel.[sub-topic-name].hiderespectively. You can also control the show/hide state of this component via ObservableManager by publishingbooleantoside-slide-panel.[sub-topic-name].cmdtopic. This class provides the default implementation for method onLostFocus to automatically hide this component when focus lost.shiorin, tee4cute
ObservableManager
INeedFocus