org.chenillekit.tapestry.core.components
Class BeanSelect

java.lang.Object
  extended by org.chenillekit.tapestry.core.components.BeanSelect
All Implemented Interfaces:
ClientElement

@SupportsInformalParameters
public class BeanSelect
extends Object
implements ClientElement

let you make a list of beans selectable.

Version:
$Id: BeanSelect.java 674 2010-07-29 12:47:25Z homburgs $

Constructor Summary
BeanSelect()
           
 
Method Summary
 GenericValueEncoder<Object> getBeanEncoder()
           
 GenericSelectionModel<Object> getBeanModel()
           
 String getClientId()
          Returns a unique id for the element.
 Object getValue()
           
 void setValue(Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanSelect

public BeanSelect()
Method Detail

getBeanModel

public GenericSelectionModel<Object> getBeanModel()

getBeanEncoder

public GenericValueEncoder<Object> getBeanEncoder()

getValue

public Object getValue()

setValue

public void setValue(Object value)

getClientId

public String getClientId()
Returns a unique id for the element. This value will be unique for any given rendering of a page. This value is intended for use as the id attribute of the client-side element, and will be used with any DHTML/Ajax related JavaScript.

Specified by:
getClientId in interface ClientElement


Copyright © 2008-2011 ChenilleKit. All Rights Reserved.