public class ProfilePrimaryURL extends AbstractComponent
/libs/foundation/components/profile/form/contact
in the repository for implementation details.Modifier and Type | Field and Description |
---|---|
static String |
PROP_COLS |
static String |
PROP_COLS_VALUE |
static String |
PROP_CONSTRAINT_MESSAGE |
static String |
PROP_CONSTRAINT_MESSAGE_VALUE |
static String |
PROP_CONSTRAINT_TYPE |
static String |
PROP_CONSTRAINT_TYPE_VALUE |
static String |
PROP_DEFAULT_INITIAL |
static String |
PROP_DEFAULT_INITIAL_VALUE |
static String |
PROP_DESCRIPTION |
static String |
PROP_DESCRIPTION_VALUE |
static String |
PROP_NAME |
static String |
PROP_NAME_VALUE |
static String |
PROP_REQUIRED |
static String |
PROP_REQUIRED_MESSAGE |
static String |
PROP_REQUIRED_MESSAGE_VALUE |
static String |
PROP_REQUIRED_VALUE |
static String |
PROP_ROWS |
static String |
PROP_ROWS_VALUE |
static String |
PROP_TITLE |
static String |
PROP_TITLE_VALUE |
static String |
PROP_WIDTH |
static String |
PROP_WIDTH_VALUE |
static String |
RESOURCE_TYPE |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
ProfilePrimaryURL(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 PROP_TITLE
public static final String PROP_NAME
public static final String PROP_DESCRIPTION
public static final String PROP_COLS
public static final String PROP_ROWS
public static final String PROP_WIDTH
public static final String PROP_REQUIRED
public static final String PROP_REQUIRED_MESSAGE
public static final String PROP_CONSTRAINT_TYPE
public static final String PROP_CONSTRAINT_MESSAGE
public static final String PROP_DEFAULT_INITIAL
public static final String PROP_TITLE_VALUE
public static final String PROP_NAME_VALUE
public static final String PROP_DESCRIPTION_VALUE
public static final String PROP_COLS_VALUE
public static final String PROP_ROWS_VALUE
public static final String PROP_WIDTH_VALUE
public static final String PROP_REQUIRED_VALUE
public static final String PROP_REQUIRED_MESSAGE_VALUE
public static final String PROP_CONSTRAINT_TYPE_VALUE
public static final String PROP_CONSTRAINT_MESSAGE_VALUE
public static final String PROP_DEFAULT_INITIAL_VALUE
public ProfilePrimaryURL(ComponentClient client, String pagePath, String location, String nameHint)
client
- The ComponentClient that will be used for sending the requests.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 (order,int...)
has been called.public String getResourceType()
AbstractComponent
sling:resourceType
property of the node.getResourceType
in class AbstractComponent
Copyright © 2018. All rights reserved.