|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CompositeBehavior | |
---|---|
org.wamblee.wicket.behavior | This package contains general support utilities for behaviors. |
org.wamblee.wicket.jquery | This package contains general support utilities for writing behaviors based on jQuery. |
Uses of CompositeBehavior in org.wamblee.wicket.behavior |
---|
Subclasses of CompositeBehavior in org.wamblee.wicket.behavior | |
---|---|
class |
AbstractTooltipBehavior
Abstract tooltip behavior providing common options for tooltips. |
class |
LocalizedCompositeBehavior
Composite behavior that deals with (optional) localization of the behavior. |
class |
PreselectionBehavior
Preselection behavior that preselects unaltered text in forms. |
class |
ServerTooltipBehavior
Tooltip behavior that adds tooltips based on the title attribute in an HTML document. |
class |
TitleAttributeTooltipBehavior
Tooltip behavior that adds tooltips based on the title attribute in an HTML document. |
Uses of CompositeBehavior in org.wamblee.wicket.jquery |
---|
Subclasses of CompositeBehavior in org.wamblee.wicket.jquery | |
---|---|
class |
AbstractJQueryBehavior<ConfigType>
Abstract JQuery hehavior class that makes it easy to write jQuery behaviors: Creating a ready function which will be invoked for the component Checking whether or not the behavior may be attached to a page using AbstractJQueryBehavior.isPageAllowed() . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |