Serialized Form


Package org.ujac.chart

Class org.ujac.chart.ChartException extends UjacException implements Serializable

serialVersionUID: 3256445811104494896L

Serialized Fields

cause

Throwable cause
The original cause.


Package org.ujac.print

Class org.ujac.print.AssertionException extends DocumentHandlerException implements Serializable

serialVersionUID: -2098552095525840116L

Class org.ujac.print.AttributeDefinitionMap extends HashMap implements Serializable

serialVersionUID: 6712410303870062267L

Class org.ujac.print.AwtFont extends Font implements Serializable

serialVersionUID: -6360777984640484464L

Serialized Fields

fontName

String fontName
The font name.

Class org.ujac.print.ChildDefinitionMap extends HashMap implements Serializable

serialVersionUID: -2184710357984808726L

Class org.ujac.print.DocumentHandlerException extends UjacException implements Serializable

serialVersionUID: 2457750442875079475L

Serialized Fields

locator

Locator locator
Holds the locator of the XML document, where the exception occured.

Class org.ujac.print.TagAttributeException extends DocumentHandlerException implements Serializable

serialVersionUID: 2457750442875079475L

Class org.ujac.print.TagInstantiationException extends DocumentHandlerException implements Serializable

serialVersionUID: 4962298580463522651L


Package org.ujac.print.tag

Class org.ujac.print.tag.PrintTableTag.DummyColumn extends DefaultColumn implements Serializable

serialVersionUID: 3618696418123134000L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.

Package org.ujac.util

Class org.ujac.util.BeanException extends UjacException implements Serializable

serialVersionUID: -593061662550540500L

Class org.ujac.util.TypeConverterException extends UjacException implements Serializable

serialVersionUID: 6340226959682683585L

Class org.ujac.util.UjacException extends Exception implements Serializable

serialVersionUID: 6371898282973694816L

Serialized Fields

originalCause

Throwable originalCause
The original exception that caused this exception.


Package org.ujac.util.exi

Class org.ujac.util.exi.ConstantOperand extends Operand implements Serializable

serialVersionUID: 3618420436409857330L

Serialized Fields

object

Object object
The constant object.

Class org.ujac.util.exi.ExpressionContext extends Object implements Serializable

serialVersionUID: 3546084661601252665L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

properties

Map<K,V> properties
The properties to use for expression evaluation.


bean

Object bean
The bean used to retrieve parameter values, if the parameter value didn't exist in the params map.


formatHelper

FormatHelper formatHelper
The format helper to use.

Class org.ujac.util.exi.ExpressionException extends TemplateException implements Serializable

serialVersionUID: 1928425207289296885L

Class org.ujac.util.exi.ExpressionTuple extends Operand implements Serializable

serialVersionUID: 3256718498527850545L

Serialized Fields

object

Operand object
The object which to call.


operation

Operation operation
The operation for the expression.


operand

Operand operand
The object which to call.


explitelyEncapsulated

boolean explitelyEncapsulated
Tells whether the expression was explicitely encapsulated or not.


result

Object result
The result of the expression.

Class org.ujac.util.exi.NoOperandException extends OperandException implements Serializable

serialVersionUID: -5610655948475498472L

Class org.ujac.util.exi.Operand extends Object implements Serializable

Serialized Fields

source

char[] source
The expression source.


relativePosition

int relativePosition
The tuple's relative position in the source string.


absolutePosition

int absolutePosition
The tuple's absolute position in the source string.


length

int length
The tuple's length.


totalPosition

int totalPosition
The position of the whole expression, this differs for nested expressions.


totalLength

int totalLength
The length of the whole expression, this differs for nested expressions.


forcedType

ExpressionType forcedType
The forced type.

Class org.ujac.util.exi.OperandException extends ExpressionException implements Serializable

serialVersionUID: -6796126490721961533L

Class org.ujac.util.exi.OperandNotSupportedException extends OperandException implements Serializable

serialVersionUID: 3275229419998643474L

Class org.ujac.util.exi.SequenceIndex extends Number implements Serializable

serialVersionUID: 2800414953792000585L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

value

int value
The value.

Class org.ujac.util.exi.TypeCastException extends ExpressionException implements Serializable

serialVersionUID: 3258409525970220336L

Class org.ujac.util.exi.VariableOperand extends Operand implements Serializable

serialVersionUID: 3545233613814576432L

