Modifier and Type | Method and Description |
---|---|
<T extends AbstractComponent> |
ComponentClient.addComponent(Class<T> componentClass,
String pagePath,
int... expectedStatus)
Adds a new, empty component to a CQ page.
|
<T extends AbstractComponent> |
ComponentClient.addComponent(Class<T> componentClass,
String pagePath,
String order,
int... expectedStatus)
Adds a new, empty component to a CQ page.
|
<T extends AbstractComponent> |
ComponentClient.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> |
ComponentClient.getComponent(String componentPath)
Initializes an
AbstractComponent subclass
against an existing foundation component node. |
<T extends AbstractComponent> |
ComponentClient.getComponent(String componentPath,
Class<T> compClass)
Initializes an
AbstractComponent subclass
against an existing foundation component node. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentClient.deleteComponent(AbstractComponent delComp)
Deletes a component.
|
Modifier and Type | Method and Description |
---|---|
void |
ComponentClient.registerComponent(String resourceType,
Class<? extends AbstractComponent> c)
Use this method to register additional component wrappers with the client.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractComponent> |
AbstractComponent.getFirstChild()
returns the first child node that is a component or null if not found.
|
<T extends AbstractComponent> |
AbstractComponent.getNext()
Returns the component wrapper instance for the following sibling or null if this component
is already the last one.
|
<T extends AbstractComponent> |
AbstractComponent.getPrevious()
Returns the component wrapper instance for the previous sibling or null if this component
is already the first one.
|
Modifier and Type | Class and Description |
---|---|
class |
Ratings |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and 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 |
TextImage
Wraps the TextImage foundation component, providing methods for editing it.
|
class |
Title
Wraps the Title foundation component, providing methods for editing it.
|
Modifier and Type | Class and 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 |
Modifier and Type | Class and Description |
---|---|
class |
ColCtrl
Created with IntelliJ IDEA.
|
Modifier and Type | Method and Description |
---|---|
<T extends AbstractComponent> |
ColCtrl.addComponent(Class<T> componentClass,
int colNum) |
Modifier and Type | Class and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
TagCloud |
Modifier and Type | Class and Description |
---|---|
class |
ExperienceFragmentCmp
Experience Fragment Component
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.