Uses of Class
com.vaadin.flow.component.Composite
-
Packages that use Composite Package Description com.vaadin.collaborationengine com.vaadin.flow.component -
-
Uses of Composite in com.vaadin.collaborationengine
Subclasses of Composite in com.vaadin.collaborationengine Modifier and Type Class Description classCollaborationAvatarGroupExtension of theAvatarGroupcomponent which integrates with theCollaborationEngine.classCollaborationMessageInputExtension of theMessageInputcomponent which integrates with theCollaborationMessageList.classCollaborationMessageListExtension of theMessageListcomponent which integrates with theCollaborationEngine. -
Uses of Composite in com.vaadin.flow.component
Subclasses of Composite in com.vaadin.flow.component Modifier and Type Class Description classAbstractCompositeField<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 Composite Modifier and Type Method Description static 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.
-