Package de.agilecoders.wicket.samples.components.scaffolding

Examples of de.agilecoders.wicket.samples.components.scaffolding.Global


     * @param parameters the current page parameters.
     */
    public Scaffolding(PageParameters parameters) {
        super(parameters);

        add(new Global("global"));
        add(new Grid("grid"));
        add(new FluidGrid("fluidGridSystem"));
        add(new Layouts("layouts"));
        add(new Responsive("responsive"));
    }
View Full Code Here

TOP

Related Classes of de.agilecoders.wicket.samples.components.scaffolding.Global

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.