org.chenillekit.tapestry.core.encoders
Interface MultipleValueEncoder<V>

All Known Implementing Classes:
GenericMultipleSelectModel

public interface MultipleValueEncoder<V>

Version:
$Id: MultipleValueEncoder.java 594 2009-12-05 15:17:26Z mlusetti $

Method Summary
 String toClient(V value)
           
 List<V> toValue(String[] clientValue)
           
 

Method Detail

toClient

String toClient(V value)

toValue

List<V> toValue(String[] clientValue)


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.