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
SelectOptions<T> Component that makes it easy to produce a list of SelectOption components Example markup: <wicket:container wicket:id="selectOptions"><option wicket:id="option"></option></wicket:container>
 



Copyright © 2006–2015 Apache Software Foundation. All rights reserved.