Serialized Fields

variable

String variable
The variable which holds the object.


object

Object object
The object connected to the variable.


negative

boolean negative
Tells whether or not the variable is signed negative.


Package org.ujac.util.table

Class org.ujac.util.table.BaseRow extends Object implements Serializable

serialVersionUID: 3096795524377585326L

Serialized Fields

table

Table table
The table, which contains this row.


rowData

List<E> rowData
The list which holds the row data.


hiddenFields

Set<E> hiddenFields
The set of hidden fields.


fieldFormats

Map<K,V> fieldFormats
The format map.


fieldAlignments

Map<K,V> fieldAlignments
The alignment map.


startNewPage

boolean startNewPage
Tells whether or not to start a new page before printing this row.


startsBlock

boolean startsBlock
Tells whether or not this row starts a new row block.


endsBlock

boolean endsBlock
Tells whether or not this row ends the current row block.

Class org.ujac.util.table.BeanColumn extends DefaultColumn implements Serializable

serialVersionUID: 2372815281182304599L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

getter

Method getter
The getter method.


setter

Method setter
The setter method.

Class org.ujac.util.table.BeanTable extends DataTable implements Serializable

serialVersionUID: -6301105392789353319L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.

Class org.ujac.util.table.ColumnAlreadyDefinedException extends TableException implements Serializable

serialVersionUID: -7649023913685557737L

Class org.ujac.util.table.ColumnNotDefinedException extends TableException implements Serializable

serialVersionUID: 340749479955603190L

Class org.ujac.util.table.CountFunctionExecutor extends Object implements Serializable

serialVersionUID: -3811346193902092058L

Class org.ujac.util.table.DataRow extends BaseRow implements Serializable

serialVersionUID: -8435793368278149790L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

row

int row
The index of the row.


type

String type
The row type.

Class org.ujac.util.table.DataTable extends BaseTable implements Serializable

serialVersionUID: 2494694894996180895L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

rows

List<E> rows
The rows of the table.

Class org.ujac.util.table.DefaultColumn extends Object implements Serializable

serialVersionUID: -7084479108164808073L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

table

Table table
The column's table.


name

String name
The column name.


key

boolean key
Tells whether or not the field defines a key value, defaults to false.


type

int type
The column type.


alias

String alias
The column alias.


format

Format format
The column format.


index

int index
The column index.


dataIndex

int dataIndex
The data index.


layoutHints

LayoutHints layoutHints
The layout hints.

Class org.ujac.util.table.GroupRow extends DataRow implements Serializable

serialVersionUID: 5453737701006063660L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

groupName

String groupName
The group name.

Class org.ujac.util.table.HeaderRow extends BaseRow implements Serializable

serialVersionUID: 523137629281968928L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.

Class org.ujac.util.table.LayoutHints extends Object implements Serializable

serialVersionUID: -5722131385432713833L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

width

float width
The visible width of the column.


header

String header
The column header.


align

int align
The column alignment.


headerAlign

int headerAlign
The column header alignment.


visible

boolean visible
The visibility flag.


level

int level
The level of importance, the higher the value the less important it is.

Class org.ujac.util.table.OperationNotSupportedException extends TableException implements Serializable

serialVersionUID: -4076032943723290263L

Class org.ujac.util.table.PivotTable extends DataTable implements Serializable

serialVersionUID: -6469000018376336834L

Class org.ujac.util.table.ReportFunction extends Object implements Serializable

serialVersionUID: -6712139086971422640L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

columnName

String columnName
The name of the column to apply the function on.


calculateTotalResult

boolean calculateTotalResult
Tells whether or not to calculate the total result.


executor

FunctionExecutor executor
The function executor.


columnIdx

int columnIdx
The column index.


report

ReportTable report
The report.


totalResult

double totalResult
The overal result.


groupNames

List<E> groupNames
The report groups to apply the function on.


groups

ReportGroup[] groups
The report groups to apply the function on.


format

Format format
The output format of the function result.


align

int align
The alignment for the function result.

Class org.ujac.util.table.ReportGroup extends Object implements Serializable

serialVersionUID: 3181590254515459952L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

columnName

String columnName
The name of the column to apply the function on.


viewTitleRow

boolean viewTitleRow
Tells whether the group title row shall be shown.


resultsInTitleRow

boolean resultsInTitleRow
Tells whether or not the results shall be shown in the title row.


