Java:
form.add(new CheckBox("bool")); HTML: <input type="checkbox" wicket:id="bool" />
You can can extend this class and override method wantOnSelectionChangedNotifications() to force server roundtrips on each selection change.
@author Jonathan Locke | |
| |
| |
| |
| |
| |
| |
| |
| |
| |