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

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

Introduction

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

Usage

From source file au.org.theark.core.web.component.tabbedPanel.ArkAjaxTabbedPanel.java

public class ArkAjaxTabbedPanel extends AjaxTabbedPanel {

    private static final long serialVersionUID = -3340777937373315256L;
    private transient Logger log = LoggerFactory.getLogger(ArkAjaxTabbedPanel.class);
    protected List<ArkMainTab> mainTabs;
    private WebMarkupContainer arkContextPanelMarkup;

From source file com.norconex.commons.wicket.markup.html.tabs.TabbedPanel.java

/**
 * An {@link AjaxTabbedPanel} with a "light" style attached. To avoid CSS
 * conflicts with Wicket <code>TabbedPanel</code>, the tab container and panel
 * container CSS classes are: <code>nx-commons-tab-row</code> and
 * <code>nx-commons-tab-panel</code>.  Tabs can optionally be made closable.
 * @author Pascal Essiembre

From source file com.userweave.components.tab.GrayFillAndRoundedAjaxTabbedPanel.java

/**
 * CommonRoundedAjaxTabbedPanel overrides AjaxTabbedPanel of wicket only
 * to add additional design, see CommonRoundedAjaxTabbedPanel.html
 * 
 * @author fpavkovic
 */

From source file com.userweave.components.tab.GrayRoundedAjaxTabbedPanel.java

/**
 * CommonRoundedAjaxTabbedPanel overrides AjaxTabbedPanel of wicket only
 * to add additional design, see CommonRoundedAjaxTabbedPanel.html
 * 
 * @author fpavkovic
 */

From source file com.userweave.components.tab.GreenRoundedAjaxTabbedPanel.java

/**
 * CommonRoundedAjaxTabbedPanel overrides AjaxTabbedPanel of wicket only
 * to add additional design, see CommonRoundedAjaxTabbedPanel.html
 * 
 * @author fpavkovic
 */

From source file com.userweave.pages.components.customizedtabpanel.SpecialAjaxTabbedPanel.java

/**
 * AjaxTabbedPanel with different layout.
 * @author opr
 *
 */
public class SpecialAjaxTabbedPanel extends AjaxTabbedPanel {

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

/**
 * A simple ajax tabbed panel with slidable functions. That is, only a 
 * specific number of tabs are visible (depending on the size of the tab
 * title). The remaining tabs will become visible, if the tab bar is 
 * slided to the left or right.
 * 

From source file com.userweave.pages.configuration.tab.CustomTabPanel.java

/**
 * @author Oliver Prinz
 *
 */
@Deprecated
@SuppressWarnings("serial")

From source file de.alpharogroup.wicket.components.ajax.editable.tabs.EditableAjaxTabbedPanel.java

/**
 * The Class EditableAjaxTabbedPanel extends the AjaxTabbedPanel and adds functionality to add or
 * remove tabs from the TabbedPanel.
 *
 * @param <T>
 *            the generic type

From source file eu.uqasar.web.components.util.AjaxBootstrapTabbedPanel.java

/**
 *
 *
 * @param <T>
 */
@Setter