hideAtSucceedingRows

boolean hideAtSucceedingRows
Tells whether or not to hide the group column at succeeding rows. If true, only the first row is shown the succeeding ones are hidden.


startNewPage

boolean startNewPage
Tells whether or not to start a new page if a change of the value at the grouping column is detected.


keepTogether

boolean keepTogether
Tells whether or not to try to keep the grouped rows together on one page.


enforceResultRow

boolean enforceResultRow
Enforces the visibility of a result row for the group. This flag will make the ReportIterator create a result row even if there's no result or the result is printed in title row (requested by Marc Laubie).


columnIdx

int columnIdx
The column index.


report

ReportTable report
The report.


results

double[] results
The group result.


functionsApplied

boolean[] functionsApplied
Tells whether functions have been applied on this group or not.


titleRow

Row titleRow
The current title row.

Class org.ujac.util.table.RowNotDefinedException extends TableException implements Serializable

serialVersionUID: -1464424221001704576L

Class org.ujac.util.table.SumFunctionExecutor extends Object implements Serializable

serialVersionUID: -6914557080802474766L

Class org.ujac.util.table.TableException extends UjacException implements Serializable

serialVersionUID: -8550779013239006991L

Class org.ujac.util.table.TableIterationException extends RuntimeException implements Serializable

serialVersionUID: 7242307476911799421L

Serialized Fields

originalCause

Throwable originalCause
The original exception that caused this exception.

Class org.ujac.util.table.TypeMismatchException extends TableException implements Serializable

serialVersionUID: -8411766742903970338L


Package org.ujac.util.template

Class org.ujac.util.template.AssertionException extends StatementException implements Serializable

serialVersionUID: 6106844852956210422L

Class org.ujac.util.template.AssertToken extends TemplateToken implements Serializable

serialVersionUID: 3257562897587450673L

Serialized Fields

assertionCheck

Operand assertionCheck
The assertion check.

Class org.ujac.util.template.BaseConditionToken extends TemplateTokenContainer implements Serializable

Class org.ujac.util.template.CallprocToken extends TemplateToken implements Serializable

serialVersionUID: 3762530096761942838L

Serialized Fields

procName

String procName
The procedure name.


arguments

List<E> arguments
The procedure arguments.

Class org.ujac.util.template.DefineToken extends TemplateToken implements Serializable

serialVersionUID: 3256441421497250873L

Serialized Fields

propertyName

String propertyName
The property name.


value

Operand value
The property value.


global

boolean global
Tells whether this is a global property or not.

Class org.ujac.util.template.ElseifToken extends BaseConditionToken implements Serializable

serialVersionUID: 3257572793259669817L

Serialized Fields

condition

ExpressionTuple condition
The condition.


rootCondition

BaseConditionToken rootCondition
The root condition token.

Class org.ujac.util.template.ElseToken extends BaseConditionToken implements Serializable

serialVersionUID: 3258134673849659958L

Serialized Fields

rootCondition

BaseConditionToken rootCondition
The root condition token.

Class org.ujac.util.template.ExpressionToken extends TemplateToken implements Serializable

serialVersionUID: 4051046354594116918L

Serialized Fields

tuple

ExpressionTuple tuple
The expression tuple.

Class org.ujac.util.template.ForeachToken extends TemplateTokenContainer implements Serializable

serialVersionUID: 3256999947785286963L

Serialized Fields

loopVariable

String loopVariable
The loop variable name.


sequence

Operand sequence
The operand, holding the sequence.


evenStyle

String evenStyle
The even style and odd style are used alternating as value of the property named by the concatenation of the loopVariable name and 'Style'.


oddStyle

String oddStyle
The odd style and even style are used alternating as value of the property named by the concatenation of the loopVariable name and 'Style'.

Class org.ujac.util.template.IfToken extends BaseConditionToken implements Serializable

serialVersionUID: 4050482317929690416L

Serialized Fields

condition

ExpressionTuple condition
The condition.


resolved

boolean resolved
Tells whether or not this condition or one of its ancestors has been resolved.

Class org.ujac.util.template.LogToken extends TemplateToken implements Serializable

serialVersionUID: 3688503294611895861L

Serialized Fields

logLevel

Operand logLevel
The log level.


logMessage

Operand logMessage
The log message.


logMessageTemplate

TemplateRoot logMessageTemplate
The log message template.

