List of usage examples for org.apache.wicket Component subclass-usage
From source file org.hippoecm.frontend.plugins.cms.logout.ActiveLogoutPlugin.java
/** * Logs the current user out of the CMS after a certain timespan of inactivity. */ public class ActiveLogoutPlugin extends Component { private static final String ACTIVE_LOGOUT_JS = "active-logout.js";
From source file org.projectforge.web.teamcal.event.TeamEventReminderComponent.java
/**
* Component renders DropDown to select reminder action, TextField to set duration and DropDown to select duration type.
*
* @author M. Lauterbach (m.lauterbach@micromata.de)
*
*/