Uses of Interface
com.silverpeas.form.Form

Packages that use Form
com.silverpeas.form Defines the interface of all of the objects that represent forms, fields, templates describing forms, and so on. 
com.silverpeas.form.filter   
com.silverpeas.form.form   
com.silverpeas.publicationTemplate   
com.silverpeas.workflow.api.model   
com.silverpeas.workflow.engine.model   
com.stratelia.webactiv.util.contact.model   
 

Uses of Form in com.silverpeas.form
 

Classes in com.silverpeas.form that implement Form
 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 com.silverpeas.form.filter
 

Methods in com.silverpeas.form.filter that return Form
 Form FilterManager.getCriteriaForm()
          Returns a Form which can be used to select criteria values.
 

Uses of Form in com.silverpeas.form.form
 

Classes in com.silverpeas.form.form that implement Form
 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 com.silverpeas.publicationTemplate
 

Methods in com.silverpeas.publicationTemplate that return Form
 Form PublicationTemplateImpl.getSearchForm()
           
 Form PublicationTemplate.getSearchForm()
          Returns the Form used to search the records built from this template.
 Form PublicationTemplateImpl.getSearchResultForm()
           
 Form PublicationTemplate.getSearchResultForm()
          Returns the Form used to view the search result records built from this template.
 Form PublicationTemplateImpl.getUpdateForm()
          Returns the Form used to create and update the records built from this template.
 Form PublicationTemplate.getUpdateForm()
          Returns the Form used to create and update the records built from this template.
 Form PublicationTemplateImpl.getViewForm()
          Returns the Form used to view the records built from this template.
 Form PublicationTemplate.getViewForm()
          Returns the Form used to view the records built from this template.
 

Uses of Form in com.silverpeas.workflow.api.model
 

Methods in com.silverpeas.workflow.api.model that return Form
 Form ProcessModel.getPresentationForm(String name, String role, String language)
          Returns the com.silverpeas.form.Form which be used to publish the named form.
 Form ProcessModel.getPublicationForm(String actionName, String role, String language)
          Returns the com.silverpeas.form.Form which be used to publish the form associated to the named action.
 

Uses of Form in com.silverpeas.workflow.engine.model
 

Methods in com.silverpeas.workflow.engine.model that return Form
 Form ProcessModelImpl.getPresentationForm(String name, String roleName, String lang)
          Returns the com.silverpeas.form.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 com.silverpeas.form.Form which be used to publish the form associated to the named action.
 

Uses of Form in com.stratelia.webactiv.util.contact.model
 

Methods in com.stratelia.webactiv.util.contact.model that return Form
 Form CompleteContact.getUpdateForm()
           
 Form CompleteContact.getViewForm()
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.