Uses of Interface
org.silverpeas.core.contribution.content.form.Form
-
Packages that use Form Package Description org.silverpeas.core.contact.model org.silverpeas.core.contribution.content.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on.org.silverpeas.core.contribution.content.form.filter org.silverpeas.core.contribution.content.form.form org.silverpeas.core.contribution.template.publication org.silverpeas.core.workflow.api.model org.silverpeas.core.workflow.engine.model org.silverpeas.web.directory.control -
-
Uses of Form in org.silverpeas.core.contact.model
Methods in org.silverpeas.core.contact.model that return Form Modifier and Type Method Description Form
CompleteContact. getUpdateForm()
Form
CompleteContact. getViewForm()
-
Uses of Form in org.silverpeas.core.contribution.content.form
Classes in org.silverpeas.core.contribution.content.form that implement Form Modifier and Type Class Description class
AbstractForm
This abstract class implements the form interface and provides for all concretes classes a default implementation of some displaying methods. -
Uses of Form in org.silverpeas.core.contribution.content.form.filter
Methods in org.silverpeas.core.contribution.content.form.filter that return Form Modifier and Type Method Description Form
FilterManager. getCriteriaForm()
Returns a Form which can be used to select criteria values. -
Uses of Form in org.silverpeas.core.contribution.content.form.form
Classes in org.silverpeas.core.contribution.content.form.form that implement Form Modifier and Type Class Description class
HtmlForm
A Form is an object which can display in HTML the content of a DataRecord to a end user and can retrieve via HTTP any updated values.class
XmlForm
A Form is an object which can display in HTML the content of a DataRecord to a end user and can retrieve via HTTP any updated values.class
XmlSearchForm
A Form is an object which can display in HTML the content of a DataRecord to a end user and can retrieve via HTTP any updated values. -
Uses of Form in org.silverpeas.core.contribution.template.publication
Methods in org.silverpeas.core.contribution.template.publication that return Form Modifier and Type Method Description Form
PublicationTemplateManager. getDirectoryForm(PagesContext context, boolean viewMode)
Form
PublicationTemplateManager. getFormAndData(String xmlFormName, PagesContext context, boolean readOnly)
Form
PublicationTemplate. getSearchForm()
Returns the Form used to search the records built from this template.Form
PublicationTemplateImpl. getSearchForm()
Form
PublicationTemplate. getSearchResultForm()
Returns the Form used to view the search result records built from this template.Form
PublicationTemplateImpl. getSearchResultForm()
Form
PublicationTemplate. getUpdateForm()
Returns the Form used to create and update the records built from this template.Form
PublicationTemplateImpl. getUpdateForm()
Returns the Form used to create and update the records built from this template.Form
PublicationTemplate. getViewForm()
Returns the Form used to view the records built from this template.Form
PublicationTemplateImpl. getViewForm()
Returns the Form used to view the records built from this template. -
Uses of Form in org.silverpeas.core.workflow.api.model
Methods in org.silverpeas.core.workflow.api.model that return Form Modifier and Type Method Description Form
ProcessModel. getPresentationForm(String name, String role, String language)
Returns the Form which be used to publish the named form.Form
ProcessModel. getPublicationForm(String actionName, String role, String language)
Returns the Form which be used to publish the form associated to the named action. -
Uses of Form in org.silverpeas.core.workflow.engine.model
Methods in org.silverpeas.core.workflow.engine.model that return Form Modifier and Type Method Description Form
ProcessModelImpl. getPresentationForm(String name, String roleName, String lang)
Returns the Form which be used to publish the form associated to the named action or form.Form
ProcessModelImpl. getPublicationForm(String actionName, String roleName, String lang)
Returns the Form which be used to publish the form associated to the named action. -
Uses of Form in org.silverpeas.web.directory.control
Methods in org.silverpeas.web.directory.control that return Form Modifier and Type Method Description Form
DirectorySessionController. getExtraForm()
-