Class List
java.lang.Object
com.adobe.cq.testing.client.components.AbstractComponent
com.adobe.cq.testing.client.components.foundation.AbstractFoundationComponent
com.adobe.cq.testing.client.components.foundation.List
Wraps the List foundation component, providing methods for editing it. See
/libs/foundation/components/list
in the repository for implementation details.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
Fields inherited from class com.adobe.cq.testing.client.components.AbstractComponent
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
-
Constructor Summary
ConstructorsConstructorDescriptionList
(ComponentClient client, String pagePath, String location, String nameHint) The constructor stores all the component path information like parentPage, name etc. -
Method Summary
Modifier and TypeMethodDescriptionThe resource type for the component, e.g.Methods inherited from class com.adobe.cq.testing.client.components.AbstractComponent
create, getClient, getComponentNode, getComponentPath, getCreateFormEntity, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setProperty
-
Field Details
-
RESOURCE_TYPE
- See Also:
-
OPT_LIST_FROM_CHILDREN
- See Also:
-
OPT_LIST_FIXED_LIST
- See Also:
-
OPT_LIST_SEARCH
- See Also:
-
OPT_LIST_QUERY_BUILDER
- See Also:
-
PROP_LIST_FROM
- See Also:
-
PROP_PARENT_PAGE
- See Also:
-
PROP_ANCESTOR_PAGE
- See Also:
-
PROP_DISPLAY_AS
- See Also:
-
PROP_ORDER_BY
- See Also:
-
PROP_LIMIT
- See Also:
-
PROP_FEED_ENABLED
- See Also:
-
PROP_PAGE_MAX
- See Also:
-
PROP_SEARCH_IN
- See Also:
-
PROP_PAGES
- See Also:
-
PROP_PAGES_DEL
- See Also:
-
PROP_QUERY
- See Also:
-
PROP_SAVED_QUERY
- See Also:
-
PROP_TAG_SEARCHROOT
- See Also:
-
-
Constructor Details
-
List
The constructor stores all the component path information like parentPage, name etc.- Parameters:
client
- TheFoundationClient
that's creating this instance.pagePath
- path to the page that will contain the component.location
- relative location to the parent node inside the page that will contain the component node.nameHint
- name to be used for the component node. Might get altered by the server if a naming conflict occurs. TheAbstractComponent.getName()
method will return the correct name after(String,int...)
has been called.
-
-
Method Details
-
getResourceType
Description copied from class:AbstractComponent
The resource type for the component, e.g. foundation/components/text. this will be set in thesling:resourceType
property of the node.- Specified by:
getResourceType
in classAbstractComponent
- Returns:
- the resource type
-