Serialized Form
list
List list
info
ValueListInfo info
iter
Iterator iter
errors
Errors errors
serialVersionUID: 3257572797588191543l
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 |
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 |
list
List list
rowCount
int rowCount
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
tableModel
TableModel tableModel
tableHeader
JTableHeader tableHeader
mouseListener
MouseListener mouseListener
tableModelListener
TableModelListener tableModelListener
sortingColumns
List sortingColumns
actionListener
ActionListener actionListener
columns
String[] columns
properties
String[] properties
classes
Class[] classes
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 |
serialVersionUID: -4765405639511065820l
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.
serialVersionUID: 6118198463511925234l
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.
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>).
cellAttributes
Attributes cellAttributes
attributesString
String attributesString
initialClassCellAttributes
String initialClassCellAttributes
name
String name
property
String property
defaultSort
Integer defaultSort
- Commons logger.
include
Collection include
- Holds the included properties.
exclude
Collection exclude
- Holds the excluded properties.
serialVersionUID: -1160414311192942253l
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
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
serialVersionUID: 4050760477275928119l
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
name
String name
attributes
String attributes
value
String value
text
String text
serialVersionUID: -6875591300948358739l
token
String token
key
String key
format
String format
parameters
Map parameters
rootTag
ValueListSpaceTag rootTag
url
String url
- Deprecated.
parameters
Map parameters
- Deprecated.
rootTag
ValueListSpaceTag rootTag
- Deprecated.
serialVersionUID: 8608872950341954907l
yAxisMap
Map yAxisMap
xAxisMap
Map xAxisMap
title
String title
format
String format
serialVersionUID: 8975676126886164801l
valueListName
String valueListName
focusProperty
String focusProperty
focusValue
String focusValue
serialVersionUID: 7795421339534088302l
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 |
name
String name
- The name of this property.
value
String value
- The value of this property.
Copyright © 2003-2006 mlavilson. All Rights Reserved.