Example usage for org.apache.wicket.extensions.markup.html.tabs ITab interface-usage

List of usage examples for org.apache.wicket.extensions.markup.html.tabs ITab interface-usage

Introduction

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

Usage

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

/**
 * Convenience class that takes care of lazy load ITab functionality.
 *
 * @param <T>
 *            the generic type
 */

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

/**
 * The Interface {@link ICloseableTab} to provide closable ITab functionality.
 */
public interface ICloseableTab extends ITab {

    /**

From source file nl.knaw.dans.common.wicket.components.SimpleTab.java

public abstract class SimpleTab implements ITab {
    private static final long serialVersionUID = -6675426500437551596L;

    private IModel<String> title;

    private boolean visible = true;

From source file org.apache.syncope.client.console.commons.ITabComponent.java

/**
 * ITab available to perform authorization on it
 */
public abstract class ITabComponent extends Component implements ITab {

    private static final long serialVersionUID = -6908617525434875508L;

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

/**
 * Special kind of tab that supports tab ordering. Each BrixTab has a priority that affects the order of displayed
 * tabs.
 *
 * @author Matej Knopp
 */

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

/**
 * Adds a key to be used with {@link org.devgateway.eudevfin.ui.common.permissions.PermissionAwareComponent}
 *
 * @author aartimon
 * @since 28/11/13
 */

From source file org.jabylon.rest.ui.tools.PropertyToolTab.java

/**
 * @author Johannes Utzig (jutzig.dev@googlemail.com)
 *
 */
public class PropertyToolTab implements ITab {

From source file org.jabylon.rest.ui.wicket.config.ConfigTab.java

public class ConfigTab<T extends Resolvable<?, ?>> implements ITab {

    private static final long serialVersionUID = 1L;
    private String title;
    private List<ConfigSection<T>> sections;
    private IModel<T> model;

From source file org.wicketstuff.security.extensions.markup.html.tabs.ISecureTab.java

/**
 * {@link ITab} which uses the class of the panel to check for sufficient rights. This component is
 * to be used with a {@link SecureTabbedPanel} since it does not do anything by itself.
 * 
 * @author marrink
 */

From source file org.xaloon.wicket.component.jquery.tab.XTab.java

/**
 * http://www.xaloon.org
 *
 * @author vytautas racelis
 */
public interface XTab extends ITab {