public class End extends AbstractComponent
Modifier and Type | Field and Description |
---|---|
static String |
PROP_DESCRIPTION |
static String |
PROP_RESET |
static String |
PROP_RESET_DELETE |
static String |
PROP_RESET_TITLE |
static String |
PROP_SUBMIT |
static String |
PROP_SUBMIT_DELETE |
static String |
PROP_SUBMIT_TITLE |
static String |
RESOURCE_TYPE |
static String |
TYPE_RESET |
static String |
TYPE_SUBMIT |
changeProperties, client, componentPath, DEFAULT_LOCATION, jsonNode, location, pagePath
Constructor and Description |
---|
End(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.
|
Start |
getStartComponent()
Returns the start component wrapper that corresponds to this end component
|
protected void |
setStartComponent(Start start)
Internal method to set the start component that belongs to this end component
|
void |
setSubmitButtons(String submitTitle,
String resetTitle)
Convenience method to create submit and reset buttons for the form.
|
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 TYPE_SUBMIT
public static final String TYPE_RESET
public static final String PROP_SUBMIT
public static final String PROP_RESET
public static final String PROP_SUBMIT_DELETE
public static final String PROP_RESET_DELETE
public static final String PROP_SUBMIT_TITLE
public static final String PROP_RESET_TITLE
public static final String PROP_DESCRIPTION
public End(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
protected void setStartComponent(Start start)
start
- reference to the corresponding start componentpublic Start getStartComponent()
Copyright © 2018. All rights reserved.