List of usage examples for org.apache.wicket.ajax.markup.html AjaxLink subclass-usage
From source file org.apache.syncope.client.console.wicket.ajax.markup.html.IndicatorAjaxLink.java
/** * An {@link AjaxLink} not showing veil. */ public abstract class IndicatorAjaxLink<T> extends AjaxLink<T> implements IAjaxIndicatorAware { private static final long serialVersionUID = -1390762132437554937L;
From source file org.cast.cwm.data.component.CollapseToggleLink.java
/**
*
* A toggle link button that can show/hide a related div. The toggle link has
* the classes "linkToggle linkToggleBtn_xxx" where xxx is a unique toggle id.
* The related div must have the class "targetToggle linkToggleBox_xxx".
*
From source file org.cast.isi.component.VideoLink.java
/** * An AjaxLink which when clicked creates a {@link VideoDialog} Video in a popup modal */ public class VideoLink extends AjaxLink<Void> { private static final long serialVersionUID = 1L;
From source file org.cast.isi.panel.EditResponseLink.java
public class EditResponseLink extends AjaxLink<Response> { Component placeholder; final ResponseMetadata metadata; final ContentLoc loc;
From source file org.cast.isi.panel.MiniGlossaryLink.java
public class MiniGlossaryLink extends AjaxLink<String> { private static final long serialVersionUID = 1L; private MiniGlossaryModal glossaryModal; @Inject
From source file org.cast.isi.panel.SectionCompleteToggleLink.java
public abstract class SectionCompleteToggleLink extends AjaxLink<XmlSection> implements ISectionStatusChangeListener { private static final long serialVersionUID = 1L; @Inject
From source file org.cdlflex.charts.links.UpdateChartLink.java
public class UpdateChartLink extends AjaxLink<Void> { private static final long serialVersionUID = 1L; private final Chart chart;
From source file org.cipango.ims.oam.util.HideableLink.java
@SuppressWarnings("unchecked") public class HideableLink extends AjaxLink { private String _markupId; @Deprecated public HideableLink(String id, String markupId) {
From source file org.devgateway.eudevfin.ui.common.components.PagingAjaxLink.java
/** * @author Alex * */ public class PagingAjaxLink extends AjaxLink<PagingItem> {
From source file org.devproof.portal.core.module.common.panel.captcha.CaptchaAjaxLink.java
/** * @author Carsten Hufe */ public abstract class CaptchaAjaxLink extends AjaxLink<Void> { private static final long serialVersionUID = 1L; private BubblePanel bubblePanel;