|
|||||||||||
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(java.lang.String pName)
Gets the FieldSet with the specified name |
FieldSet |
FieldSetCollection.removeFieldSet(FieldSet pFS)
Removes a FieldSet object to this FieldSetCollection |
FieldSet |
FieldSet.getFieldSetForGivenFields(java.util.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 | |
java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetDetails(FieldSet fieldSet,
Row row,
java.lang.StringBuffer html,
HttpServletRequest request,
HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
protected java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetHeaderRow(FieldSet fs,
int columnSpan,
java.lang.StringBuffer html)
Deprecated. replaced with appendFieldSetHeaderRow(FieldSet,Row,int,StringBuffer,HttpServletRequest) |
protected java.lang.StringBuffer |
HTMLRowDetails.appendFieldSetHeaderRow(FieldSet fs,
Row row,
int columnSpan,
java.lang.StringBuffer html,
HttpServletRequest req)
Appends a FieldSets header to the StringBuffer containing the generated HTML code. |
java.lang.String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with generateFieldSetDetails(FieldSet, Row, boolean, HttpServletRequest, HttpServletResponse) |
java.lang.String |
HTMLRowDetails.generateDetails(FieldSet pFieldSet,
Row pRow,
boolean includeTags,
HttpServletRequest request,
HttpServletResponse response)
Deprecated. - replaced with generateFieldSetDetails(FieldSet, Row, boolean, HttpServletRequest, HttpServletResponse) |
java.lang.String |
HTMLRowDetails.generateFieldSetDetails(FieldSet pFieldSet,
Row pRow,
boolean includeTags,
HttpServletRequest request,
HttpServletResponse response)
Generates the details for using only a field set. |
int |
HTMLRowDetails.getColumnCount(FieldSet fs)
Gets the number of columns to use when displaying Row details for a specific field set. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |