{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
\\ 

{table:id=|class=servoy sSummary}{colgroup}{column:padding=0px|width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Method Summary{th}{tr}{tbody}{tr}{td}[JSRecord]{td}{td}[#getRecord]\()
Returns the record of the element that is being rendered.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#getRecordIndex]\()
Returns the record index of the element that is being rendered.{td}{tr}{tbody}{tbody}{tr}{td}[Renderable]{td}{td}[#getRenderable]\()
Returns the element that is being rendered.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#hasFocus]\()
Returns whether or not the element that is being rendered has focus.{td}{tr}{tbody}{tbody}{tr}{td}[Boolean]{td}{td}[#isRecordSelected]\()
Returns whatever or not the record of the element that is being rendered is selected.{td}{tr}{tbody}{table}\\ 

{table:id=function|class=servoy sDetail}{colgroup}{column:padding=0px|width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Method Details{th}{tr}{tbody:id=getRecord|class=node}{tr:id=name}{td}h6.getRecord{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[JSRecord]{span}{span:id=iets|style=float: left; font-weight: bold;}getRecord{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}Returns the record of the element that is being rendered.{td}{tr}{tr:id=ret}{td}*Returns*\\ [JSRecord] -- Record of the element that is being rendered{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
// type the record returned from the call with JSDoc, fill in the right server/tablename
/** @type {JSRecord<db:/servername/tablename>} */
var record = event.getRecord();
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=getRecordIndex|class=node}{tr:id=name}{td}h6.getRecordIndex{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[Number]{span}{span:id=iets|style=float: left; font-weight: bold;}getRecordIndex{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}Returns the record index of the element that is being rendered.{td}{tr}{tr:id=ret}{td}*Returns*\\ [Number] -- record index of the element that is being rendered{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
event.getRecordIndex()
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=getRenderable|class=node}{tr:id=name}{td}h6.getRenderable{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[Renderable]{span}{span:id=iets|style=float: left; font-weight: bold;}getRenderable{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}Returns the element that is being rendered.{td}{tr}{tr:id=ret}{td}*Returns*\\ [Renderable] -- Renderable the element that is being rendered{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
event.getRenderable();
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=hasFocus|class=node}{tr:id=name}{td}h6.hasFocus{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[Boolean]{span}{span:id=iets|style=float: left; font-weight: bold;}hasFocus{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}Returns whether or not the element that is being rendered has focus.{td}{tr}{tr:id=ret}{td}*Returns*\\ [Boolean] -- true if the element that is being rendered has the focus, false otherwise{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
event.hasFocus();
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=isRecordSelected|class=node}{tr:id=name}{td}h6.isRecordSelected{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[Boolean]{span}{span:id=iets|style=float: left; font-weight: bold;}isRecordSelected{span}{span:id=iets|style=float: left;}\(){span}{td}{tr}{tr:id=des}{td}Returns whatever or not the record of the element that is being rendered is selected.{td}{tr}{tr:id=ret}{td}*Returns*\\ [Boolean] -- true if the record of the element that is being rendered is selected{td}{tr}{tr:id=sam}{td}*Sample*\\{div:class=sIndent}{code:language=javascript}
event.isRecordSelected()
{code}{div}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}