This adds the ConditionalComposite to the chain AND makes it the active ConditionalComposite to
which all subsequent Conditionals are added to until the paren level changes.
Creates a new instance of ArrayConverter and when convert is called if true is passed the
array passed into the convert method will be used in place to contain the resulting data, thus
saving the the array creation for the output.
Creates an instance that allows for column converters to be set by name, and allows the
developer to indicate whether they want the output array to be the original array or not
This class is used internal to the ArrayFilter, and ArrayComparator classes to allow them
to locate array entries by a column lable as opposed to an index.
Constructor that takes the column to compare as well as a Comparable object that it will
be compared against, and the next conditional in the decorator chain.
Constructor that takes the col number that should be compared and the Object that the
column should be Compared against, as well as the next Conditional in the decorator chaing.
This class looks for the Object passed to the convert method in a HashMap and replaces this key with the
associated value in the Map (if key then replace with value).
Constructor that takes the map that the convert method uses to see what keys to replace with what
values as well as the next Converter in the decorator chain.
This class takes any Object the inherits from the Number class (BigDecimal, BigInteger,
Byte, Double, Float, Integer, Long, and Short) and converts it to a formatted
string based on the NumberFormat that is passed to the constructor or if the no arg constructor
is used based on the default NumberFormatter returned by NumberFormat.getInstance().
This class is used to represent an x, y coordinate system by the FormattedDataSet API at runtime
to find which DataSet's are registered at a particular coordinate.
Some objects such as Boolean() do not implement the Comparator interface and so equals comparisons
could not be called, so when an Object that doesn't implement Comparator is passed with a type of =, or
== this method was created.
Use modulo math to determine if this element (which could be a row, col etc) is odd or even and take
appropriate action by placing the "odd" or "even" template variable contents into the text buffer.
Using the specified data (which has to either implement TabularData or have been checked into the TabularData factory)
display an html drop down listbox.
Using the specified data (which has to either implement TabularData or have been checked into the TabularData factory)
display an html drop down listbox.
Execute a query against the default DataSource (jdbc/DataSource) and format the results by using
the specified template, also accepting a Map which can be used to specify dynamic template
variables.
Using the specified data (which can either be a TabularData interface or an Object that can implement this interface)
display an html listbox (extra info may be passed in to the template via a Map).
Use the specified header and body to display an html multi-select listbox (which must either be an implementation of the TabularData interface or the Objects must
be in the TabularData factory.
Use the specified header and body to display an html multi-select lisbox (which must either be an implementation of the TabularData interface or the Objects must
be in the TabularData factory).
Use the specified data (Either the TabularData interface or an object that has been placed in the TabularData
factory) to display an html radio button listbox (extra info may be passed in via a Map).
Use the specified data (Either the TabularData interface or an object that has been placed in the TabularData
factory.) to display an html radio button listbox.