Uses of Class
com.vaadin.flow.component.Composite
Packages that use Composite
-
Uses of Composite in com.vaadin.collaborationengine
Subclasses of Composite in com.vaadin.collaborationengineModifier and TypeClassDescriptionclass
Extension of theAvatarGroup
component which integrates with theCollaborationEngine
.class
Extension of theMessageInput
component which integrates with theCollaborationMessageList
.class
Extension of theMessageList
component which integrates with theCollaborationEngine
. -
Uses of Composite in com.vaadin.flow.component
Subclasses of Composite in com.vaadin.flow.componentModifier and TypeClassDescriptionclass
AbstractCompositeField<C extends Component,
S extends AbstractCompositeField<C, S, T>, T> An abstract field class that is backed by a composite component.Methods in com.vaadin.flow.component with parameters of type CompositeModifier and TypeMethodDescriptionstatic Component
ComponentUtil.getInnermostComponent
(Composite<?> composite) Returns the innermost component from aComposite
chain, i.e.static Component
ComponentUtil.getParentUsingComposite
(Composite<?> composite, Component component) Gets the parent of the given component, which is inside the given composite.static boolean
ComponentUtil.isCompositeContent
(Composite<?> composite, Component component) Checks if the given component is inside aComposite
chain, i.e.