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 anAbstractComponentsubclass against an existing foundation component node.<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 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 voidComponentClient. 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 voidComponentClient. 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 classRatings -
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 classProductWraps the product commerce component, providing methods for editing it.classShoppingCartWraps 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 classAbstractFoundationComponentBase class for all Foundation Component wrapping objects.classAdaptiveImageWraps the Adaptive Image foundation component, providing methods for editing it.classCarouselWraps the Carousel foundation component, providing methods for editing it.classChartWraps the Chart foundation component, providing methods for editing it.classDownloadWraps the Download foundation component, providing methods for editing it.classExternalWraps the External foundation component, providing methods for editing it.classFlashWraps the Flash foundation component, providing methods for editing it.classImageWraps the Image foundation component, providing methods for editing it.classLayoutContainerclassListWraps the List foundation component, providing methods for editing it.classParSysclassReferenceWraps the Reference foundation component, providing methods for editing it.classSearchWraps the Search foundation component, providing methods for editing it.classSitemapWraps the Sitemap foundation component, providing methods for editing it.classSlideshowWraps the Slideshow foundation component, providing methods for editing it.classTableWraps the Table foundation component, providing methods for editing it.classTextWraps the Text foundation component, providing methods for editing it.classTextImageWraps the TextImage foundation component, providing methods for editing it.classTitleWraps 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 classAbstractFormFieldComponentThis abstract class defines common Methods and Constants for all form fields.classAddressWraps the Address foundation component, providing methods for editing it.classCaptchaclassCheckboxclassCreditcardWraps the Creditcard foundation component, providing methods for editing it.classDropdownclassEndclassFileUploadclassHiddenclassImageButtonclassImageUploadclassPasswordclassRadioGroupclassStartclassText -
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 classColCtrlCreated 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 classProfileAvatarPhotoWraps the Profile Avatar Photo foundation component, providing methods for editing it.classProfileDetailedNameWraps the Profile Detailed Name foundation component, providing methods for editing it.classProfileDisplayNameWraps the Profile Display Name foundation component, providing methods for editing it.classProfileEmailWraps the Profile Email foundation component, providing methods for editing it.classProfileGenderWraps the Profile Gender foundation component, providing methods for editing it.classProfileGeneralTextWraps the Profile General Text foundation component, providing methods for editing it.classProfilePrimaryPhoneWraps the Profile Primary Phone foundation component, providing methods for editing it.classProfilePrimaryURLWraps 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 classTagCloud -
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 classExperienceFragmentCmpExperience 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 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.
-