Package de.agilecoders.wicket.extensions.markup.html.bootstrap.button

Examples of de.agilecoders.wicket.extensions.markup.html.bootstrap.button.DropDownAutoOpen


                ExtensionsPage.class, Model.of("Extensions"))
                .setIconType(GlyphIconType.qrcode));
      }
    };

    dropDownButton.add(new DropDownAutoOpen());
    add(dropDownButton,
        new Code("dropdown-code", Model
            .of("dropDownButton.add(new DropDownAutoOpen());")));

    addTour();
View Full Code Here

TOP

Related Classes of de.agilecoders.wicket.extensions.markup.html.bootstrap.button.DropDownAutoOpen

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.