public class Slideshow extends AbstractFoundationComponent
/libs/foundation/components/slideshow
in the repository for implementation details.Modifier and Type | Field and Description |
---|---|
static String |
PROP_HREF |
static String |
PROP_IMAGE1_REF |
static String |
PROP_IMAGE1_TITLE |
static String |
PROP_IMAGE2_REF |
static String |
PROP_IMAGE2_TITLE |
static String |
PROP_IMAGE3_REF |
static String |
PROP_IMAGE3_TITLE |
static String |
PROP_SLIDESHOW_HEIGHT |
static String |
PROP_SLIDESHOW_WIDTH |
static String |
PROP_TITLE |
static String |
PROP_TYPE |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
Slideshow(ComponentClient client,
String pagePath,
String location,
String nameHint)
The constructor stores all the component path information like parentPage, name etc.
|
Modifier and Type | Method and Description |
---|---|
org.apache.sling.testing.clients.util.FormEntityBuilder |
getCreateFormEntity(String order)
Adds an additional parameter
parentResourceType to get properly inherited styles. |
String |
getResourceType()
The resource type for the component, e.g.
|
create, getClient, getComponentNode, getComponentPath, getFirstChild, getLocation, getName, getNext, getNextNodePath, getPagePath, getParentPath, getPrevious, getPreviousNodePath, getProperty, getPropertyAsString, getPropertyAsStringArray, reorder, save, setProperty, setProperty
public static final String RESOURCE_TYPE
public static final String PROP_HREF
public static final String PROP_TYPE
public static final String PROP_TITLE
public static final String PROP_IMAGE1_REF
public static final String PROP_IMAGE1_TITLE
public static final String PROP_IMAGE2_REF
public static final String PROP_IMAGE2_TITLE
public static final String PROP_IMAGE3_REF
public static final String PROP_IMAGE3_TITLE
public static final String PROP_SLIDESHOW_WIDTH
public static final String PROP_SLIDESHOW_HEIGHT
public Slideshow(ComponentClient client, String pagePath, String location, String nameHint)
client
- The FoundationClient
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. The AbstractComponent.getName()
method will return the correct name after
AbstractComponent.create(String,int...)
has been called.public org.apache.sling.testing.clients.util.FormEntityBuilder getCreateFormEntity(String order)
parentResourceType
to get properly inherited styles.getCreateFormEntity
in class AbstractComponent
order
- the orderpublic String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
Copyright © 2018. All rights reserved.