Package org.wicketstuff.minis.behavior.mootip

Examples of org.wicketstuff.minis.behavior.mootip.MootipSettings


    // add mootippanelajaxplaceholder:

    add(new MootipPanel());


    MootipSettings mooSettings = new MootipSettings();
    mooSettings.setEvalAlways(true);
    MootipBehaviour behaviour = new MootipBehaviour(new MooPanel());
    behaviour.setMootipSettings(mooSettings);

    add(new Label("tooltip02", "this is tool tip 02").add(behaviour));
View Full Code Here

TOP

Related Classes of org.wicketstuff.minis.behavior.mootip.MootipSettings

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.