Uses of Class
com.adobe.cq.testing.client.components.AbstractComponent
-
-
Uses of AbstractComponent in com.adobe.cq.testing.client
Methods in com.adobe.cq.testing.client with type parameters of type AbstractComponent Modifier and Type Method Description <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 anAbstractComponent
subclass against an existing foundation component node.<T extends AbstractComponent>
TComponentClient. getComponent(String componentPath, Class<T> compClass)
Initializes anAbstractComponent
subclass against an existing foundation component node.Methods in com.adobe.cq.testing.client that return types with arguments of type AbstractComponent Modifier and Type Method Description Class<? 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.Methods in com.adobe.cq.testing.client with parameters of type AbstractComponent Modifier and Type Method Description void
ComponentClient. deleteComponent(AbstractComponent delComp)
Deletes a component.Method parameters in com.adobe.cq.testing.client with type arguments of type AbstractComponent Modifier and Type Method Description void
ComponentClient. 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 AbstractComponent Modifier and Type Method Description <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 Modifier and Type Class Description class
Ratings
-
Uses of AbstractComponent in com.adobe.cq.testing.client.components.commerce
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.commerce Modifier and Type Class Description class
Product
Wraps the product commerce component, providing methods for editing it.class
ShoppingCart
Wraps 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.foundation Modifier and Type Class Description class
AbstractFoundationComponent
Base class for all Foundation Component wrapping objects.class
AdaptiveImage
Wraps the Adaptive Image foundation component, providing methods for editing it.class
Carousel
Wraps the Carousel foundation component, providing methods for editing it.class
Chart
Wraps the Chart foundation component, providing methods for editing it.class
Download
Wraps the Download foundation component, providing methods for editing it.class
External
Wraps the External foundation component, providing methods for editing it.class
Flash
Wraps the Flash foundation component, providing methods for editing it.class
Image
Wraps the Image foundation component, providing methods for editing it.class
LayoutContainer
class
List
Wraps the List foundation component, providing methods for editing it.class
ParSys
class
Reference
Wraps the Reference foundation component, providing methods for editing it.class
Search
Wraps the Search foundation component, providing methods for editing it.class
Sitemap
Wraps the Sitemap foundation component, providing methods for editing it.class
Slideshow
Wraps the Slideshow foundation component, providing methods for editing it.class
Table
Wraps the Table foundation component, providing methods for editing it.class
Text
Wraps the Text foundation component, providing methods for editing it.class
TextImage
Wraps the TextImage foundation component, providing methods for editing it.class
Title
Wraps 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.form Modifier and Type Class Description class
AbstractFormFieldComponent
This abstract class defines common Methods and Constants for all form fields.class
Address
Wraps the Address foundation component, providing methods for editing it.class
Captcha
class
Checkbox
class
Creditcard
Wraps the Creditcard foundation component, providing methods for editing it.class
Dropdown
class
End
class
FileUpload
class
Hidden
class
ImageButton
class
ImageUpload
class
Password
class
RadioGroup
class
Start
class
Text
-
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.parsys
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.parsys Modifier and Type Class Description class
ColCtrl
Created with IntelliJ IDEA.Methods in com.adobe.cq.testing.client.components.foundation.parsys with type parameters of type AbstractComponent Modifier and Type Method Description <T extends AbstractComponent>
TColCtrl. addComponent(Class<T> componentClass, int colNum)
-
Uses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.profile
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.foundation.profile Modifier and Type Class Description class
ProfileAvatarPhoto
Wraps the Profile Avatar Photo foundation component, providing methods for editing it.class
ProfileDetailedName
Wraps the Profile Detailed Name foundation component, providing methods for editing it.class
ProfileDisplayName
Wraps the Profile Display Name foundation component, providing methods for editing it.class
ProfileEmail
Wraps the Profile Email foundation component, providing methods for editing it.class
ProfileGender
Wraps the Profile Gender foundation component, providing methods for editing it.class
ProfileGeneralText
Wraps the Profile General Text foundation component, providing methods for editing it.class
ProfilePrimaryPhone
Wraps the Profile Primary Phone foundation component, providing methods for editing it.class
ProfilePrimaryURL
Wraps 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 Modifier and Type Class Description class
TagCloud
-
Uses of AbstractComponent in com.adobe.cq.testing.client.components.xf
Subclasses of AbstractComponent in com.adobe.cq.testing.client.components.xf Modifier and Type Class Description class
ExperienceFragmentCmp
Experience Fragment Component -
Uses of AbstractComponent in com.adobe.cq.testing.junit.assertion
Methods in com.adobe.cq.testing.junit.assertion with parameters of type AbstractComponent Modifier and Type Method Description static void
ComponentAssert. assertStringProperty(AbstractComponent comp, String value, String propName)
Checks if the property of a node is set to the correct value.static void
ComponentAssert. assertValidComponentNode(AbstractComponent comp)
Checks if the component's node has the minimum to be a valid component node.
-