Package com.databasesandlife.util.wicket

Wicket components.

See:
          Description

Interface Summary
MultipleValueAutoCompleteTextField.AutoCompleteDataSource  
MultipleValueAutoSuggestTextField.AutoSuggestDataSource  
 

Class Summary
CountingUpThenAutoRefreshingLabel A <span> label which firstly counts up towards its model's value, and secondly auto-refreshes that value.
InlineCalendarViewDateField  
JQueryIncluder Includes JQuery in a wicket page or component.
MultipleValueAutoCompleteTextField A text-field where the user may enter multiple values, but each value may only be one of a pre-defined list of values.
MultipleValueAutoCompleteTextField.AutoCompleteOption  
MultipleValueAutoSuggestTextField Represents a text-field in Wicket, which allows the user to enter multiple values, and values are suggested from a list of existing values.
 

Package com.databasesandlife.util.wicket Description

Wicket components.

MultipleValueAutoSuggestTextField allows the user to enter multiple values, and suggestions are proposed by the system. The user may enter values which are not amongst the suggestions.

    

MultipleValueAutoCompleteTextField also allows the user to enter multiple values. The values the user enters must be amongst the suggestions: the user may not enter any other values.