|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldTemplate | |
---|---|
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.dummy | |
com.silverpeas.form.filter | |
com.silverpeas.form.importExport | |
com.silverpeas.form.record | |
com.silverpeas.templatedesigner.control | |
com.silverpeas.util | |
com.silverpeas.workflow.engine.dataRecord | |
org.silverpeas.contribution.web |
Uses of FieldTemplate in com.silverpeas.form |
---|
Methods in com.silverpeas.form that return FieldTemplate | |
---|---|
FieldTemplate |
RecordTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate[] |
RecordTemplate.getFieldTemplates()
Returns all the field templates. |
Methods in com.silverpeas.form that return types with arguments of type FieldTemplate | |
---|---|
List<FieldTemplate> |
AbstractForm.getFieldTemplates()
Gets the template of all of the fields that made this form. |
Methods in com.silverpeas.form with parameters of type FieldTemplate | |
---|---|
void |
FieldDisplayer.display(PrintWriter out,
T field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
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. |
int |
FieldDisplayer.getNbHtmlObjectsDisplayed(FieldTemplate template,
PagesContext pagesContext)
Return the number of HTML Objects displayed by the displayer. |
protected Field |
AbstractForm.getSureField(FieldTemplate fieldTemplate,
DataRecord record,
int occurrence)
|
static void |
Util.includeFileNameLengthChecker(FieldTemplate template,
PagesContext pageContext,
PrintWriter out)
|
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. |
Uses of FieldTemplate in com.silverpeas.form.displayers |
---|
Methods in com.silverpeas.form.displayers with parameters of type FieldTemplate | |
---|---|
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)
|
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)
|
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 FieldTemplate in com.silverpeas.form.dummy |
---|
Classes in com.silverpeas.form.dummy that implement FieldTemplate | |
---|---|
class |
DummyFieldTemplate
A dummy FieldTemplate. |
Methods in com.silverpeas.form.dummy that return FieldTemplate | |
---|---|
FieldTemplate |
DummyRecordTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate[] |
DummyRecordTemplate.getFieldTemplates()
Returns all the field templates. |
Uses of FieldTemplate in com.silverpeas.form.filter |
---|
Methods in com.silverpeas.form.filter with parameters of type FieldTemplate | |
---|---|
void |
FilterManager.addFieldParameter(String fieldName,
FieldTemplate field)
|
Uses of FieldTemplate in com.silverpeas.form.importExport |
---|
Methods in com.silverpeas.form.importExport with parameters of type FieldTemplate | |
---|---|
String |
FormTemplateImportExport.manageFileField(ForeignPK pk,
String userId,
String xmlFieldValue,
FieldTemplate fieldTemplate)
|
Uses of FieldTemplate in com.silverpeas.form.record |
---|
Classes in com.silverpeas.form.record that implement FieldTemplate | |
---|---|
class |
GenericFieldTemplate
A generic FieldTemplate implementation. |
Methods in com.silverpeas.form.record that return FieldTemplate | |
---|---|
FieldTemplate |
IdentifiedRecordTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate |
GenericRecordTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate[] |
IdentifiedRecordTemplate.getFieldTemplates()
Returns all the field templates. |
FieldTemplate[] |
GenericRecordTemplate.getFieldTemplates()
Returns all the field templates. |
Methods in com.silverpeas.form.record that return types with arguments of type FieldTemplate | |
---|---|
List<FieldTemplate> |
GenericRecordTemplate.getFieldList()
|
Methods in com.silverpeas.form.record with parameters of type FieldTemplate | |
---|---|
void |
GenericRecordTemplate.addFieldTemplate(FieldTemplate fieldTemplate)
Adds a new field template at the end of this record template. |
Method parameters in com.silverpeas.form.record with type arguments of type FieldTemplate | |
---|---|
void |
GenericRecordTemplate.setFieldList(List<FieldTemplate> fieldList)
|
Uses of FieldTemplate in com.silverpeas.templatedesigner.control |
---|
Methods in com.silverpeas.templatedesigner.control that return FieldTemplate | |
---|---|
FieldTemplate |
TemplateDesignerSessionController.getField(String fieldName)
|
Methods in com.silverpeas.templatedesigner.control that return types with arguments of type FieldTemplate | |
---|---|
Iterator<FieldTemplate> |
TemplateDesignerSessionController.getFields()
|
Methods in com.silverpeas.templatedesigner.control with parameters of type FieldTemplate | |
---|---|
void |
TemplateDesignerSessionController.addField(FieldTemplate field)
|
void |
TemplateDesignerSessionController.addField(FieldTemplate field,
int index)
|
void |
TemplateDesignerSessionController.updateField(FieldTemplate field)
|
Uses of FieldTemplate in com.silverpeas.util |
---|
Fields in com.silverpeas.util declared as FieldTemplate | |
---|---|
static FieldTemplate[] |
ArrayUtil.EMPTY_FIELD_TEMPLATE_ARRAY
|
Uses of FieldTemplate in com.silverpeas.workflow.engine.dataRecord |
---|
Classes in com.silverpeas.workflow.engine.dataRecord that implement FieldTemplate | |
---|---|
class |
ActionActorTemplate
A ActionActorTemplate builds fields giving the title of a process instance. |
class |
ActionDateTemplate
A ActionDateTemplate builds fields giving the title of a process instance. |
class |
ActionLabelTemplate
A ActionLabelTemplate builds fields giving the title of a process instance. |
class |
ItemTemplate
A ItemTemplate builds fields giving the title of a process instance. |
class |
ProcessInstanceFieldTemplate
A ProcessInstanceFieldTemplate describes a field of a process instance. |
class |
StateTemplate
A StateTemplate builds fields giving the current state of a process instance. |
class |
TitleTemplate
A TitleTemplate builds fields giving the title of a process instance. |
class |
UserInfoTemplate
A UserInfoTemplate builds fields giving information about user |
Fields in com.silverpeas.workflow.engine.dataRecord declared as FieldTemplate | |
---|---|
FieldTemplate |
IndexedFieldTemplate.fieldTemplate
|
Methods in com.silverpeas.workflow.engine.dataRecord that return FieldTemplate | |
---|---|
FieldTemplate |
ProcessInstanceRowTemplate.getFieldTemplate(int fieldIndex)
Returns the FieldTemplate at the given position |
FieldTemplate |
ProcessInstanceRecordTemplate.getFieldTemplate(int fieldIndex)
Returns the FieldTemplate at the given position |
FieldTemplate |
ProcessInstanceRowTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate |
ProcessInstanceRecordTemplate.getFieldTemplate(String fieldName)
Returns the FieldTemplate of the named field. |
FieldTemplate[] |
ProcessInstanceRowTemplate.getFieldTemplates()
Returns all the field templates. |
FieldTemplate[] |
ProcessInstanceRecordTemplate.getFieldTemplates()
Returns all the field templates. |
Constructors in com.silverpeas.workflow.engine.dataRecord with parameters of type FieldTemplate | |
---|---|
IndexedFieldTemplate(int index,
FieldTemplate fieldTemplate)
|
Uses of FieldTemplate in org.silverpeas.contribution.web |
---|
Methods in org.silverpeas.contribution.web with parameters of type FieldTemplate | |
---|---|
protected FormFieldValueEntity |
AbstractContributionResource.getFormFieldValue(FieldTemplate fieldTemplate,
DataRecord data,
String lang)
Gets the value of a field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |