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 TypeClassDescriptionclassExtension of theAvatarGroupcomponent which integrates with theCollaborationEngine.classExtension of theMessageInputcomponent which integrates with theCollaborationMessageList.classExtension of theMessageListcomponent which integrates with theCollaborationEngine. -
Uses of Composite in com.vaadin.flow.component
Subclasses of Composite in com.vaadin.flow.componentModifier and TypeClassDescriptionclassAbstractCompositeField<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 ComponentComponentUtil.getInnermostComponent(Composite<?> composite) Returns the innermost component from aCompositechain, i.e.static ComponentComponentUtil.getParentUsingComposite(Composite<?> composite, Component component) Gets the parent of the given component, which is inside the given composite.static booleanComponentUtil.isCompositeContent(Composite<?> composite, Component component) Checks if the given component is inside aCompositechain, i.e.