Example usage for org.apache.wicket.behavior Behavior subclass-usage

List of usage examples for org.apache.wicket.behavior Behavior subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.behavior Behavior subclass-usage.

Usage

From source file com.norconex.commons.wicket.behaviors.RelativeOverlay.java

/**
 * Anchors a component relative to another one as an overlay.
 * @author Pascal Essiembre
 */
@SuppressWarnings("nls")
public class RelativeOverlay extends Behavior {

From source file com.norconex.commons.wicket.bootstrap.form.BootstrapSelect.java

/**
 * Change the look-and-feel of a <select> component to Bootstrap.
 * @author Pascal Essiembre
 */
@SuppressWarnings("nls")
public class BootstrapSelect extends Behavior {

From source file com.norconex.commons.wicket.bootstrap.modal.BootstrapModalLauncher.java

/**
 * Behavior to associate a Bootstrap modal dialog to a link or button.
 * This behavior must be attached to either <button> or <a>.
 * @author Pascal Essiembre
 */
public class BootstrapModalLauncher extends Behavior {

From source file com.norconex.commons.wicket.bootstrap.tooltip.BootstrapTooltip.java

/**
 * Bootstrap tooltip.
 * @author Pascal Essiembre
 */
public class BootstrapTooltip extends Behavior {

From source file com.premiumminds.webapp.wicket.behaviours.DefaultFocusBehaviour.java

public class DefaultFocusBehaviour extends Behavior {
    private static final long serialVersionUID = 7102614107259820127L;

    @Override
    public void bind(Component component) {
        super.bind(component);

From source file com.premiumminds.webapp.wicket.behaviours.DisableSubmitOnEnterBehaviour.java

public class DisableSubmitOnEnterBehaviour extends Behavior {
    private static final long serialVersionUID = 8716392865358960423L;

    @Override
    public void bind(Component component) {
        super.bind(component);

From source file com.premiumminds.webapp.wicket.behaviours.EnableSubmitOnEnterBehaviour.java

public class EnableSubmitOnEnterBehaviour extends Behavior {
    private static final long serialVersionUID = -7194468587182980219L;

    @Override
    public void bind(Component component) {
        super.bind(component);

From source file com.premiumminds.webapp.wicket.bootstrap.datepicker.BootstrapDatePickerBehaviour.java

public class BootstrapDatePickerBehaviour extends Behavior {
    private static final long serialVersionUID = 6150624915791893034L;

    private static final ResourceReference DATE_PICKER_CSS = new CssResourceReference(
            BootstrapDatePickerBehaviour.class, "datepicker.css");

From source file com.premiumminds.webapp.wicket.datepicker.DatePicker.java

public class DatePicker extends Behavior {
    private static final long serialVersionUID = -2779776745316284795L;

    private static final ResourceReference DATE_PICKER_JS = new JavaScriptResourceReference(DatePicker.class,
            "Picker.js");
    private static final ResourceReference DATE_PICKER_ATTACH_JS = new JavaScriptResourceReference(DatePicker.class,

From source file com.pushinginertia.wicket.core.behavior.CanonicalRefBehavior.java

/**
 * Generates a rel="canonical" link to either the current page (without any arguments) or a given domain and page on that
 * domain. This is useful for pages with similar content, such as paginated search results.
 * <p>
 * Sample output:
 * <br/>