|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Field | |
---|---|
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.fieldType | |
com.silverpeas.form.filter | |
com.silverpeas.form.record | |
com.silverpeas.workflow.api.instance | |
com.silverpeas.workflow.engine.dataRecord | |
com.silverpeas.workflow.engine.instance |
Uses of Field in com.silverpeas.form |
---|
Classes in com.silverpeas.form with type parameters of type Field | |
---|---|
interface |
FieldDisplayer<T extends Field>
A FieldDisplayer is an object which can display in HTML the content of a field to a end user and can retrieve via HTTP any updated value. |
Classes in com.silverpeas.form that implement Field | |
---|---|
class |
AbstractField
|
Methods in com.silverpeas.form that return Field | |
---|---|
Field |
FieldTemplate.getEmptyField()
Returns an empty Field built on this template. |
Field |
FieldTemplate.getEmptyField(int occurrence)
|
Field |
DataRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
Field |
DataRecord.getField(String fieldName)
Returns the named field. |
Field |
DataRecord.getField(String fieldName,
int occurrence)
|
protected Field |
AbstractForm.getSureField(FieldTemplate fieldTemplate,
DataRecord record,
int occurrence)
|
Uses of Field in com.silverpeas.form.displayers |
---|
Classes in com.silverpeas.form.displayers with type parameters of type Field | |
---|---|
class |
AbstractFieldDisplayer<T extends Field>
|
class |
AbstractTextFieldDisplayer<T extends Field>
|
Methods in com.silverpeas.form.displayers with parameters of type Field | |
---|---|
void |
TextDisplayer.display(PrintWriter out,
Field field,
FieldTemplate template,
PagesContext pagesContext)
Prints the HTML value of the field. |
void |
WysiwygFCKFieldDisplayer.duplicateContent(Field field,
FieldTemplate template,
PagesContext pageContext,
String newObjectId)
|
List<String> |
TextDisplayer.update(String newValue,
Field field,
FieldTemplate template,
PagesContext PagesContext)
Updates the value of the field. |
Uses of Field in com.silverpeas.form.dummy |
---|
Methods in com.silverpeas.form.dummy that return Field | |
---|---|
Field |
DummyFieldTemplate.getEmptyField()
Returns an empty Field built on this template. |
Field |
DummyFieldTemplate.getEmptyField(int occurrence)
|
Field |
DummyDataRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
Field |
DummyDataRecord.getField(String fieldName)
Returns the named field. |
Field |
DummyDataRecord.getField(String fieldName,
int occurrence)
|
Constructors in com.silverpeas.form.dummy with parameters of type Field | |
---|---|
DummyDataRecord(Field field)
|
|
DummyFieldTemplate(Field field)
|
Uses of Field in com.silverpeas.form.fieldType |
---|
Classes in com.silverpeas.form.fieldType that implement Field | |
---|---|
class |
AccessPathField
An AccessPathField stores the current access path of the form |
class |
DateField
A TextField stores a text value. |
class |
DateFieldImpl
A TextFieldImpl stores use a String attribute to store its value. |
class |
ExplorerField
An ExplorerField stores a node reference. |
class |
FileField
A FileField stores an attachment reference. |
class |
GroupField
A GroupField stores a group reference. |
class |
JdbcField
A JdbcField stores a value of database field. |
class |
JdbcRefField
|
class |
LdapField
A LdapField stores a value of ldap field. |
class |
MultipleUserField
A UserField stores user references. |
class |
PdcField
A PDC field describes the positions on axis of PDC of a publication. |
class |
PdcUserField
A PdcUserField stores a the users references |
class |
SequenceField
|
class |
TextField
A TextField stores a text value. |
class |
TextFieldImpl
A TextFieldImpl stores use a String attribute to store its value. |
class |
UserField
A UserField stores a user reference. |
Uses of Field in com.silverpeas.form.filter |
---|
Methods in com.silverpeas.form.filter with parameters of type Field | |
---|---|
boolean |
GreaterThenFilter.match(Field tested)
Returns true if the given field is greater then the reference. |
boolean |
EqualityFilter.match(Field tested)
Returns true if the given field equals the reference. |
boolean |
FieldFilter.match(Field testedField)
Returns true if the given field match this Filter criteria. |
boolean |
LessThenFilter.match(Field tested)
Returns true if the given field is less then the reference. |
boolean |
LikeFilter.match(Field tested)
|
Constructors in com.silverpeas.form.filter with parameters of type Field | |
---|---|
EqualityFilter(Field reference)
An Equality Filter is built upon a reference field |
|
GreaterThenFilter(Field reference)
An GreaterThen Filter is built upon a reference field |
|
LessThenFilter(Field reference)
An LessThen Filter is built upon a reference field |
|
LikeFilter(Field reference)
A Like Filter is built upon a reference field |
Uses of Field in com.silverpeas.form.record |
---|
Methods in com.silverpeas.form.record that return Field | |
---|---|
Field |
GenericFieldTemplate.getEmptyField()
Returns an empty Field built on this template. |
Field |
GenericFieldTemplate.getEmptyField(int occurrence)
|
Field |
GenericDataRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
Field |
GenericDataRecord.getField(String fieldName)
Returns the named field. |
Field |
GenericDataRecord.getField(String fieldName,
int occurrence)
|
Field[] |
GenericDataRecord.getFields()
Returns all the fields |
Uses of Field in com.silverpeas.workflow.api.instance |
---|
Methods in com.silverpeas.workflow.api.instance that return Field | |
---|---|
Field |
ProcessInstance.getField(String fieldName)
|
Methods in com.silverpeas.workflow.api.instance with parameters of type Field | |
---|---|
void |
UpdatableProcessInstance.setField(String name,
Field value)
|
Uses of Field in com.silverpeas.workflow.engine.dataRecord |
---|
Classes in com.silverpeas.workflow.engine.dataRecord that implement Field | |
---|---|
class |
DateRoField
A read only DateField |
class |
TextRoField
A read only TextField |
Methods in com.silverpeas.workflow.engine.dataRecord that return Field | |
---|---|
Field[] |
ProcessInstanceRowTemplate.buildFieldsArray()
Builds a Field[] with the correct size(). |
Field[] |
ProcessInstanceRecordTemplate.buildFieldsArray()
Builds a Field[] with the correct size(). |
Field |
ProcessInstanceFieldTemplate.getEmptyField()
Throws an illegal call exception, since an empty field can't be built from this template. |
Field |
ProcessInstanceFieldTemplate.getEmptyField(int occurrence)
|
Field |
LazyProcessInstanceDataRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
Field |
AbstractProcessInstanceDataRecord.getField(int fieldIndex)
|
Field |
ProcessInstanceRowRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
Field |
ProcessInstanceDataRecord.getField(int fieldIndex)
Returns the field at the index position in the record. |
abstract Field |
ProcessInstanceFieldTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
StateTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
ActionActorTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
ActionDateTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
UserInfoTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
ActionLabelTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
TitleTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
ItemTemplate.getField(ProcessInstance instance)
Returns a field built from this template and filled from the given process instance. |
Field |
LazyProcessInstanceDataRecord.getField(String fieldName)
Returns the named field. |
Field |
AbstractProcessInstanceDataRecord.getField(String fieldName)
|
Field |
ProcessInstanceRowRecord.getField(String fieldName)
Returns the named field. |
Field |
ProcessInstanceDataRecord.getField(String fieldName)
Returns the named field. |
Field |
AbstractProcessInstanceDataRecord.getField(String fieldName,
int occurrence)
|
Uses of Field in com.silverpeas.workflow.engine.instance |
---|
Methods in com.silverpeas.workflow.engine.instance that return Field | |
---|---|
Field |
ProcessInstanceImpl.getField(String fieldName)
Returns the required field from the folder. |
Methods in com.silverpeas.workflow.engine.instance with parameters of type Field | |
---|---|
void |
ProcessInstanceImpl.setField(String fieldName,
Field copiedField)
Update the named field with the value of the given field. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |