org.apache.cocoon.forms.formmodel
Class GoogleMapDefinition
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
org.apache.cocoon.forms.formmodel.GoogleMapDefinition
- All Implemented Interfaces:
- WidgetDefinition, Locatable
public class GoogleMapDefinition
- extends AbstractWidgetDefinition
The WidgetDefinition
part of a GoogleMap widget, see GoogleMap
for more information.
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition |
addCreateListener, addValidator, checkCompleteness, checkMutable, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, getParent, getState, makeImmutable, setAttributes, setDisplayData, setEnclosingLibrary, setId, setLocation, setParent, setState, validate, widgetCreated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GoogleMapDefinition
public GoogleMapDefinition()
createInstance
public Widget createInstance()
- Description copied from interface:
WidgetDefinition
- Creates and returns a widget based on this widget definition.
initializeFrom
public void initializeFrom(WidgetDefinition definition)
throws Exception
- initialize this definition with the other, sort of like a copy constructor
- Specified by:
initializeFrom
in interface WidgetDefinition
- Overrides:
initializeFrom
in class AbstractWidgetDefinition
- Throws:
Exception
setInitialValue
public void setInitialValue(GoogleMapValue value)
getInitialValue
public GoogleMapValue getInitialValue()
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.