public interface IJavascriptComponent
extends org.apache.wicket.util.io.IClusterable
Modifier and Type | Method and Description |
---|---|
String |
getId()
Note: currently the naming of a component is related to the concrete class i.e.
|
String |
getJSadd(IOpenLayersMap map) |
String |
getJSremove(IOpenLayersMap map) |
org.apache.wicket.request.resource.JavaScriptResourceReference[] |
getJSResourceReferences()
In some cases a javascript component will provide its own javascript resource.
|
String getJSremove(IOpenLayersMap map)
map
- String getJSadd(IOpenLayersMap map)
map
- String getId()
org.apache.wicket.request.resource.JavaScriptResourceReference[] getJSResourceReferences()
Copyright © 2015. All rights reserved.