| Modifier and Type | Method and Description |
|---|---|
void |
EditMetadataSchema.addNewFieldForm(Division div,
String schemaName,
List<String> errors)
Add a form prompting the user to add a new field to the this schema.
|
void |
EditMetadataSchema.addUpdateFieldForm(Division div,
String schemaName,
int fieldID,
List<String> errors)
Update an existing field by promting the user for it's values.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSearch.buildSearchControls(Division div) |
protected void |
AbstractSearch.buildSearchResultsDivision(Division search)
Attach a division to the given search division named "search-results"
which contains results for this search query.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSearch.buildMainForm(Division searchDiv)
Build the main form that should be the only form that the user interface requires
This form will be used for all discovery queries, filters, ....
|
protected void |
AbstractSearch.buildSearchControls(Division div) |
protected void |
AbstractSearch.buildSearchResultsDivision(Division search)
Attach a division to the given search division named "search-results"
which contains results for this search query.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
EPersonUtils.forgottProgressList(Division form,
int step)
Create a progress list for the forgot password workflow.
|
static void |
EPersonUtils.registrationProgressList(Division form,
int step)
Create a progress list for the registration workflow.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractStatisticsDataTransformer.addDisplayTable(Division mainDiv,
StatisticsTable display,
boolean addRowTitles,
String[] valueMessagePrefixes)
Adds a table layout to the page
|
protected void |
AbstractStatisticsDataTransformer.addTimeFilter(Division mainDivision) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReportGenerator.addReportGeneratorForm(Division parentDivision,
org.apache.cocoon.environment.Request request) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStep.addSubmissionProgressList(Division div)
Add a submission progress list to the current div for this step.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccessStepUtil.addTablePolicies(Division div,
DSpaceObject dso) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
VersionNoticeTransformer.addVersionNotice(Division division,
Item item,
Message head,
Message content,
boolean addItemUrl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractXMLUIAction.addWorkflowItemInformation(Division div,
Item item,
org.apache.cocoon.environment.Request request) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
WorkflowOverviewTransformer.buildSearchControls(Division div) |
protected void |
WorkflowOverviewTransformer.buildSearchResultsDivision(Division div)
Attach a division to the given search division named "search-results"
which contains results for this search query.
|
| Modifier and Type | Method and Description |
|---|---|
Division |
Body.addDivision(String name)
Append a new division (div element) to the document's body.
|
Division |
Division.addDivision(String name)
Add a sub division for further logical grouping of content.
|
Division |
Body.addDivision(String name,
String rend)
Append a new division (div element) to the document's body.
|
Division |
Division.addDivision(String name,
String rend)
Add a sub division for further logical grouping of content.
|
Division |
Division.addInteractiveDivision(String name,
String action,
String method)
Add an interactive sub division for further logical grouping of content
without specifying special rendering instructions.
|
Division |
Body.addInteractiveDivision(String name,
String action,
String method,
String rend)
Append a new interactive division (div element) to the document's body.
|
Division |
Division.addInteractiveDivision(String name,
String action,
String method,
String rend)
Add an interactive sub division for further logical grouping of content.
|
Copyright © 2016 DuraSpace. All Rights Reserved.