Package org.apache.wicket.extensions.markup.html.form.select

Interface Summary
IOptionRenderer<T>  
 

Class Summary
Select<T> Component that represents a <select> box.
SelectOption<T> Component representing a single <option> html element TODO Post 1.2: General: Example
SelectOptions<T> Component that makes it easy to produce a list of SelectOption components Example markup: <code> <wicket:container wicket:id="selectOptions"><option wicket:id="option"></option></wicket:contaner> </code>
 



Copyright © 2004–2014 Apache Software Foundation. All rights reserved.