. The default is "0" (no table width attribute)
!!A KGetting (12/05/2005)
getUpdateLinkText
public java.lang.String getUpdateLinkText()
getURI
public java.lang.String getURI(HttpServletRequest pRequest)
getViewURI
public java.lang.String getViewURI()
hasQuickLinks
public boolean hasQuickLinks(RowCollection rc,
HttpServletRequest request)
- Check whether or not there are any quick links.
isAllowDeleteAllRows
public boolean isAllowDeleteAllRows()
- Deprecated. use isDisplayDeleteAllRows() instead
isAllowMultipleDelete
public boolean isAllowMultipleDelete()
isAllowNextAndPrevious
public boolean isAllowNextAndPrevious()
- Deprecated. use isDisplayNextAndPrevious() instead
isAllowPrint
public boolean isAllowPrint()
- Deprecated. use isDisplayPrint() instead
isAllowRowCopy
public boolean isAllowRowCopy()
- Deprecated. use isDisplayRowCopy instead
isAllowViewDetails
public boolean isAllowViewDetails()
- Deprecated. use isDisplayViewDetails() instead
isColumnSortingEnabled
public boolean isColumnSortingEnabled()
- Deprecated. use isDisplaySortingLinks() instead
isCopyRCToTableLink
public boolean isCopyRCToTableLink()
- Creation date: (1/23/2002 4:52:01 PM)
- Returns:
- boolean
isDataOnly
public boolean isDataOnly()
- Return true if only the raw data should be returned for the table.
isDataOnly
public boolean isDataOnly(HttpServletRequest req)
- Return true if only the raw data should be returned for the table.
isDisplayChartLink
public boolean isDisplayChartLink()
- Checks to see if a chart link can be displayed.
isDisplayColumnHeaders
public boolean isDisplayColumnHeaders()
- Tests if the column headers should be displayed
isDisplayDelete
public boolean isDisplayDelete()
- Tests whether or not the Delete button should be displayed
isDisplayDeleteAllRows
public boolean isDisplayDeleteAllRows()
- Tests if the "Delete All" button should be displayed
isDisplayEdit
public boolean isDisplayEdit()
- Tests if the Edit button should be displayed
isDisplayEditFDs
public boolean isDisplayEditFDs()
- Tests if links for editing the field descriptor for columns should be
displayed
isDisplayExcelLink
public boolean isDisplayExcelLink()
- Tests if a link for viewing the table's contents in Excel should be
displayed
isDisplayExcelXlsLink
public boolean isDisplayExcelXlsLink()
- Tests if a link for sending contents as Excel file should be displayed
isDisplayGrid
public boolean isDisplayGrid()
- Tests if the gird spearating cells in the table should be displayed
isDisplayInsert
public boolean isDisplayInsert()
- Tests if the Insert button should be displayed
isDisplayMagicLinks
public boolean isDisplayMagicLinks()
throws DataEngineException
- Deprecated. because no one is calling it and isDisplayEditFDs() might
return true even if no FD's are being displayed (because they
are only displayed when an app is launched from the builder)
- Tests if any magic links should be displayed. This method just looks at
each individual magic link, and if any are set to be displayed,then it
returns true
- Throws:
DataEngineException
isDisplayMSAccessLink
public boolean isDisplayMSAccessLink()
- Tests if a link for exporting the table's contents to MS Access should be
displayed
isDisplayMSWordLink
public boolean isDisplayMSWordLink()
- Tests if a link for viewing the table's contents in MS Word should be
displayed
isDisplayNextAndPrevious
public boolean isDisplayNextAndPrevious()
- Sets whether or not the "next" and "previous" links to the next and
previous RowCollections should be displayed.
isDisplayPDFLink
public boolean isDisplayPDFLink()
- Tests if a link for viewing the table's contents as a PDF should be
displayed
isDisplayPrint
public boolean isDisplayPrint()
- Tests if the Print magic link should be displayed
isDisplayRefresh
public boolean isDisplayRefresh()
- Tests if a link for refreshing the table should be displayed
isDisplayRemove
public boolean isDisplayRemove()
- Tests if the Remove button should be displayed
isDisplayRemoveAll
public boolean isDisplayRemoveAll()
- Tests whether or not the Remove All button should be displayed
isDisplayRow
public boolean isDisplayRow(Row row)
- Determines if the Row should be displayed or not. By default, all rows
are displayed, although subclasses may override this method.
isDisplayRowCopy
public boolean isDisplayRowCopy()
- Tests whether or not the HTML generated table should include the Copy Row
button
isDisplaySortingLinks
public boolean isDisplaySortingLinks()
- Tests if links for sorting on a column of the table should be displayed
isDisplayUpdateableButton
public boolean isDisplayUpdateableButton()
- This method was added as a temporary fix and should not be used for
anything if possible.
isDisplayViewDetails
public boolean isDisplayViewDetails()
- Tests if the View Details button should be displayed
isDisplayWhiteSortLinks
public boolean isDisplayWhiteSortLinks()
- Tests if white sorting links should be used - the default is to use black
ones
isDisplayXMLLink
public boolean isDisplayXMLLink()
- Tests if a link for viewing the table's contents as XML should be
displayed
isEditFDQuickLinkEnabled
public boolean isEditFDQuickLinkEnabled()
- Gets whether or not a quick link can be created to allow to navigation to
the FDManager where a field/column's FD can be edited.
isFieldEditable
public boolean isFieldEditable(Field field,
Row row,
ExecutingContext ec,
HttpServletRequest request)
- Tests to see if the specified field is editable in the table. This method
takes into account all the operation properties, as well as the current
status of the row & field and is the final calculation to determine
whether or not an input field will be used to display this field's
contents.
isIgnoreRowCollectionProperties
public boolean isIgnoreRowCollectionProperties()
- Check to see if the RowCollection's properties should be ignored when
when generating results.
- Returns:
- true if RowCollection properties are to be ignored when
generating results; false otherwise
isIncludeDataEngineJS
public boolean isIncludeDataEngineJS()
- Check if DataEngien JavaScript should be generated along with any HTML
elements by this HTML table generator.
- Returns:
isInsertable
public boolean isInsertable()
- Tests if the table's contents can be inserted directly from the table.
isInternalPaging
public boolean isInternalPaging()
- Tests if we are using internal paging. This is where all rows exist in
one RowCollection, and each page displayed contains a subset of those
rows
isMagicDelete
public boolean isMagicDelete()
- Deprecated. use isDisplayDelete() instead
isMagicEdit
public boolean isMagicEdit()
- Deprecated. use isDisplayEdit() instead
isMagicEditFDs
public boolean isMagicEditFDs()
- Deprecated. use isDisplayEditFDs() instead
isMagicExcelLink
public boolean isMagicExcelLink()
- Deprecated. use isDisplayExcelLink() instead
isMagicInsert
public boolean isMagicInsert()
- Deprecated. use isDisplayInsert() instead
isMagicMSWordLink
public boolean isMagicMSWordLink()
- Deprecated. use isDisplayMSWordLink() instead
isMagicPDFLink
public boolean isMagicPDFLink()
- Deprecated. use isDisplayPDFLink() instead
isMagicRefresh
public boolean isMagicRefresh()
- Deprecated. use isDisplayRefresh() instead
isMagicSortingLinks
public boolean isMagicSortingLinks()
- Deprecated. use isDisplaySortingLinks() instead
isMagicXMLLink
public boolean isMagicXMLLink()
- Deprecated. use isDisplayXMLLink() instead
isMultipleSelection
public boolean isMultipleSelection()
isNoSelection
public boolean isNoSelection()
isSelectableRecords
public boolean isSelectableRecords()
- Insert the method's description here. Creation date: (2/7/2003 4:14:27
PM)
- Returns:
- boolean
isShowHeader
public boolean isShowHeader()
- Deprecated. use isDisplayColumnHeaders() instead
isShowRowFunctionsOnLeftSide
public boolean isShowRowFunctionsOnLeftSide()
isShowRowFunctionsOnRightSide
public boolean isShowRowFunctionsOnRightSide()
isShowSelection
public boolean isShowSelection()
- !!TF by WK (11/7/2002 12:51:44 PM) remove after dynamic generic actions
are complete.
isSingleSelection
public boolean isSingleSelection()
isUpdateable
public boolean isUpdateable()
- Tests if all of the table's contents can be updated directly from the
table. (This method just checks with the table to see if it allows
updates; the table's contents may not allow themselves to be updated.)
isUpdateable
public boolean isUpdateable(java.lang.String columnName)
- Deprecated. Use the
isFieldEditable(Field,Row,ExecutingContext,HttpServletRequest)
method instead
- Tests if the specified column of the table's contents can be updated
directly from the table. (This method just checks to see if the table is
okay with updating the specified column - that column may choose not to
allow itself to be updated.)
isUsedDefaultCSS
public boolean isUsedDefaultCSS()
- Check to see if default results CSS should be included in generation when
no request and response are provided.
isUseWhiteSortLinks
public boolean isUseWhiteSortLinks()
isWrapHeaders
public boolean isWrapHeaders()
- Check to see if column headers should be wrapped.
prepareActions
public void prepareActions(RowCollection rc,
ExecutingContext ec)
- Creates the actions that will be generated with this table.
setAllMagicLinks
public void setAllMagicLinks(boolean onOrOff)
- Deprecated. use setAllTableLinks() instead
setAllowDeleteAllRows
public void setAllowDeleteAllRows(boolean pAllowDeleteAllRows)
- Deprecated. use setDisplayDeleteAllRows() instead
setAllowMultipleDelete
public void setAllowMultipleDelete(boolean pAllowMultipleDelete)
setAllowNextAndPrevious
public void setAllowNextAndPrevious(boolean pAllowNextAndPrevious)
- Deprecated. use setDisplayNextAndPrevious() instead
setAllowPrint
public void setAllowPrint(boolean pAllowPrint)
- Deprecated. use setDisplayPrint() instead
setAllowRowCopy
public void setAllowRowCopy(boolean pAllowRowCopy)
- Deprecated. use setDisplayRowCopy instead
setAllowViewDetails
public void setAllowViewDetails(boolean pAllowViewDetails)
- Deprecated. use setDisplayViewDetails() instead
setAllRowFunctions
public void setAllRowFunctions(boolean onOrOff)
- Convenience method to turn on or off all row functions
setAllTableLinks
public void setAllTableLinks(boolean onOrOff)
- Convenience method to turn on or off all the magic links which operate on
the contents of the entire table
setBorder
public void setBorder(int newBorder)
- Deprecated.
setCellPadding
public void setCellPadding(int newCellPadding)
- Deprecated.
setCellSpaceing
public void setCellSpaceing(int newCellSpaceing)
- Deprecated.
setCopyLinkText
public void setCopyLinkText(java.lang.String pCopyLinkText)
- Sets text for copy button.
setCopyRCToTableLink
public void setCopyRCToTableLink(boolean newCopyRCToTableLink)
- Creation date: (1/23/2002 4:52:01 PM)
- Parameters:
newCopyRCToTableLink
- boolean
setCopyURI
public void setCopyURI(java.lang.String copyURI)
setDataOnly
public void setDataOnly(boolean dataOnly)
- Set true if only the raw data should be returned for the table.
setDeleteAllLinkText
public void setDeleteAllLinkText(java.lang.String pDeleteAllLinkText)
- Sets text for delete all button.
setDeleteLinkText
public void setDeleteLinkText(java.lang.String pDeleteLinkText)
- Sets text for delete button.
setDisplayChartLink
public void setDisplayChartLink(boolean displayChart)
- Sets if a chart link is able to be displayed.
setDisplayDelete
public void setDisplayDelete(boolean pDisplayDelete)
- Sets whether or not the Delete button should be displayed
setDisplayDeleteAllRows
public void setDisplayDeleteAllRows(boolean pDisplayDeleteAllRows)
- Sets if the "Delete All" button should be displayed
setDisplayEdit
public void setDisplayEdit(boolean pDisplayEdit)
- Sets if the Edit button should be displayed
setDisplayEditFDs
public void setDisplayEditFDs(boolean pDisplayEditFDs)
- Sets if links for editing the field descriptor for columns should be
displayed
setDisplayExcelLink
public void setDisplayExcelLink(boolean newDisplayExcelLink)
- Sets if a link for viewing the table's contents in Excel should be
displayed
setDisplayExcelXlsLink
public void setDisplayExcelXlsLink(boolean newDisplayExcelXlsLink)
- Sets if a link for sending table's contents as an Excel file should be
displayed
setDisplayGrid
public void setDisplayGrid(boolean pDisplayGrid)
- Sets if the grid separating cells of the table should be displayed
setDisplayInsert
public void setDisplayInsert(boolean pDisplayInsert)
- Sets if the Insert button should be displayed
setDisplayMSAccessLink
public void setDisplayMSAccessLink(boolean display)
- Tests if a link for exporting the table's contents to MS Access should be
displayed
setDisplayMSWordLink
public void setDisplayMSWordLink(boolean newDisplayMSWordLink)
- Sets if a link for viewing the table's contents in MS Word should be
displayed
setDisplayNextAndPrevious
public void setDisplayNextAndPrevious(boolean pDisplayNextAndPrevious)
- Sets whether or not the "next" and "previous" links to the next and
previous RowCollections should be displayed.
setDisplayPDFLink
public void setDisplayPDFLink(boolean newDisplayPDFLink)
- Sets if a link for viewing the table's contents as a PDF should be
displayed
setDisplayPrint
public void setDisplayPrint(boolean pDisplayPrint)
- Sets if the Print magic link should be displayed
setDisplayRefresh
public void setDisplayRefresh(boolean newDisplayRefresh)
- Sets if a link for refreshing the table should be displayed
setDisplayRemove
public void setDisplayRemove(boolean remove)
- Sets if the Remove button should be displayed
setDisplayRemoveAll
public void setDisplayRemoveAll(boolean pRemoveAll)
- Sets if the Remove All button should be displayed
setDisplayRowCopy
public void setDisplayRowCopy(boolean pDisplayRowCopy)
- Sets if the Copy Row button should be displayed
setDisplaySortingLinks
public void setDisplaySortingLinks(boolean newDisplaySortingLinks)
- Sets if links for sorting on a column of the table should be displayed
setDisplayUpdateableButton
public void setDisplayUpdateableButton(boolean displayButton)
- This method was added as a temporary fix and should not be used for
anything if possible.
setDisplayViewDetails
public void setDisplayViewDetails(boolean pDisplayViewDetails)
- Sets if the View Details button should be displayed
setDisplayWhiteSortLinks
public void setDisplayWhiteSortLinks(boolean usewhite)
- Sets if white sorting links should be displayed - the default is to
display black ones
setDisplayXMLLink
public void setDisplayXMLLink(boolean newDisplayXMLLink)
- Sets if a link for viewing the table's contents as XML should be
displayed
setEditableFieldNames
public void setEditableFieldNames(java.util.List fieldNames)
- Sets the names of the fields which this table allows to be edited. (Note
that this method just checks to see if the table is okay with the fields
being edited - the fields themselves may not allow updates).
setEditLinkText
public void setEditLinkText(java.lang.String pEditLinkText)
- Sets text for edit button.
setEditURI
public void setEditURI(java.lang.String pEditURI)
setExcludedFieldNames
public void setExcludedFieldNames(java.util.List names)
setFieldNames
public void setFieldNames(java.util.List names)
setFirstRowIndex
public void setFirstRowIndex(int mFirstRow)
- Sets the mFirstRow.
- Parameters:
mFirstRow
- The mFirstRow to set
setGridWidth
public void setGridWidth(int width)
- Deprecated.
setIgnoreRowCollectionProperties
public void setIgnoreRowCollectionProperties(boolean ignore)
- Set whether or not to ignore the RowCollection's properties when
generating results.
- Parameters:
ignore
- flag to indicate if RowCollection properties are ignored
when generating results
setIncludeDataEngineJS
public void setIncludeDataEngineJS(boolean includeDataEngineJS)
- Check if DataEngien JavaScript should be generated along with any HTML
elements by this HTML table generator.
- Parameters:
includeDataEngineJS
- whether or not to include JavaScript for
generated HTML elements.
setInsertable
public void setInsertable(boolean insertable)
- Set table contents to allow or disallow inserting directly from the
table.
setInsertLinkText
public void setInsertLinkText(java.lang.String pInsertLinkText)
- Sets text for insert button.
setInsertURI
public void setInsertURI(java.lang.String pInsertURI)
setInternalPagingText
public void setInternalPagingText(java.lang.String text)
- Sets the test used with internal paging to tell the user how many records
there are
setMagicDelete
public void setMagicDelete(boolean pMagicDelete)
- Deprecated. Use setDisplayDelete() instead
setMagicEdit
public void setMagicEdit(boolean pMagicEdit)
- Deprecated. use setDisplayEdit() instead
setMagicEditFDs
public void setMagicEditFDs(boolean pMagicEditFDs)
- Deprecated. use setDisplayEditFDs() instead
setMagicExcelLink
public void setMagicExcelLink(boolean newMagicExcelLink)
- Deprecated. use setDisplayExcelLink() instead
setMagicInsert
public void setMagicInsert(boolean pMagicInsert)
- Deprecated. use setDisplayInsert() instead
setMagicMSWordLink
public void setMagicMSWordLink(boolean newMagicMSWordLink)
- Deprecated. use setDisplayMSWordLink() instead
setMagicPDFLink
public void setMagicPDFLink(boolean newMagicPDFLink)
- Deprecated. use setDisplayPDFLink() instead
setMagicRefresh
public void setMagicRefresh(boolean newMagicRefresh)
- Deprecated. use setDisplayRefresh() instead
setMagicSortingLinks
public void setMagicSortingLinks(boolean newMagicSortingLinks)
- Deprecated. use setDisplaySortingLinks() instead
setMagicXMLLink
public void setMagicXMLLink(boolean newMagicXMLLink)
- Deprecated. use setDisplayXMLLink() instead
setNextPreviousJustify
public void setNextPreviousJustify(java.lang.String newNextPreviousJustify)
setNoRecordsFoundText
public void setNoRecordsFoundText(java.lang.String text)
- Sets the text to display when there are no records
setPrintURI
public void setPrintURI(java.lang.String uri)
setProperties
public void setProperties(ChartSpecificationPG chartSpecs)
- Sets any details display properties for this HTML table. (e.g. - pages to
call for insert, edit, view, copy)
setProperties
public void setProperties(DetailDisplayPropertyGroup properties)
- Sets any details display properties for this HTML table. (e.g. - pages to
call for insert, edit, view, copy)
setProperties
public void setProperties(DisplayColumnsPropertyGroup properties)
- Sets any display column properties for this HTML table.
setProperties
public void setProperties(PropertyGroupList pList)
- Sets the properties of this HTML table. This is done by getting the
"TableDisplay" PropertyGroup objects out of the list and passing them to
the setProperties(TableDisplayPropertyGroup) method.
setProperties
public void setProperties(TableDisplayPropertyGroup pProperties)
setRowCollectionId
public void setRowCollectionId(java.lang.String rcId)
setRowId
public void setRowId(java.lang.String pRowId)
setRows
public void setRows(RowCollection rows)
- Sets the rows (RowCollection) to be used in populating the data for the
table.
- Parameters:
rows
- RowCollection
setRowsAndProperties
public void setRowsAndProperties(RowCollection rc,
HttpServletRequest request)
- Sets the rows (RowCollection) to be used in populating the data for the
table.
setRowSelectionJavascript
public void setRowSelectionJavascript(java.lang.String newRowSelectionJavascript)
- Sets the name of the Javascript function to call when a row is selected.
This should just be the function's name, without any parentheses. When
the use makes a selection, the index of the selected row will be passed
into this Javascript function.
setRowsToDisplay
public void setRowsToDisplay(int mRowsToDisplay)
- Sets the mRowsToDisplay.
- Parameters:
mRowsToDisplay
- The mRowsToDisplay to set
setSelectableRecords
public void setSelectableRecords(boolean value)
- Insert the method's description here. Creation date: (2/7/2003 4:15:06
PM)
- Parameters:
value
- boolean
setSelectedRows
public void setSelectedRows(java.util.List rows)
- Sets the rows which should be rendered as already being selected
setSelectionType
public void setSelectionType(int newSelectionType)
- Insert the method's description here. Creation date: (8/19/01 4:30:37 PM)
- Parameters:
newSelectionType
- int
setShowHeader
public void setShowHeader(boolean pShowHeader)
setShowRowFunctionsOnLeftSide
public void setShowRowFunctionsOnLeftSide(boolean onOrOff)
setShowRowFunctionsOnRightSide
public void setShowRowFunctionsOnRightSide(boolean onOrOff)
setShowSelection
public void setShowSelection(boolean newMShowSelection)
- !!TF by WK (11/7/2002 12:52:32 PM) remove after dynamic generic actions
are complete
setStyleSheetLink
public void setStyleSheetLink(java.lang.String pStyleSheetLink)
setTableId
public void setTableId(java.lang.String newTableId)
- Set table Id where the newTableId is the variable being set to mTableId
from the html table Used for excel web query. Creation date: (8/5/2003
10:49:54 AM)
setTableUpdateable
public void setTableUpdateable(boolean pTableUpdateable)
- Deprecated. use setUpdateable() instead
setTableWidth
public void setTableWidth(java.lang.String newTableWidth)
- Sets the width of the table -
. The default is 0 (no table width attribute)
!!A KGetting (12/05/2005)
setUpdateable
public void setUpdateable(boolean pUpdateable)
- Sets if all of the table's contents can be updated directly from the
table. (Note that this method just checks to see if the table is okay
with the fields being updated - the fields themselves may not allow
updates).
setUpdateableFieldNames
public void setUpdateableFieldNames(java.util.List fieldNames)
- Deprecated. To avoid confusion this method has been renamed
setEditableFieldNames
- Sets the names of the fields which this table allows to be edited. (Note
that this method just checks to see if the table is okay with the fields
being edited - the fields themselves may not allow updates). A null List
means everything can be edited; an empty List means nothing can be edited
setUpdateLinkText
public void setUpdateLinkText(java.lang.String pUpdateLinkText)
- Sets text for update button.
setURI
public void setURI(java.lang.String pURI)
setUsedDefaultCSS
public void setUsedDefaultCSS(boolean include)
- Set whether or not the default results CSS should be included in
generation when no request and response are provided. Defaults to true.
- Parameters:
include
- true if default CSS should be included in generation;
false otherwise
setUseWhiteSortLinks
public void setUseWhiteSortLinks(boolean usewhite)
- Deprecated. use setDisplayWhiteSortLinks() instead
setViewLinkText
public void setViewLinkText(java.lang.String pViewLinkText)
- Sets text for view button.
setViewURI
public void setViewURI(java.lang.String pViewURI)
setWrapHeaders
public void setWrapHeaders(boolean wrap)
- Set whether or not column headers should be wrapped.