<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<!-- Driver Descriptor for LineEdit -->
<DRIVER HEADER="Controls.h">
     <REQUIRE MODULE="SERVER" TYPE="VFP"/>
	  <RESOURCE FILE="controls/jquery.js" />
     <RESOURCE FILE="controls/textutil.js" />
     <RESOURCE FILE="controls/controls.css" />
     
     <METHOD NAME="setReadOnly" DESC="Set control to read only">
	     <PARAMETER NAME="readOnly" TYPE="BOOLEAN" DESC="Set to true to disable editing" />
	  </METHOD>
     <METHOD NAME="setText" DESC="Sets the LineEdit text">
	     <PARAMETER NAME="text" TYPE="STRING" DESC="Text to display in the LineEdit" />
	  </METHOD>
     <METHOD NAME="getText" DESC="Returns the text in the LineEdit">
        <RETURN TYPE="STRING"/>
	  </METHOD>
     <METHOD NAME="clear" DESC="Clear all of the text" />

     <INTERRUPT DESC="Control Event"  HOOK="attachEventHandler"/>
</DRIVER>
