|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldSet | |
planetj.database.field | |
planetj.html |
Uses of FieldSet in planetj.database.field |
Methods in planetj.database.field that return FieldSet | |
FieldSet |
FieldSetCollection.addFieldSet(FieldSet pFS)
Adds a new FieldSet to this FieldSetCollection, replacing any previous FieldSet with the same name |
FieldSet |
FieldSetCollection.getFieldSet(String pName)
Gets the FieldSet with the specified name |
FieldSet |
FieldSetCollection.removeFieldSet(FieldSet pFS)
Removes a FieldSet object to this FieldSetCollection |
FieldSet |
FieldSet.getFieldSetForGivenFields(List pFieldNames)
Get a FieldSet that contains only the given fields. |
Methods in planetj.database.field with parameters of type FieldSet | |
FieldSet |
FieldSetCollection.addFieldSet(FieldSet pFS)
Adds a new FieldSet to this FieldSetCollection, replacing any previous FieldSet with the same name |
FieldSet |
FieldSetCollection.removeFieldSet(FieldSet pFS)
Removes a FieldSet object to this FieldSetCollection |
Uses of FieldSet in planetj.html |
Methods in planetj.html with parameters of type FieldSet | |
StringBuffer |
HTMLRowDetails.appendFieldSetDetails(FieldSet fieldSet,
Row row,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates the details for a using only a field set. |
String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
boolean includeTags,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates the details for a using only a field set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |