|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.html.HTMLElement | +--planetj.html.HTMLRowDetails
!!DA (8/6/2003 3:11:14 PM) documentation needed
Field Summary |
Fields inherited from class planetj.html.HTMLElement |
DISABLED |
Constructor Summary | |
HTMLRowDetails()
|
Method Summary | |
StringBuffer |
appendFieldSetCollectionDetails(FieldSetCollection fieldSetCollection,
Row row,
StringBuffer html,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
StringBuffer |
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 |
generateDetails(FieldSetCollection fsc,
Row row,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generate HTML code for the given FieldSetCollection. |
String |
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. |
String |
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 |
generateDetails(Row row,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates the details for a Row |
int |
getColumnCount()
Gets the number of columns to use when displaying Row details. |
List |
getExcludedFieldNames()
|
List |
getFieldNames()
|
List |
getFieldSets()
|
int |
getMaxInputSize()
Specifies a maximum width of an input field on the screen. |
int |
getMaxInputSizePerRow()
Specifies the maximum sum of the width of all input fields on a row. |
List |
getRowDetailsFields(Row row,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response)
Generates the details for a Row |
String |
getStyleSheet()
Deprecated. no longer used as of (5/28/2003 12:21:19 PM) |
boolean |
isDisplayEditFDs()
Tests if an FD link should be displayed next to the field |
boolean |
isDisplayGrid()
Check if grid should be shown. |
boolean |
isIncludeColonAfterLabel()
Check whether or not to include a colon after the Field's label. |
boolean |
isLabelLeftJusified()
Check whether or not the Field's label should be to the left of the Field being generated. |
boolean |
isUpdateable()
|
void |
setColumnCount(int newColumnCount)
Sets the number of columns to use when displaying Row details. |
void |
setDisplayEditFDs(boolean newDisplayFDLink)
Sets if an FD link should be displayed next to the field |
void |
setDisplayGrid(boolean displayGrid)
Set whether or not to display a grid. |
void |
setExcludedFieldNames(List names)
|
void |
setFieldNames(List names)
|
void |
setFieldSets(List names)
Set the list of fieldSets to use in HTML generation. |
void |
setIncludeColonAfterLabel(boolean includeColon)
Set whether or not to include a colon after the Field's label. |
void |
setLabelLeftJustified(boolean isLeftJustified)
Set whether or not Field labels are displayed to the left of the Field. |
void |
setMaxInputSize(int newMaxInputSize)
Sets the maximum width of an input field on the screen. |
void |
setMaxInputSizePerRow(int newMaxInputSizePerRow)
Sets the maximum sum of the width of all input fields on a row. |
void |
setProperties(DetailDisplayPropertyGroup properties)
Sets any display column properties for this HTML table. |
void |
setProperties(DisplayColumnsPropertyGroup properties)
Sets any display column properties for this HTML table. |
void |
setProperties(PropertyGroupList pList)
Sets the properties of this HTML table. |
void |
setProperties(TableDisplayPropertyGroup pProperties)
|
void |
setStyleSheet(String styleSheet)
Deprecated. |
void |
setUpdateable(boolean pUpdateable)
|
Methods inherited from class planetj.html.HTMLElement |
appendAttribute, appendAttribute, appendExtractableHiddenField, getId, isDisplayField, setId |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public HTMLRowDetails()
Method Detail |
public StringBuffer appendFieldSetCollectionDetails(FieldSetCollection fieldSetCollection, Row row, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
fieldSetCollection
- collection of FieldSets to generate details forrow
- Row containing Fields to generated details forhtml
- buffer to append HTML generated code torequest
- HttpServletRequest from clientresponse
- HttpServletResponse to client
CMException
public StringBuffer appendFieldSetDetails(FieldSet fieldSet, Row row, StringBuffer html, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
row
- Row containing Fields to generated details forhtml
- buffer to append HTML generated code torequest
- HttpServletRequest from clientresponse
- HttpServletResponse to client
CMException
public void setDisplayEditFDs(boolean newDisplayFDLink)
public String generateDetails(FieldSet pFieldSet, Row pRow, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public String generateDetails(FieldSet pFieldSet, Row pRow, boolean includeTags, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public String generateDetails(FieldSetCollection fsc, Row row, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
row
- Row containing Fields to generated details forrequest
- HttpServletRequest from clientresponse
- HttpServletResponse to client
CMException
public String generateDetails(Row row, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public final int getColumnCount()
public List getExcludedFieldNames()
public List getFieldNames()
public List getFieldSets()
public final int getMaxInputSize()
public final int getMaxInputSizePerRow()
public List getRowDetailsFields(Row row, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws CMException
CMException
public String getStyleSheet()
public boolean isDisplayEditFDs()
public boolean isIncludeColonAfterLabel()
public boolean isLabelLeftJusified()
public boolean isUpdateable()
public boolean isDisplayGrid()
public void setColumnCount(int newColumnCount)
public void setDisplayGrid(boolean displayGrid)
public void setExcludedFieldNames(List names)
public void setFieldNames(List names)
public void setFieldSets(List names)
public void setIncludeColonAfterLabel(boolean includeColon)
public void setLabelLeftJustified(boolean isLeftJustified)
isLeftJustified
- true to display labels to the left; otherwise false
which displays them above the Fieldspublic void setMaxInputSize(int newMaxInputSize)
public void setMaxInputSizePerRow(int newMaxInputSizePerRow)
public void setProperties(DetailDisplayPropertyGroup properties)
public void setProperties(DisplayColumnsPropertyGroup properties)
public void setProperties(TableDisplayPropertyGroup pProperties)
public void setProperties(PropertyGroupList pList)
public void setStyleSheet(String styleSheet)
public void setUpdateable(boolean pUpdateable)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |