Class Layer
- java.lang.Object
-
- org.wicketstuff.openlayers.api.layer.Layer
-
-
Constructor Summary
Constructors Constructor Description Layer()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description voidbindHeaderContributors(Component c)protected abstract voidbindHeaderContributors(IHeaderResponse response)StringgetId()StringgetJSAddLayer(IOpenLayersMap map)abstract StringgetJSconstructor()protected StringgetJSconstructor(String javascriptTypeName, List<String> parameterList)A convience method for the common initialization case.protected StringgetJSOptionsMap(Map<String,String> options)A helper to build the { ... } options list from a map.StringgetName()voidsetName(String name)
-
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public String getId()
-
getJSAddLayer
public final String getJSAddLayer(IOpenLayersMap map)
-
bindHeaderContributors
public final void bindHeaderContributors(Component c)
-
bindHeaderContributors
protected abstract void bindHeaderContributors(IHeaderResponse response)
-
getJSconstructor
public abstract String getJSconstructor()
-
getJSOptionsMap
protected String getJSOptionsMap(Map<String,String> options)
A helper to build the { ... } options list from a map.- Parameters:
options-- Returns:
-
-