Class AppHeadroom.PinnedChangeEvent
java.lang.Object
java.util.EventObject
com.vaadin.flow.component.ComponentEvent<AppHeadroom>
org.vaadin.addons.joelpop.appheadroom.ui.component.AppHeadroom.PinnedChangeEvent
- All Implemented Interfaces:
Serializable
- Enclosing class:
AppHeadroom
@Deprecated(since="25.1.1")
@DomEvent("pinned-changed")
public static class AppHeadroom.PinnedChangeEvent
extends com.vaadin.flow.component.ComponentEvent<AppHeadroom>
Deprecated.
- See Also:
-
Field Summary
Fields inherited from class EventObject
source -
Constructor Summary
ConstructorsConstructorDescriptionPinnedChangeEvent(AppHeadroom source, boolean fromClient, boolean pinned) Deprecated.Constructed by Flow when the client firespinned-changed, or directly byAppHeadroomitself for a server-initiated reset; not meant to be constructed by application code. -
Method Summary
Modifier and TypeMethodDescriptionbooleanisPinned()Deprecated.Use!AppHeadroom.CollapseChangeEvent.isCollapsed()instead.Methods inherited from class com.vaadin.flow.component.ComponentEvent
getSource, isFromClient, unregisterListenerMethods inherited from class EventObject
toString
-
Constructor Details
-
PinnedChangeEvent
public PinnedChangeEvent(AppHeadroom source, boolean fromClient, @EventData("event.detail.pinned") boolean pinned) Deprecated.Constructed by Flow when the client firespinned-changed, or directly byAppHeadroomitself for a server-initiated reset; not meant to be constructed by application code.
-
-
Method Details
-
isPinned
Deprecated.Use!AppHeadroom.CollapseChangeEvent.isCollapsed()instead.
-
AppHeadroom.CollapseChangeEventinstead. Same underlying event, fired alongside it whenever it fires — note the inverted value:isPinned()(shown) is equivalent to!AppHeadroom.CollapseChangeEvent.isCollapsed().