public class AttachEvent extends AbstractAttachDetachEvent
Component
is attached to the UI.
When a hierarchy of components is being attached, this event is fired child-first.
source
Constructor and Description |
---|
AttachEvent(Component source,
boolean initialAttach)
Creates a new attach event with the given component as source.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isInitialAttach()
Checks whether this is the first time the component has been attached.
|
getSession, getUI
getSource, isFromClient, unregisterListener
toString
public AttachEvent(Component source, boolean initialAttach)
source
- the component that was attachedinitialAttach
- indicates whether this is the first time the component
(element) has been attachedCopyright © 2023. All rights reserved.