Uses of Interface
net.mlw.vlh.ValueList

Packages that use ValueList
net.mlw.vlh The Value List Handler is an implementation of the Core J2EE Patterns - Value List Handler  
net.mlw.vlh.adapter This package contains some standard adapters for the Value List Handler. 
net.mlw.vlh.adapter.file This package contains an adapter to read teh contents of the file system. 
net.mlw.vlh.adapter.hibernate This package contains an adapter to delegate to Hibernate 2.x
net.mlw.vlh.adapter.hibernate3 This package contains an adapter to delegate to Hibernate 3.x
net.mlw.vlh.adapter.ibatis.sqlmaps This package contains an adapter to delegate to iBATIS SQL Maps 2.0
net.mlw.vlh.adapter.jdbc This package contains some standard adapters that use JDBC. 
net.mlw.vlh.adapter.spring   
net.mlw.vlh.swing This package contains tag libs to display a ValueList swing environment. 
net.mlw.vlh.swing.support   
net.mlw.vlh.web.mvc   
net.mlw.vlh.web.tag This package contains tag libs to display a ValueList in a web environment. 
net.mlw.vlh.web.tag.support This package contains classes to support the rendering of the valuelist in a web environment. 
 

Uses of ValueList in net.mlw.vlh
 

Classes in net.mlw.vlh that implement ValueList
 class DefaultListBackedValueList
          Wrapper for a List and a ValueListInfo object.
 

Methods in net.mlw.vlh that return ValueList
 ValueList ValueListHandler.getValueList(String name, ValueListInfo info)
          Gets a ValueList with the given name.
 ValueList ValueListAdapter.getValueList(String name, ValueListInfo info)
          Gets a ValueList
 ValueList DefaultValueListHandlerImpl.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.adapter
 

Methods in net.mlw.vlh.adapter that return ValueList
 ValueList ValueListAdapterCacheDecorator.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.adapter.file
 

Methods in net.mlw.vlh.adapter.file that return ValueList
 ValueList FileSystemAdapter.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.adapter.hibernate
 

Methods in net.mlw.vlh.adapter.hibernate that return ValueList
 ValueList Hibernate20Adapter.getValueList(String name, ValueListInfo info)
           
protected  ValueList Hibernate20Adapter.getListBackedValueList(ValueListInfo info, List list)
           
 

Uses of ValueList in net.mlw.vlh.adapter.hibernate3
 

Methods in net.mlw.vlh.adapter.hibernate3 that return ValueList
 ValueList HibernateAdapter.getValueList(String name, ValueListInfo info)
           
protected  ValueList HibernateAdapter.getListBackedValueList(ValueListInfo info, List list)
           
 

Uses of ValueList in net.mlw.vlh.adapter.ibatis.sqlmaps
 

Methods in net.mlw.vlh.adapter.ibatis.sqlmaps that return ValueList
 ValueList Ibatis20Adapter.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.adapter.jdbc
 

Methods in net.mlw.vlh.adapter.jdbc that return ValueList
 ValueList AbstractJdbcAdapter.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.adapter.spring
 

Methods in net.mlw.vlh.adapter.spring that return ValueList
 ValueList MappingSqlQueryAdapter.getValueList(String name, ValueListInfo info)
           
 

Uses of ValueList in net.mlw.vlh.swing
 

Methods in net.mlw.vlh.swing with parameters of type ValueList
 void ValueListTableModel.setValueList(ValueList valueList)
           
 

Uses of ValueList in net.mlw.vlh.swing.support
 

Methods in net.mlw.vlh.swing.support with parameters of type ValueList
 void TableSorter.setValueList(ValueList valueList)
           
 void AbstractValueListTableModel.setValueList(ValueList valueList)
           
 

Uses of ValueList in net.mlw.vlh.web.mvc
 

Methods in net.mlw.vlh.web.mvc that return ValueList
 ValueList ValueListHandlerHelper.getValueList(String name, ValueListInfo info)
          Retrieve valueList from ValueListHadler bean.
 

Methods in net.mlw.vlh.web.mvc with parameters of type ValueList
 void ValueListHandlerHelper.backupAndSet(javax.servlet.http.HttpServletRequest request, ValueList valueList, String valueListName, String tableId)
          Do 2 things: Backup the ValueList Info to the session with the attribute's name tableId and store Value List to the request with the attribute key's name valueListName
 void ValueListHandlerHelper.setValueListTo(javax.servlet.http.HttpServletRequest request, ValueList valueList, String valueListName)
          Store only ValueList to request as an attribute with the name valueListName.
 

Uses of ValueList in net.mlw.vlh.web.tag
 

Fields in net.mlw.vlh.web.tag declared as ValueList
protected  ValueList ValueListSpaceTag.valueList
           
 

Methods in net.mlw.vlh.web.tag that return ValueList
 ValueList ValueListSpaceTag.getValueList()
          If is your retrieved ValueList null or you forgot to send a valueList it returns the ValueListNullSpacer.
protected  ValueList DefaultPagingTag.getValueList()
           
 

Methods in net.mlw.vlh.web.tag with parameters of type ValueList
 void ValueListSpaceTag.setValueList(ValueList valueList)
           
 

Uses of ValueList in net.mlw.vlh.web.tag.support
 

Classes in net.mlw.vlh.web.tag.support that implement ValueList
 class ValueListNullSpacer
          The singleton ValueListNullSpacer is used to render an empty valuelist, ussally you get this, when any error occured in service's handler.
 



Copyright © 2003-2006 mlavilson. All Rights Reserved.