Class SLDEditor
Object
|
+--WidgetBase
|
+--WidgetBaseXSL
|
+--SLDEditor
- class
SLDEditor
- extends WidgetBaseXSL
Defined in SLDEditor.js
Constructor Summary |
SLDEditor
(modelNode, parent)
Widget to create a SLD file or inserts it into Web Map Context v.
|
Method Summary |
void
|
openColorWindow(inputId)
Open a popup for choose color value
|
void
|
postPaint(objRef)
Called after paint(), can be used to initialize things that depend on the
the widget output being presetn, eg.
|
void
|
refresh(objRef, layerName)
Listener method to paint this widget
|
void
|
setAttr(objRef,xpath,value,attr)
Set the value of an attribute from the FeatureList.
|
SLDEditor
SLDEditor(modelNode, parent)
Widget to create a SLD file or inserts it into Web Map Context v.
Parameters:
modelNode
- The model that this widget is a view of.
parent
- This widget's object node from the configuration document.
openColorWindow
void openColorWindow(inputId)
Open a popup for choose color value
Parameters:
inputId
- id of input where color is define
postPaint
void postPaint(objRef)
Called after paint(), can be used to initialize things that depend on the
the widget output being presetn, eg. form and form elements
Parameters:
objRef
- Pointer to this object.
refresh
void refresh(objRef, layerName)
Listener method to paint this widget
Parameters:
layerName
- the name of the layer to highlight
setAttr
void setAttr(objRef,xpath,value,attr)
Set the value of an attribute from the FeatureList.
Parameters:
objRef
- Reference to this object.
xpath
- Xpath reference to the attribute in the GML.
value
- New attribute value.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007