- SakaiAjaxButton - Class in org.sakaiproject.wicket.component
-
Disables the button on click, sets the standard Sakai spinner on it, and removes it/re-enables the button after the Ajax call completes.
- SakaiAjaxButton(String) - Constructor for class org.sakaiproject.wicket.component.SakaiAjaxButton
-
- SakaiAjaxButton(String, Form<?>) - Constructor for class org.sakaiproject.wicket.component.SakaiAjaxButton
-
- SakaiDateTimeField - Class in org.sakaiproject.wicket.component
-
A TextField equipped with a standard Sakai datepicker.
- SakaiDateTimeField(String, IModel<ZonedDateTime>, ZoneId) - Constructor for class org.sakaiproject.wicket.component.SakaiDateTimeField
-
- SakaiSpinnerAjaxCallListener - Class in org.sakaiproject.wicket.component
-
Adds the Sakai overlay spinner to the component making the Ajax call
- SakaiSpinnerAjaxCallListener(String) - Constructor for class org.sakaiproject.wicket.component.SakaiSpinnerAjaxCallListener
-
Constructor
- SakaiSpinnerAjaxCallListener(String, boolean) - Constructor for class org.sakaiproject.wicket.component.SakaiSpinnerAjaxCallListener
-
Constructor
- setAllowEmptyDate(boolean) - Method in class org.sakaiproject.wicket.component.SakaiDateTimeField
-
Sets whether to allow fields to have no date set.
- setLoadJQueryUI(boolean) - Method in class org.sakaiproject.wicket.component.SakaiDateTimeField
-
Sets whether to have the component load the JQueryUI dependency on the page.
- setUseTime(boolean) - Method in class org.sakaiproject.wicket.component.SakaiDateTimeField
-
Sets whether to include a time component in the display of the text field and date picker.
- setWillRenderOnClick(boolean) - Method in class org.sakaiproject.wicket.component.SakaiAjaxButton
-
Whether or not the button itself will be re-rendered as part of the ajax update
- SPINNER_CLASS - Static variable in class org.sakaiproject.wicket.component.AbstractSakaiSpinnerAjaxCallListener
-