Serialized Form


Package net.mlw.vlh

Class net.mlw.vlh.DefaultListBackedValueList extends Object implements Serializable

Serialized Fields

list

List list

info

ValueListInfo info

iter

Iterator iter

Class net.mlw.vlh.ErrorsException extends RuntimeException implements Serializable

Serialized Fields

errors

Errors errors

Class net.mlw.vlh.ValueListInfo extends Object implements Serializable

serialVersionUID: 3257572797588191543l

Serialized Fields

focusedRowNumberInTable

int focusedRowNumberInTable
The number of row in the table of the generated html page, in which is focus value of the focusProperty. Focus property could be hidden in the generated page.


focusStatus

byte focusStatus
Focus status.


filters

Map filters
Holds the filters.


totalNumberOfEntries

int totalNumberOfEntries
Total number of pages available.


Package net.mlw.vlh.adapter.jdbc.dynabean.fix

Class net.mlw.vlh.adapter.jdbc.dynabean.fix.ResultSetDynaClass extends net.mlw.vlh.adapter.jdbc.dynabean.fix.JDBCDynaClass implements Serializable

Serialized Fields

lowerCase

boolean lowerCase
Flag defining whether column names should be lower cased when converted to property names.


properties

org.apache.commons.beanutils.DynaProperty[] properties
The set of dynamic properties that are part of this DynaClass.


propertiesMap

Map propertiesMap
The set of dynamic properties that are part of this DynaClass, keyed by the property name. Individual descriptor instances will be the same instances as those in the properties list.


resultSet

ResultSet resultSet

The ResultSet we are wrapping.


Package net.mlw.vlh.swing.support

Class net.mlw.vlh.swing.support.AbstractValueListTableModel extends AbstractTableModel implements Serializable

Serialized Fields

list

List list

rowCount

int rowCount

Class net.mlw.vlh.swing.support.DefaultPagingPanel extends JPanel implements Serializable

Serialized Fields

actionListener

ActionListener actionListener

pagingInfo

PagingInfo pagingInfo

description

JLabel description

resourceBundle

ResourceBundle resourceBundle

first

JButton first

previous

JButton previous

next

JButton next

last

JButton last

pagingLabel

String pagingLabel

Class net.mlw.vlh.swing.support.DelegateToServiceTableSorter extends AbstractTableModel implements Serializable

Serialized Fields

tableModel

TableModel tableModel

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

sortingColumns

List sortingColumns

actionListener

ActionListener actionListener

Class net.mlw.vlh.swing.support.DyanBeanTableModel extends AbstractValueListTableModel implements Serializable

Serialized Fields

columns

String[] columns

properties

String[] properties

classes

Class[] classes

Class net.mlw.vlh.swing.support.TableSorter extends AbstractTableModel implements Serializable

Serialized Fields

valueListTableModel

ValueListTableModel valueListTableModel

tableModel

TableModel tableModel

viewToModel

net.mlw.vlh.swing.support.TableSorter.Row[] viewToModel

modelToView

int[] modelToView

tableHeader

JTableHeader tableHeader

mouseListener

MouseListener mouseListener

tableModelListener

TableModelListener tableModelListener

columnComparators

Map columnComparators

sortingColumns

List sortingColumns

actionListener

ActionListener actionListener


Package net.mlw.vlh.web.tag

Class net.mlw.vlh.web.tag.ActionTag extends ConfigurableTag implements Serializable

serialVersionUID: -4765405639511065820l

Serialized Fields

url

String url
The url use to append all needed parameters, if not set rootTag url is used.


customParameters

HashMap customParameters
Any custom parameters are appended to url.


actionParameters

HashMap actionParameters
Any row properties from nested AddParamTag are stored in actionParameters, which are appended to url.

Class net.mlw.vlh.web.tag.AddParamTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 6118198463511925234l

Serialized Fields

name

String name
The name of the parameter used in rendered URL.


property

String property
The name of the dynamic property, which values are used like the attribute value, but dynamicaly retrevied for the each row.


value

String value
The static value of the attribute name used in rendered URL like url?(ACTION_TEMP_PARAM_PREFIX)name=value .


temp

boolean temp
if true, append prefix ACTION_TEMP_PARAM_PREFIX before every action parameter.

Class net.mlw.vlh.web.tag.BaseColumnTag extends ConfigurableTag implements Serializable

Serialized Fields

rowTag

DefaultRowTag rowTag

title

String title
The value to display in the column header.


titleKey

String titleKey

toolTip

String toolTip
The value to display in the column header tooltip. (In html rendered as the attribute 'title' of <th>).


toolTipKey

String toolTipKey
A key of the localized message to be displayed in the column header tooltip. (In html rendered as the attribute 'title' of <th>).

Class net.mlw.vlh.web.tag.ConfigurableTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

cellAttributes

Attributes cellAttributes

attributesString

String attributesString

initialClassCellAttributes

String initialClassCellAttributes

Class net.mlw.vlh.web.tag.ControlsTag extends BaseColumnTag implements Serializable

