|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.behavior.AbstractBehavior
org.wicketstuff.minis.mootipbehavior.MootipBehaviour
public class MootipBehaviour
Mootip behavior, implements integration with this http://www.uhleeka.com/dev/mootips/ The component you add this behavior to will be the component which the tooltip appears for
| Constructor Summary | |
|---|---|
MootipBehaviour(MootipPanel panel)
Ajax ToolTip, retrieves the panel with an ajax call. |
|
MootipBehaviour(MootipPanel panel,
boolean contribute)
Ajax ToolTip, retrieves the panel with an ajax call. |
|
MootipBehaviour(java.lang.String title,
java.lang.String content)
simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content' |
|
MootipBehaviour(java.lang.String title,
java.lang.String content,
boolean contribute)
simple tooltip, using title as tool tip it uses this syntax for splitting title='this will be title:this will be content' |
|
| Method Summary | |
|---|---|
void |
bind(org.apache.wicket.Component component)
|
protected java.lang.String |
getEscapedComponentMarkupId()
Gets the escaped DOM id that the input will get attached to. |
boolean |
isAjax()
|
void |
renderHead(org.apache.wicket.markup.html.IHeaderResponse response)
Add the required css and js files to the page Also add the javascript to create the tooltip |
void |
setMootipSettings(MootipSettings mootipSettings)
|
| Methods inherited from class org.apache.wicket.behavior.AbstractBehavior |
|---|
afterRender, beforeRender, cleanup, detach, detachModel, exception, getStatelessHint, isEnabled, isTemporary, onComponentTag, onException, onRendered, rendered |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MootipBehaviour(java.lang.String title,
java.lang.String content)
title='this will be title:this will be content'
title - content -
public MootipBehaviour(java.lang.String title,
java.lang.String content,
boolean contribute)
title='this will be title:this will be content'
title - content - public MootipBehaviour(MootipPanel panel)
panel -
public MootipBehaviour(MootipPanel panel,
boolean contribute)
panel - | Method Detail |
|---|
public boolean isAjax()
public void setMootipSettings(MootipSettings mootipSettings)
public void bind(org.apache.wicket.Component component)
bind in interface org.apache.wicket.behavior.IBehaviorbind in class org.apache.wicket.behavior.AbstractBehaviorprotected final java.lang.String getEscapedComponentMarkupId()
public void renderHead(org.apache.wicket.markup.html.IHeaderResponse response)
renderHead in interface org.apache.wicket.markup.html.IHeaderContributorrenderHead in class org.apache.wicket.behavior.AbstractBehaviorIHeaderContributor.renderHead(org.apache.wicket.markup.html.IHeaderResponse)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||