Uses of Class
org.silverpeas.core.contribution.content.form.field.JdbcField
-
Packages that use JdbcField Package Description org.silverpeas.core.contribution.content.form.displayers -
-
Uses of JdbcField in org.silverpeas.core.contribution.content.form.displayers
Methods in org.silverpeas.core.contribution.content.form.displayers with parameters of type JdbcField Modifier and Type Method Description void
JdbcFieldDisplayer. display(PrintWriter out, JdbcField field, FieldTemplate template, PagesContext pagesContext)
Prints the HTML value of the field.List<String>
JdbcFieldDisplayer. update(String newValue, JdbcField field, FieldTemplate template, PagesContext pagesContext)
Updates the value of the field.
-