Example usage for org.apache.wicket.extensions.markup.html.tabs AbstractTab subclass-usage

List of usage examples for org.apache.wicket.extensions.markup.html.tabs AbstractTab subclass-usage

Introduction

In this page you can find the example usage for org.apache.wicket.extensions.markup.html.tabs AbstractTab subclass-usage.

Usage

From source file au.org.theark.core.web.component.ArkMainTab.java

/**
 * Abstract class for implementation of the main tab/modules at the "top" level of the application
 * 
 * @author cellis
 * 
 */

From source file com.evolveum.midpoint.gui.api.component.tabs.PanelTab.java

/**
 * Tab that contains a singleton panel.
 *
 * @author semancik
 */
public abstract class PanelTab<T extends ObjectType> extends AbstractTab {

From source file com.googlecode.wicket.jquery.ui.widget.tabs.AjaxTab.java

/**
 * Provides an {@link AbstractTab} which loads the panel when the {@link ITab} is clicked.
 *
 * @author Sebastien Briquet - sebfz1
 * @since 1.2.1
 */

From source file com.googlecode.wicket.jquery.ui.widget.tabs.SimpleTab.java

/**
 * Provides a simple {@link AbstractTab} that embeds a {@link LabelPanel}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 1.2.3
 * @since 6.0.1

From source file com.googlecode.wicket.kendo.ui.widget.tabs.AjaxTab.java

/**
 * Provides an {@link AbstractTab} which loads the panel when the {@link ITab} is clicked.
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 */

From source file com.googlecode.wicket.kendo.ui.widget.tabs.SimpleTab.java

/**
 * Provides a simple {@link AbstractTab} that embeds a {@link LabelPanel}
 *
 * @author Sebastien Briquet - sebfz1
 * @since 6.19.0
 */

From source file com.userweave.pages.components.slidableajaxtabpanel.AddTab.java

/**
 * Wrapper class to display an icon instead of a
 * string title.
 * 
 * @author opr
 *

From source file org.artifactory.webapp.wicket.panel.tabbed.tab.BaseTab.java

/**
 * Tab base class which implements the IHasEnableState interface
 *
 * @author Noam Tenne
 */
public abstract class BaseTab extends AbstractTab {

From source file org.brixcms.web.tab.AbstractBrixTab.java

public abstract class AbstractBrixTab extends AbstractTab implements IBrixTab {
    private final int priority;

    public AbstractBrixTab(IModel<String> title) {
        this(title, 0);
    }

From source file org.devgateway.eudevfin.ui.common.components.tabs.AbstractTabWithKey.java

/**
 * Basic {@link org.apache.wicket.extensions.markup.html.tabs.AbstractTab} that provides a key which can be used to
 * identify the tab in the html DOM
 *
 * @author aartimon
 * @see ITabWithKey