| 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use FieldSetCollection | |
| planetj.database.field | |
| planetj.html | |
| Uses of FieldSetCollection in planetj.database.field | 
| Methods in planetj.database.field that return FieldSetCollection | |
 FieldSetCollection | 
FieldSetCollection.getFieldSetCollectionForGivenFields(java.util.List pFieldNames,
                                    boolean pShowEmpty)
Get a FieldSetCollection that contains only fields sets that contain the given fields.  | 
| Methods in planetj.database.field with parameters of type FieldSetCollection | |
 int | 
FieldSetCollection.compareTo(FieldSetCollection pFS)
Compares this FieldSetCollection with another by examining their names.  | 
| Uses of FieldSetCollection in planetj.html | 
| Methods in planetj.html with parameters of type FieldSetCollection | |
 java.lang.StringBuffer | 
HTMLRowDetails.appendFieldSetCollectionDetails(FieldSetCollection fieldSetCollection,
                                Row row,
                                java.lang.StringBuffer html,
                                HttpServletRequest request,
                                HttpServletResponse response)
Generate HTML code for the given FieldSetCollection.  | 
protected  java.lang.StringBuffer | 
HTMLRowDetails.appendFieldSetCollectionFooter(FieldSetCollection fsc,
                               Row row,
                               boolean tabParent,
                               java.lang.StringBuffer html,
                               HttpServletRequest req,
                               HttpServletResponse res)
Appends footer information onto a field set collection  | 
 java.lang.String | 
HTMLRowDetails.generateDetails(FieldSetCollection fsc,
                Row row,
                HttpServletRequest request,
                HttpServletResponse response)
Deprecated. - replaced with appendFieldSetCollectionDetails(FieldSetCollection, Row, StringBuffer, HttpServletRequest, HttpServletResponse)  | 
  | 
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||