|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PagesContext | |
---|---|
com.silverpeas.form | Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. |
com.silverpeas.form.displayers | |
com.silverpeas.form.fieldType | |
com.silverpeas.form.form |
Uses of PagesContext in com.silverpeas.form |
---|
Methods in com.silverpeas.form with parameters of type PagesContext | |
---|---|
void |
AbstractForm.display(javax.servlet.jsp.JspWriter out,
PagesContext pagesContext)
Prints this form into the specified JSP writer according to the specified records of data that populate the form fields. |
void |
Form.display(javax.servlet.jsp.JspWriter out,
PagesContext pagesContext)
|
abstract void |
AbstractForm.display(javax.servlet.jsp.JspWriter out,
PagesContext pagesContext,
DataRecord record)
Prints this form into the specified JSP writer according to the specified records of data that populate the form fields. |
void |
Form.display(javax.servlet.jsp.JspWriter out,
PagesContext pagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
void |
FieldDisplayer.display(PrintWriter out,
T field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
AbstractForm.displayScripts(javax.servlet.jsp.JspWriter jw,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new values given to the data record fields. |
void |
Form.displayScripts(javax.servlet.jsp.JspWriter out,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new values given to the data record fields. |
void |
FieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
static void |
Util.getJavascriptChecker(String fieldName,
PagesContext pageContext,
PrintWriter out)
|
int |
FieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Return the number of HTML Objects displayed by the displayer. |
static void |
Util.includeFileNameLengthChecker(FieldTemplate template,
PagesContext pageContext,
PrintWriter out)
|
boolean |
AbstractForm.isEmpty(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
Is the form is empty? |
boolean |
Form.isEmpty(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
|
static void |
Util.printOneMoreInputSnippet(String fieldName,
PagesContext pageContext,
PrintWriter out)
|
String |
Form.toString(PagesContext pagesContext,
DataRecord record)
|
List<String> |
AbstractForm.update(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
List<String> |
Form.update(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
List<String> |
AbstractForm.update(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext,
boolean updateWysiwyg)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
List<String> |
Form.update(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext,
boolean updateWysiwyg)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
List<String> |
FieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
T field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
FieldDisplayer.update(String value,
T field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
AbstractForm.updateWysiwyg(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
List<String> |
Form.updateWysiwyg(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
Updates the values of the dataRecord using the RecordTemplate to extra control information (readOnly or mandatory status). |
Constructors in com.silverpeas.form with parameters of type PagesContext | |
---|---|
PagesContext(PagesContext pc)
|
Uses of PagesContext in com.silverpeas.form.displayers |
---|
Methods in com.silverpeas.form.displayers with parameters of type PagesContext | |
---|---|
protected void |
AbstractTextFieldDisplayer.addMandatoryScript(StringBuilder script,
FieldTemplate template,
PagesContext pageContext)
|
protected void |
AbstractTextFieldDisplayer.addSpecificScript(PrintWriter out,
FieldTemplate template,
PagesContext pageContext)
|
void |
EmailFieldDisplayer.addSpecificScript(PrintWriter out,
FieldTemplate template,
PagesContext pageContext)
|
protected void |
AbstractFileFieldDisplayer.deleteAttachment(String attachmentId,
PagesContext pageContext)
Deletes the specified attachment, identified by its unique identifier.? |
void |
AccessPathFieldDisplayer.display(PrintWriter out,
AccessPathField field,
FieldTemplate template,
PagesContext PagesContext)
Prints the HTML value of the field. |
void |
DateFieldDisplayer.display(PrintWriter out,
DateField field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
ExplorerFieldDisplayer.display(PrintWriter out,
ExplorerField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
TextDisplayer.display(PrintWriter out,
Field field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
FileFieldDisplayer.display(PrintWriter out,
FileField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
ImageFieldDisplayer.display(PrintWriter out,
FileField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
VideoFieldDisplayer.display(PrintWriter out,
FileField field,
FieldTemplate template,
PagesContext pagesContext)
|
void |
GroupFieldDisplayer.display(PrintWriter out,
GroupField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
JdbcFieldDisplayer.display(PrintWriter out,
JdbcField field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
JdbcRefFieldDisplayer.display(PrintWriter out,
JdbcRefField field,
FieldTemplate template,
PagesContext pagesContext)
|
void |
LdapFieldDisplayer.display(PrintWriter out,
LdapField field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
MultipleUserFieldDisplayer.display(PrintWriter out,
MultipleUserField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
PdcFieldDisplayer.display(PrintWriter out,
PdcField field,
FieldTemplate template,
PagesContext pagesContext)
|
void |
PdcUserFieldDisplayer.display(PrintWriter out,
PdcUserField field,
FieldTemplate template,
PagesContext PagesContext)
Prints the HTML value of the field. |
void |
SequenceFieldDisplayer.display(PrintWriter out,
SequenceField field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
PdcPositionsFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext context)
Prints the HTML value of the field. |
void |
CheckBoxDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
Prints the HTML value of the field. |
void |
TextFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
WysiwygFCKFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
UrlFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
UniqueIdFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
|
void |
EmailFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
MapFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
RadioButtonDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
TimeFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
ListBoxFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
Prints the HTML value of the field. |
void |
TextAreaFieldDisplayer.display(PrintWriter out,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
Prints the HTML value of the field. |
void |
UserFieldDisplayer.display(PrintWriter out,
UserField field,
FieldTemplate template,
PagesContext pageContext)
Prints the HTML value of the field. |
void |
PdcPositionsFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
ExplorerFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pageContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
AccessPathFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
PdcFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
|
void |
JdbcFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
AbstractTextFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
CheckBoxDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
JdbcRefFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
|
void |
WysiwygFCKFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
UniqueIdFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
|
void |
SequenceFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Since the field is always in readonly state, no javascripts are needed to control the value given to the field. |
void |
LdapFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
GroupFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
RadioButtonDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
UserFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
DateFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
TimeFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
AbstractFileFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext pageContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
PdcUserFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
ListBoxFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
MultipleUserFieldDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
TextDisplayer.displayScripts(PrintWriter out,
FieldTemplate template,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new value given to the named field. |
void |
WysiwygFCKFieldDisplayer.duplicateContent(Field field,
FieldTemplate template,
PagesContext pageContext,
String newObjectId)
|
int |
PdcPositionsFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
ExplorerFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pageContext)
|
int |
AccessPathFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
FileFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Method declaration |
int |
PdcFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
JdbcFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
AbstractTextFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
CheckBoxDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
JdbcRefFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
WysiwygFCKFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
UniqueIdFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
SequenceFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Returns the number of returned html objects. |
int |
LdapFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
GroupFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Method declaration |
int |
ImageFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Method declaration |
int |
RadioButtonDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
UserFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pageContext)
|
int |
DateFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
TimeFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
PdcUserFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Method declaration |
int |
ListBoxFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
VideoFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
int |
MultipleUserFieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Method declaration |
int |
TextDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
|
protected String |
AbstractFileFieldDisplayer.processInput(List<org.apache.commons.fileupload.FileItem> items,
FileField field,
PagesContext pageContext)
|
protected String |
AbstractFileFieldDisplayer.processUploadedFile(List<org.apache.commons.fileupload.FileItem> items,
String parameterName,
PagesContext pagesContext)
|
List<String> |
ExplorerFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
ExplorerField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
AbstractFileFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
FileField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
GroupFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
GroupField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
MultipleUserFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
MultipleUserField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
PdcPositionsFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
TextField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
CheckBoxDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
TextField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
AbstractFieldDisplayer.update(List<org.apache.commons.fileupload.FileItem> items,
T field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
AccessPathFieldDisplayer.update(String newValue,
AccessPathField field,
FieldTemplate template,
PagesContext PagesContext)
Updates the value of the field. |
List<String> |
DateFieldDisplayer.update(String newValue,
DateField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
ExplorerFieldDisplayer.update(String newId,
ExplorerField field,
FieldTemplate template,
PagesContext pageContext)
|
List<String> |
TextDisplayer.update(String newValue,
Field field,
FieldTemplate template,
PagesContext PagesContext)
Updates the value of the field. |
List<String> |
AbstractFileFieldDisplayer.update(String attachmentId,
FileField field,
FieldTemplate template,
PagesContext pagesContext)
|
List<String> |
GroupFieldDisplayer.update(String newId,
GroupField field,
FieldTemplate template,
PagesContext pagesContext)
|
List<String> |
JdbcFieldDisplayer.update(String newValue,
JdbcField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
JdbcRefFieldDisplayer.update(String value,
JdbcRefField field,
FieldTemplate template,
PagesContext pagesContext)
|
List<String> |
LdapFieldDisplayer.update(String newValue,
LdapField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
MultipleUserFieldDisplayer.update(String newIds,
MultipleUserField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
PdcFieldDisplayer.update(String value,
PdcField field,
FieldTemplate template,
PagesContext pagesContext)
|
List<String> |
PdcUserFieldDisplayer.update(String newId,
PdcUserField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
SequenceFieldDisplayer.update(String value,
SequenceField field,
FieldTemplate template,
PagesContext pagesContext)
Updates the value of the field. |
List<String> |
PdcPositionsFieldDisplayer.update(String values,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
|
List<String> |
AbstractTextFieldDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
|
List<String> |
CheckBoxDisplayer.update(String values,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
|
List<String> |
WysiwygFCKFieldDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext pageContext)
Updates the value of the field. |
List<String> |
UniqueIdFieldDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext pagesContext)
|
List<String> |
RadioButtonDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
Updates the value of the field. |
List<String> |
TimeFieldDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
|
List<String> |
ListBoxFieldDisplayer.update(String newValue,
TextField field,
FieldTemplate template,
PagesContext PagesContext)
|
List<String> |
UserFieldDisplayer.update(String newId,
UserField field,
FieldTemplate template,
PagesContext pageContext)
|
Uses of PagesContext in com.silverpeas.form.fieldType |
---|
Methods in com.silverpeas.form.fieldType with parameters of type PagesContext | |
---|---|
static void |
TextFieldImpl.printSuggestionsIncludes(PagesContext pageContext,
String fieldName,
PrintWriter out)
|
static void |
TextFieldImpl.printSuggestionsScripts(PagesContext pageContext,
String fieldName,
List<String> suggestions,
PrintWriter out)
|
Uses of PagesContext in com.silverpeas.form.form |
---|
Methods in com.silverpeas.form.form with parameters of type PagesContext | |
---|---|
void |
XmlForm.display(javax.servlet.jsp.JspWriter jw,
PagesContext pageContext,
DataRecord record)
|
void |
XmlSearchForm.display(javax.servlet.jsp.JspWriter jw,
PagesContext pagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
void |
HtmlForm.display(javax.servlet.jsp.JspWriter jw,
PagesContext pagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
void |
XmlSearchForm.displayScripts(javax.servlet.jsp.JspWriter jw,
PagesContext PagesContext)
Prints the javascripts which will be used to control the new values given to the data record fields. |
boolean |
XmlSearchForm.isEmpty(List<org.apache.commons.fileupload.FileItem> items,
DataRecord record,
PagesContext pagesContext)
|
String |
XmlForm.toString(PagesContext pagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
String |
XmlSearchForm.toString(PagesContext pagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
String |
HtmlForm.toString(PagesContext PagesContext,
DataRecord record)
Prints the HTML layout of the dataRecord using the RecordTemplate to extract labels and extra informations. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |