package fr.openwide.core.wicket.more.markup.html.template.js.jquery.plugins.bootstrap.tooltip; import java.io.Serializable; import org.wicketstuff.wiquery.core.javascript.ChainableStatement; public interface IBootstrapTooltip extends ChainableStatement, Serializable { CharSequence getSelector(); }