org.wicketstuff.yui.helper.OnEvent Maven / Gradle / Ivy
package org.wicketstuff.yui.helper;
/**
 * 
 * @author josh
 *
 */
public enum OnEvent 
{
	click, mouseover, mouseout
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy
                        
        
                        
        package org.wicketstuff.yui.helper;
/**
 * 
 * @author josh
 *
 */
public enum OnEvent 
{
	click, mouseover, mouseout
}