org.silverpeas.contribution.web
Class FormEntity
java.lang.Object
org.silverpeas.contribution.web.AbstractContentEntity
org.silverpeas.contribution.web.FormEntity
- All Implemented Interfaces:
- Exposable, Serializable
public class FormEntity
- extends AbstractContentEntity
- Author:
- Yohann Chastagnier
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FormEntity
protected FormEntity()
createFrom
public static FormEntity createFrom(String formId)
- Creates a new form entity from the specified form.
- Parameters:
formId
-
- Returns:
- the entity representing the specified form.
getFormId
protected String getFormId()
getRenderedView
protected String getRenderedView()
getFields
protected Map<String,FormFieldEntity> getFields()
addFormField
public FormEntity addFormField(FormFieldEntity formField)
withRenderedView
public FormEntity withRenderedView(String renderedView)
Copyright © 2016 Silverpeas. All Rights Reserved.