|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.BaseLocatable org.apache.tapestry.AbstractComponent org.apache.tapestry.BaseComponent net.sf.tacos.components.maps.GMap
public abstract class GMap
Constructor Summary | |
---|---|
GMap()
|
Method Summary | |
---|---|
protected void |
cleanupAfterRender(org.apache.tapestry.IRequestCycle cycle)
|
void |
finishLoad(org.apache.tapestry.IRequestCycle cycle,
org.apache.tapestry.engine.IPageLoader loader,
org.apache.tapestry.spec.IComponentSpecification spec)
Drop the licenses into a map just once. |
static GMap |
get(org.apache.tapestry.IRequestCycle cycle)
Get the current GMap. |
abstract double |
getCoordX()
x coordinate of the center |
abstract double |
getCoordY()
y coordinate of the center |
abstract int |
getHeight()
The height of the control |
abstract String |
getIdParameter()
The html id |
abstract String |
getKey()
The api key, provided by google |
abstract List |
getKeys()
The api keys, contributed to tacos.components.MapLicences |
abstract org.apache.tapestry.IScript |
getScript()
Injected script |
abstract String |
getServerName()
Injected server name |
abstract Integer |
getServerPort()
Injected server port |
abstract boolean |
getShowScale()
Whether or not to show the scale control |
abstract boolean |
getShowType()
Whether or not to show the type control |
abstract boolean |
getShowZoom()
Whether or not to show the zoom control |
abstract String |
getType()
Map type: street, satellite, hybrid |
abstract int |
getVersion()
The api version |
abstract int |
getWidth()
The width of the control |
abstract int |
getZoom()
The zoom level |
protected void |
prepareForRender(org.apache.tapestry.IRequestCycle cycle)
|
protected void |
renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
Methods inherited from class org.apache.tapestry.BaseComponent |
---|
addOuter |
Methods inherited from class org.apache.tapestry.AbstractComponent |
---|
addAsset, addBody, addComponent, checkActiveLock, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
---|
getLocation, setLocation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.tapestry.IComponent |
---|
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty |
Methods inherited from interface org.apache.tapestry.IRender |
---|
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
---|
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
---|
getLocation |
Constructor Detail |
---|
public GMap()
Method Detail |
---|
public abstract String getIdParameter()
public abstract int getWidth()
public abstract int getHeight()
public abstract int getVersion()
public abstract int getZoom()
public abstract double getCoordX()
public abstract double getCoordY()
public abstract String getType()
public abstract List getKeys()
public abstract String getKey()
public abstract boolean getShowZoom()
public abstract boolean getShowType()
public abstract boolean getShowScale()
public abstract org.apache.tapestry.IScript getScript()
public abstract String getServerName()
public abstract Integer getServerPort()
public static GMap get(org.apache.tapestry.IRequestCycle cycle)
cycle
-
protected void prepareForRender(org.apache.tapestry.IRequestCycle cycle)
prepareForRender
in class org.apache.tapestry.AbstractComponent
protected void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
renderComponent
in class org.apache.tapestry.BaseComponent
public void finishLoad(org.apache.tapestry.IRequestCycle cycle, org.apache.tapestry.engine.IPageLoader loader, org.apache.tapestry.spec.IComponentSpecification spec)
finishLoad
in interface org.apache.tapestry.IComponent
finishLoad
in class org.apache.tapestry.BaseComponent
protected void cleanupAfterRender(org.apache.tapestry.IRequestCycle cycle)
cleanupAfterRender
in class org.apache.tapestry.AbstractComponent
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |