Class AoiForm
Object
|
+--WidgetBase
|
+--WidgetBaseXSL
|
+--AoiForm
- class
AoiForm
- extends WidgetBaseXSL
Defined in AoiForm.js
Constructor Summary |
AoiForm
(widgetNode, model)
Widget to display the AOI box coordinates in a form.
|
Method Summary |
void
|
displayAoiCoords(objRef, targetNode)
Output the AOI coordinates to the associated form input elements.
|
void
|
postPaint(objRef)
Refreshes the form onblur handlers when this widget is painted.
|
void
|
setAoi()
Handles user input from the form element.
|
formName
Object formName
AoiForm
AoiForm(widgetNode, model)
Widget to display the AOI box coordinates in a form.
Parameters:
widgetNode
- This widget's object node from the configuration document.
model
- The model that this widget is a view of.
displayAoiCoords
void displayAoiCoords(objRef, targetNode)
Output the AOI coordinates to the associated form input elements. This
method is registered as an AOI listener on the context doc.
Parameters:
objRef
- Pointer to this AoiForm object.
targetNode
- The node for the enclosing HTML tag for this widget.
postPaint
void postPaint(objRef)
Refreshes the form onblur handlers when this widget is painted.
Parameters:
objRef
- Pointer to this AoiForm object.
setAoi
void setAoi()
Handles user input from the form element. This is an onblur handler for
the input elements.
Documentation generated by
JSDoc on Tue Aug 21 08:12:28 2007