Class Text
- 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.Text
-
public class Text extends AbstractFoundationComponent
Wraps the Text foundation component, providing methods for editing it. See/libs/foundation/components/textin the repository for implementation details.
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROP_CSS_CLASSstatic StringPROP_FILTER_XSSstatic StringPROP_OLD_CSS_CLASSstatic StringPROP_TEXTstatic StringPROP_TEXT_IS_RICHstatic StringRESOURCE_TYPE-
Fields inherited from class com.adobe.cq.testing.client.components.AbstractComponent
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
-
-
Constructor Summary
Constructors Constructor Description Text(ComponentClient client, String pagePath, String location, String nameHint)The constructor stores all the component path information like parentPage, name etc.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetResourceType()The 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 Detail
-
RESOURCE_TYPE
public static final String RESOURCE_TYPE
- See Also:
- Constant Field Values
-
PROP_TEXT
public static final String PROP_TEXT
- See Also:
- Constant Field Values
-
PROP_TEXT_IS_RICH
public static final String PROP_TEXT_IS_RICH
- See Also:
- Constant Field Values
-
PROP_CSS_CLASS
public static final String PROP_CSS_CLASS
- See Also:
- Constant Field Values
-
PROP_OLD_CSS_CLASS
public static final String PROP_OLD_CSS_CLASS
- See Also:
- Constant Field Values
-
PROP_FILTER_XSS
public static final String PROP_FILTER_XSS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Text
public Text(ComponentClient client, String pagePath, String location, String nameHint)
The constructor stores all the component path information like parentPage, name etc.- Parameters:
client- TheFoundationClientthat'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 Detail
-
getResourceType
public String getResourceType()
Description copied from class:AbstractComponentThe resource type for the component, e.g. foundation/components/text. this will be set in thesling:resourceTypeproperty of the node.- Specified by:
getResourceTypein classAbstractComponent- Returns:
- the resource type
-
-