Class org.ujac.util.template.ProcedureToken extends TemplateTokenContainer implements Serializable

serialVersionUID: 3257291348297135926L

Serialized Fields

name

String name
The name of the procedure.


arguments

List<E> arguments
The argument list for the procedure.

Class org.ujac.util.template.StatementException extends ExpressionException implements Serializable

serialVersionUID: -4268049261436240392L

Class org.ujac.util.template.StaticToken extends TemplateToken implements Serializable

serialVersionUID: 3257853190148798776L

Serialized Fields

text

String text
The static text.

Class org.ujac.util.template.TemplateContext extends ExpressionContext implements Serializable

serialVersionUID: 3257285816496567609L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

globalProperties

Map<K,V> globalProperties
The global properties.

Class org.ujac.util.template.TemplateException extends UjacException implements Serializable

serialVersionUID: 3257009864831349305L

Class org.ujac.util.template.TemplateRoot extends TemplateTokenContainer implements Serializable

serialVersionUID: 3761127119958259762L

Class org.ujac.util.template.TemplateToken extends Object implements Serializable

Serialized Fields

interpreter

BaseTemplateInterpreter interpreter
The template interpreter.


parent

TemplateTokenContainer parent
The parent token.


level

int level
The statement level.


source

char[] source
The source code.


position

int position
The position of the statement token in the expression.


length

int length
The length of the statement token.


nextLegalAncestor

int nextLegalAncestor
The next legal ancestor idx.

Class org.ujac.util.template.TemplateTokenContainer extends TemplateToken implements Serializable

Serialized Fields

procedureRegistry

Map<K,V> procedureRegistry
The procedure registry.


tokens

List<E> tokens
The list of nested tokens.


bodyStart

int bodyStart
The start index of the container's body source.


bodyEnd

int bodyEnd
The end index of the container's body source.


closed

boolean closed
Tells whether or not the container has been closed.


Package org.ujac.util.text

Class org.ujac.util.text.BigDecimalFormat extends DecimalFormat implements Serializable

serialVersionUID: 3690478034742620467L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

roundingMode

int roundingMode
The rounding mode.

Class org.ujac.util.text.FormatHelper extends Object implements Serializable

serialVersionUID: 4050204120063750192L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

locale

Locale locale
The locale.


dateFormat

DateFormat dateFormat
The date format.


timeFormat

DateFormat timeFormat
The time format.


timestampFormat

DateFormat timestampFormat
The timestamp format.


integerFormat

NumberFormat integerFormat
The integer format.


doubleFormat

NumberFormat doubleFormat
The floating point format.


formatMap

Map<K,V> formatMap
The format map.

Class org.ujac.util.text.SmartDecimalFormat extends DecimalFormat implements Serializable

serialVersionUID: 3690478034742620467L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.
Serialized Fields

roundingMode

int roundingMode
The rounding mode.


Package org.ujac.util.xml

Class org.ujac.util.xml.AttributeDefinition extends Object implements Serializable

serialVersionUID: -2205243147086583100L

Serialized Fields

name

String name
The attribute name.


type

Class<T> type
The attribute type.


getter

Method getter
The getter method.


setter

Method setter
The setter method.

Class org.ujac.util.xml.ElementDefinition extends Object implements Serializable

serialVersionUID: -2205243147086583100L

Serialized Fields

name

String name
The attribute name.


type

Class<T> type
The attribute type.


getter

Method getter
The getter method.


setter

Method setter
The setter method.


Package org.ujac.util.xml.test

Class org.ujac.util.xml.test.Address extends Object implements Serializable

serialVersionUID: 3035235195366283576L

Serialized Fields

address

String address
The address.


zipCode

Integer zipCode
The zip code.


city

String city
The city.


country

String country
The country.

Class org.ujac.util.xml.test.Person extends Object implements Serializable

serialVersionUID: -1741893033237030367L

Serialized Fields

name

String name
The last name.


firstName

String firstName
The fist name.


sex

String sex
The sex name.


dateOfBirth

Date dateOfBirth
The date of birth name.


placeOfBirth

String placeOfBirth
The place of birth name.


mainAddress

Address mainAddress
The main address.


addresses

List<E> addresses
The address list.


Package org.ujac.web.tag

Class org.ujac.web.tag.AlterColumnTag extends BaseTag implements Serializable

serialVersionUID: 4048791286360454709L

