Appends all of the elements in the specified Collection to the end of
this list, in the order that they are returned by the
specified Collection's Iterator.
This will add an operation to the busyOperation vector
We will set the cursor to busy when the first element is added to this vector
Creation date: (1/28/00 4:09:52 PM)
Maps a data class to a field class, so that future invocations of the
getFieldClassForDataClass() method with the data class as the
argument will return the field class.
Creates a new AddRowRequest that will create a new row of the given
type and for the given table and put the row into the session to allow
editing and inserting of the new row.
Deprecated.row shouldn't know how to display html stuff - moved logic back into htmltable, eventually we could check
the row to see if its property group has a css to use and use that if needed
Deprecated.row shouldn't know how to display html stuff - moved logic back into htmltable, eventually we could check
the row to see if its property group has a css to use and use that if needed
Appends HTML code for the JavaScript and hidden fields needed for
Row and Field selection without radio buttons or checkboxes to track
which object has been selected.
Deprecated.This method is no longer supported as of (5/23/2003). It was
replaced with HTMLGenerator.appendParagraphHeading(String,
StringBuffer). This method will be removed on (01/01/2004).
!!C MT (4/23/2003 1:10:27 PM) This class is almost the same as the planetj.html.HTMLSelect.appendSelect and should
be revised when the HTML design of WOW is reworked.
Allow auto trimming on a field on insert and update
For example if a field is "Tyler" and the max length of that
field is 2 defined by the FD is 2, if AUTO_TRIM_ON_WRITE
is true, "Tyler" would be trimmed to "Ty" and inserted or updated.