Class net.mlw.vlh.web.tag.DefaultColumnCheckBoxTag extends BaseColumnTag implements Serializable

Serialized Fields

name

String name

property

String property

Class net.mlw.vlh.web.tag.DefaultColumnsTag extends ConfigurableTag implements Serializable

Serialized Fields

defaultSort

Integer defaultSort
Commons logger.


include

Collection include
Holds the included properties.


exclude

Collection exclude
Holds the excluded properties.

Class net.mlw.vlh.web.tag.DefaultColumnTag extends BaseColumnTag implements Serializable

serialVersionUID: -1160414311192942253l

Serialized Fields

groupKey

String groupKey
Supports column Grouping.


sum

String sum

defaultSort

Integer defaultSort
Holder of default sort direction, null is not sortable.


property

String property
The javabean property name of this column used to get data from list returned by adapter.


adapterProperty

String adapterProperty
The property name to use to retrieve do for this columns in an adapter.


format

String format

defaultValue

String defaultValue

emphasisPattern

String emphasisPattern
The pattern to be emphasis displayed in the ordinary column cell.


locale

Locale locale
Locale used in column


nestedColumnInfoList

List nestedColumnInfoList

Class net.mlw.vlh.web.tag.DefaultHeaderTag extends DefaultRowTag implements Serializable

Class net.mlw.vlh.web.tag.DefaultPagingTag extends ConfigurableTag implements Serializable

Serialized Fields

pages

int pages

showSummary

boolean showSummary

showItemsPerPage

boolean showItemsPerPage

generateItemsPerPageForm

boolean generateItemsPerPageForm

currentPage

int currentPage

maxPage

int maxPage

parameters

Map parameters

rootTag

ValueListSpaceTag rootTag

displayHelper

DisplayHelper displayHelper

messageSource

org.springframework.context.MessageSource messageSource

currentLocale

Locale currentLocale

Class net.mlw.vlh.web.tag.DefaultRowTag extends ConfigurableTag implements Serializable

serialVersionUID: 4050760477275928119l

Serialized Fields

rootTag

ValueListSpaceTag rootTag
Parent root tag.


displayProvider

DisplayProvider displayProvider

columns

List columns

currentRowNumber

int currentRowNumber

beanInPageScope

Object beanInPageScope

bean

String bean
The name and type of the bean put in the pageContext.


focusRowNumber

int focusRowNumber

disableHeader

boolean disableHeader
True - Disable rendering of the header. False - Check if at least one column has a title, if yes, render header row, if not, skip it.


nestedHeader

boolean nestedHeader
How to render the header in case of nested value list (the default is true).
false - the header of the nested value list is rendered as a part of the top value list
true - the header is rendered for each nested valuelist

Class net.mlw.vlh.web.tag.DefaultSelectTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

String name

attributes

String attributes

value

String value

text

String text

Class net.mlw.vlh.web.tag.DynaBeanColumnsTag extends DefaultColumnsTag implements Serializable

serialVersionUID: -6875591300948358739l

Class net.mlw.vlh.web.tag.FilterListTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

token

String token

key

String key

format

String format

parameters

Map parameters

rootTag

ValueListSpaceTag rootTag

Class net.mlw.vlh.web.tag.FilterTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

url

String url
Deprecated. 

parameters

Map parameters
Deprecated. 

rootTag

ValueListSpaceTag rootTag
Deprecated. 

Class net.mlw.vlh.web.tag.FocusStatusTag extends ConfigurableTag implements Serializable

Class net.mlw.vlh.web.tag.InvertedRowTag extends DefaultRowTag implements Serializable

serialVersionUID: 8608872950341954907l

Serialized Fields

yAxisMap

Map yAxisMap

xAxisMap

Map xAxisMap

title

String title

format

String format

Class net.mlw.vlh.web.tag.ValueListRetriever extends ConfigurableTag implements Serializable

serialVersionUID: 8975676126886164801l

Serialized Fields

valueListName

String valueListName

focusProperty

String focusProperty

focusValue

String focusValue

Class net.mlw.vlh.web.tag.ValueListSpaceTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

serialVersionUID: 7795421339534088302l

Serialized Fields

parentRootTag

ValueListSpaceTag parentRootTag
Parent root tag in case of nested valuelist


config

ValueListConfigBean config

valueList

ValueList valueList

tableInfo

TableInfo tableInfo

valueListName

String valueListName

valueListScope

String valueListScope

excludeParameters

String excludeParameters

wasRetrieved

boolean wasRetrieved
true - If is valueList set from mvc or from jsp via tag retrieve.


Package net.mlw.vlh.web.tag.support

Class net.mlw.vlh.web.tag.support.AttributeTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

name

String name
The name of this property.


value

String value
The value of this property.

Class net.mlw.vlh.web.tag.support.ValueListNullSpacer extends DefaultListBackedValueList implements Serializable



Copyright © 2003-2006 mlavilson. All Rights Reserved.