public class List extends AbstractFoundationComponent
/libs/foundation/components/list
in the repository for implementation details.Modifier and Type | Field and Description |
---|---|
static String |
OPT_LIST_FIXED_LIST |
static String |
OPT_LIST_FROM_CHILDREN |
static String |
OPT_LIST_QUERY_BUILDER |
static String |
OPT_LIST_SEARCH |
static String |
PROP_ANCESTOR_PAGE |
static String |
PROP_DISPLAY_AS |
static String |
PROP_FEED_ENABLED |
static String |
PROP_LIMIT |
static String |
PROP_LIST_FROM |
static String |
PROP_ORDER_BY |
static String |
PROP_PAGE_MAX |
static String |
PROP_PAGES |
static String |
PROP_PAGES_DEL |
static String |
PROP_PARENT_PAGE |
static String |
PROP_QUERY |
static String |
PROP_SAVED_QUERY |
static String |
PROP_SEARCH_IN |
static String |
PROP_TAG_SEARCHROOT |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
List(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 |
---|---|
String |
getResourceType()
The resource type for the component, e.g.
|
create, getClient, getComponentNode, getComponentPath, getCreateFormEntity, 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 OPT_LIST_FROM_CHILDREN
public static final String OPT_LIST_FIXED_LIST
public static final String OPT_LIST_SEARCH
public static final String OPT_LIST_QUERY_BUILDER
public static final String PROP_LIST_FROM
public static final String PROP_PARENT_PAGE
public static final String PROP_ANCESTOR_PAGE
public static final String PROP_DISPLAY_AS
public static final String PROP_ORDER_BY
public static final String PROP_LIMIT
public static final String PROP_FEED_ENABLED
public static final String PROP_PAGE_MAX
public static final String PROP_SEARCH_IN
public static final String PROP_PAGES
public static final String PROP_PAGES_DEL
public static final String PROP_QUERY
public static final String PROP_SAVED_QUERY
public static final String PROP_TAG_SEARCHROOT
public List(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 (String,int...)
has been called.public String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
Copyright © 2018. All rights reserved.