Uses of Class
com.adobe.cq.testing.client.components.AbstractComponent
Packages that use AbstractComponent
Package
Description
-
Uses of AbstractComponent in com.adobe.cq.testing.client
Methods in com.adobe.cq.testing.client with type parameters of type AbstractComponentModifier and TypeMethodDescription<T extends AbstractComponent>
TComponentClient.addComponent(Class<T> componentClass, String pagePath, int... expectedStatus) Adds a new, empty component to a CQ page.<T extends AbstractComponent>
TComponentClient.addComponent(Class<T> componentClass, String pagePath, String order, int... expectedStatus) Adds a new, empty component to a CQ page.<T extends AbstractComponent>
TComponentClient.addComponent(Class<T> componentClass, String pagePath, String location, String nameHint, String order, int... expectedStatus) Adds a new, empty component to a CQ page.<T extends AbstractComponent>
TComponentClient.getComponent(String componentPath) Initializes anAbstractComponentsubclass against an existing foundation component node. t looks for the sling:resourceType property an tries to find a matching component wrapper that has been registered with the ComponentClient (seeComponentClient.registerComponent(String, Class))<T extends AbstractComponent>
TComponentClient.getComponent(String componentPath, Class<T> compClass) Initializes anAbstractComponentsubclass against an existing foundation component node.Methods in com.adobe.cq.testing.client that return types with arguments of type AbstractComponentModifier and TypeMethodDescriptionClass<? extends AbstractComponent> ComponentClient.getCompClassByResourceType(String resourceType) Returns the component wrapper class, that has been registered with this resourceType or null if no such resourceType is known. you can register additional component wrappers usingComponentClient.registerComponent(String, Class)}.Methods in com.adobe.cq.testing.client with parameters of type AbstractComponentModifier and TypeMethodDescriptionvoidComponentClient.deleteComponent(AbstractComponent delComp) Deletes a component.Method parameters in com.adobe.cq.testing.client with type arguments of type AbstractComponentModifier and TypeMethodDescriptionvoidComponentClient.registerComponent(String resourceType, Class<? extends AbstractComponent> c) Use this method to register additional component wrappers with the client. -
Uses of AbstractComponent in com.adobe.cq.testing.client.components
Methods in com.adobe.cq.testing.client.components with type parameters of type AbstractComponentModifier and TypeMethodDescription<T extends AbstractComponent>
TAbstractComponent.getFirstChild()returns the first child node that is a component or null if not found.<T extends AbstractComponent>
TAbstractComponent.getNext()Returns the component wrapper instance for the following sibling or null if this component is already the last one.<T extends AbstractComponent>
TAbstractComponent.getPrevious()Returns the component wrapper instance for the previous sibling or null if this component is already the first one. -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.collab
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.collab -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.commerce
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.commerceModifier and TypeClassDescriptionclassWraps the product commerce component, providing methods for editing it.classWraps the shopping cart component, providing methods for editing it. -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.foundationModifier and TypeClassDescriptionclassBase class for all Foundation Component wrapping objects.classWraps the Adaptive Image foundation component, providing methods for editing it.classWraps the Carousel foundation component, providing methods for editing it.classWraps the Chart foundation component, providing methods for editing it.classWraps the Download foundation component, providing methods for editing it.classWraps the External foundation component, providing methods for editing it.classWraps the Flash foundation component, providing methods for editing it.classWraps the Image foundation component, providing methods for editing it.classclassWraps the List foundation component, providing methods for editing it.classclassWraps the Reference foundation component, providing methods for editing it.classWraps the Search foundation component, providing methods for editing it.classWraps the Sitemap foundation component, providing methods for editing it.classWraps the Slideshow foundation component, providing methods for editing it.classWraps the Table foundation component, providing methods for editing it.classWraps the Text foundation component, providing methods for editing it.classWraps the TextImage foundation component, providing methods for editing it.classWraps the Title foundation component, providing methods for editing it. -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.form
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.formModifier and TypeClassDescriptionclassThis abstract class defines common Methods and Constants for all form fields.classWraps the Address foundation component, providing methods for editing it.classclassclassWraps the Creditcard foundation component, providing methods for editing it.classclassclassclassclassclassclassclassclassclass -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.parsys
Methods in com.adobe.cq.testing.client.components.foundation.parsys with type parameters of type AbstractComponentModifier and TypeMethodDescription<T extends AbstractComponent>
TColCtrl.addComponent(Class<T> componentClass, int colNum) -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.profile
Modifier and TypeClassDescriptionclassWraps the Profile Avatar Photo foundation component, providing methods for editing it.classWraps the Profile Detailed Name foundation component, providing methods for editing it.classWraps the Profile Display Name foundation component, providing methods for editing it.classWraps the Profile Email foundation component, providing methods for editing it.classWraps the Profile Gender foundation component, providing methods for editing it.classWraps the Profile General Text foundation component, providing methods for editing it.classWraps the Profile Primary Phone foundation component, providing methods for editing it.classWraps the Profile Primary URL foundation component, providing methods for editing it. -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.tagging
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.tagging -
Uses of AbstractComponent in com.adobe.cq.testing.client.components.xf
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.xf -
Uses of AbstractComponent in com.adobe.cq.testing.junit.assertion
Methods in com.adobe.cq.testing.junit.assertion with parameters of type AbstractComponentModifier and TypeMethodDescriptionstatic voidComponentAssert.assertStringProperty(AbstractComponent comp, String value, String propName) Checks if the property of a node is set to the correct value.static voidComponentAssert.assertValidComponentNode(AbstractComponent comp) Checks if the component's node has the minimum to be a valid component node.