|
||||||||||
| 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 | |
| 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 |
DateField
A TextField stores a text value. |
class |
DateFieldImpl
A TextFieldImpl stores use a String attribute to store its value. |
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 |
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||