| Modifier and Type | Method and Description |
|---|---|
protected <T> AbstractConfig |
AbstractConfig.put(AbstractConfig.IKey<T> key,
T value)
puts a new config to the configuration map.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PopoverConfig
PopoverBehavior configuration |
class |
TooltipConfig
TooltipBehavior configuration |
| Modifier and Type | Method and Description |
|---|---|
protected CharSequence |
TooltipBehavior.createInitializerScript(org.apache.wicket.Component component,
AbstractConfig config)
createss an initializer script
|
protected CharSequence |
PopoverBehavior.createInitializerScript(org.apache.wicket.Component component,
AbstractConfig config) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypeaheadConfig
Typeahead configuration |
| Modifier and Type | Method and Description |
|---|---|
JQuery |
JQuery.chain(String functionName,
AbstractConfig config)
adds a chained function to this jquery instance
|
| Constructor and Description |
|---|
JQuery.ConfigurableFunction(String functionName,
AbstractConfig config)
Construct.
|
Copyright © 2013 agilecoders.de. All Rights Reserved.