Serialized Fields

name

String name
The column name.


width

String width
The column width.


title

String title
The column title.


halign

String halign
The horizontal alignment.

Class org.ujac.web.tag.BaseConditionTag extends BodyTagSupport implements Serializable

Serialized Fields

templateContext

TemplateContext templateContext
The template context.

Class org.ujac.web.tag.BaseTag extends BodyTagSupport implements Serializable

Serialized Fields

tagAttributes

Map<K,V> tagAttributes
The extra attribute list.


templateContext

TemplateContext templateContext
The template context.


log

org.apache.commons.logging.Log log
The log writer.

Class org.ujac.web.tag.CaseTag extends BaseConditionTag implements Serializable

serialVersionUID: 3834589889789440824L

Serialized Fields

value

String value
The value to match.

Class org.ujac.web.tag.CellData extends Object implements Serializable

serialVersionUID: 4684812449699074143L

Serialized Fields

name

String name
The column name.


contents

Object contents
The contents.


colspan

int colspan
The colspan.


style

String style
The style.


width

String width
The cell width.


height

String height
The cell height.


halign

String halign
The horizontal alignment.


valign

String valign
The vertical alignment.


paddingLeft

int paddingLeft
The left padding.


paddingRight

int paddingRight
The right padding.


paddingTop

int paddingTop
The top padding.


paddingBottom

int paddingBottom
The bottom padding.


visible

boolean visible
The visible flag.

Class org.ujac.web.tag.DefaultTag extends BaseConditionTag implements Serializable

serialVersionUID: 3258126942791349047L

Class org.ujac.web.tag.DefineColumnTag extends BaseTag implements Serializable

serialVersionUID: 3257852086476551222L

Serialized Fields

name

String name
The column name.


width

String width
The column width.


title

String title
The column title.


halign

String halign
The horizontal alignment.


action

String action
The name of the action to call from this column.


script

String script
The javascript code to execute when calling the link. This code is evaluated dynamically by the expression interpreter, the called URL is held by the property 'ACTION_URL', so a reasonable example would be "openLink('${ACTION_URL}')".

Class org.ujac.web.tag.ElseTag extends BaseConditionTag implements Serializable

serialVersionUID: 4121134731812418102L

Class org.ujac.web.tag.EvalTag extends BodyTagSupport implements Serializable

serialVersionUID: 3257003254792466483L

Serialized Fields

bean

String bean
The bean to access (for convenience).


customFormat

boolean customFormat
Tells, whether a ustom format has been defined or not.


integerFormat

String integerFormat
The integer format.


doubleFormat

String doubleFormat
The double format.


dateFormat

String dateFormat
The date format.


timeFormat

String timeFormat
The time format.


timestampFormat

String timestampFormat
The timestamp format.


interpreter

TemplateInterpreter interpreter
The template interpreter.


formatHelper

FormatHelper formatHelper
The format helper.


properties

Map<K,V> properties
The expression properties.

Class org.ujac.web.tag.ExtraRowTag extends BaseTag implements Serializable

serialVersionUID: 3257003276385202998L

Serialized Fields

rowContainer

PrintTableTag rowContainer
The surrounding print-table tag.


printRowTag

PrintRowTag printRowTag
The surrounding print-row tag.


strDirection

String strDirection
The insert direction.


style

String style
The general style class.


evenStyle

String evenStyle
The style class for even rows.


oddStyle

String oddStyle
The style class for odd rows.


height

String height
The row height.


valign

String valign
The vertical alignment.


paddingLeft

float paddingLeft
The left padding.


paddingRight

float paddingRight
The right padding.


paddingTop

float paddingTop
The top padding.


paddingBottom

float paddingBottom
The bottom padding.


registeredRowCells

RowCellHolder[] registeredRowCells
The registered row cells.


skipped

boolean skipped
The skip flag.

Class org.ujac.web.tag.IfTag extends BaseConditionTag implements Serializable

serialVersionUID: 3256440292037965106L

Serialized Fields

cond

String cond
The condition to evaluate.


result

boolean result
The result of the condition evaluation.

Class org.ujac.web.tag.InsertColumnTag extends BaseTag implements Serializable

serialVersionUID: 3257852086476551222L

Serialized Fields

name

String name
The column name.


width

String width
The column width.


title

String title
The column title.


reference

String reference
The name of the reference column.


halign

String halign
The horizontal alignment.


direction

String direction
The insert direction.


action

String action
The name of the action to call from this column.


script

String script
The javascript code to execute when calling the link. This code is evaluated dynamically by the expression interpreter, the called URL is held by the property 'ACTION_URL', so a reasonable example would be "openLink('${ACTION_URL}')".

Class org.ujac.web.tag.MarkupAttribute extends Object implements Serializable

serialVersionUID: 9171893433924457903L

Serialized Fields

name

String name
The attribute name.


value

String value
The attribute value.

Class org.ujac.web.tag.PrintFooterRowTag extends PrintRowTag implements Serializable

serialVersionUID: 3691043175145944371L

Serialized Fields

forceFooter

boolean forceFooter
The 'forceFooter' attribute.


footerRow

Row footerRow
The footer row.

Class org.ujac.web.tag.PrintGroupRowTag extends PrintRowTag implements Serializable

serialVersionUID: 3257565088071169845L

Serialized Fields

groupName

String groupName
The name of the supported group.

Class org.ujac.web.tag.PrintGroupTitleRowTag extends PrintRowTag implements Serializable

serialVersionUID: 3256721762669572404L

Serialized Fields

groupName

String groupName
The name of the supported group.

Class org.ujac.web.tag.PrintHeaderRowTag extends PrintRowTag implements Serializable

serialVersionUID: 3688790280065267248L

Class org.ujac.web.tag.PrintRowTag extends BaseTag implements Serializable

serialVersionUID: 3258413945357220153L

Serialized Fields

rowContainer

PrintTableTag rowContainer
The surrounding print-table tag.


style

String style
The general style class.


evenStyle

String evenStyle
The style class for even rows.


oddStyle

String oddStyle
The style class for odd rows.


height

String height
The row height.


valign

String valign
The vertical alignment.


paddingLeft

float paddingLeft
The left padding.


paddingRight

float paddingRight
The right padding.


paddingTop

float paddingTop
The top padding.


paddingBottom

float paddingBottom
The bottom padding.


currentStyle

String currentStyle
The current style class.


registeredRowCells

RowCellHolder[] registeredRowCells
The cell style item map.


skipped

boolean skipped
The skip flag.


extraRowsBefore

List<E> extraRowsBefore
The extra rows to print before the data row.


extraRowsAfter

List<E> extraRowsAfter
The extra rows to print after the data row.

Class org.ujac.web.tag.PrintTableTag.DummyColumn extends DefaultColumn implements Serializable

serialVersionUID: 3618696418123134000L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Reads the object's data from the given stream.

Throws:
IOException - In case the data reading failed.
ClassNotFoundException - In case the class to deserialize could not be found

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Writes the object's data to the given stream.

Throws:
IOException - In case the data output failed.

Class org.ujac.web.tag.RemoveColumnTag extends BaseTag implements Serializable

serialVersionUID: 3258130241326037297L

Serialized Fields

name

String name
The column name.

Class org.ujac.web.tag.RowCellTag extends BaseTag implements Serializable

serialVersionUID: 4050477924195055411L

Serialized Fields

name

String name
The field name to define the style for.


index

int index
The column index.


colspan

int colspan
The column span to use.


fillRow

boolean fillRow
Tells whether to fill the current row or not.


style

String style
The general style class.


evenStyle

String evenStyle
The style class for even rows.


oddStyle

String oddStyle
The style class for odd rows.


width

String width
The field width.


height

String height
The row height.


halign

String halign
The horizontal alignment.


valign

String valign
The vertical alignment.


paddingLeft

float paddingLeft
The left padding.


paddingRight

float paddingRight
The right padding.


paddingTop

float paddingTop
The top padding.


paddingBottom

float paddingBottom
The bottom padding.


content

String content
The content of the tag.

Class org.ujac.web.tag.SetPropertyTag extends BaseTag implements Serializable

serialVersionUID: 5400375917926910911L

Serialized Fields

name

String name
The property name.


type

String type
The property type.

Class org.ujac.web.tag.SwitchTag extends BaseTag implements Serializable

serialVersionUID: 3258412811586386230L

Serialized Fields

value

String value
The value to match.


caseMatched

boolean caseMatched
Tells whether a case matched the value so far.


evaluated

String evaluated
The evaluated value.



Copyright © 2003-2004 UJAC.org. All Rights Reserved.