Class Index | File Index

Classes


Class gxe.control.ElementChoice


Extends gxe.control.Control.
Supports the display of an exclusive element choice.

Typically associated with:
gpt/gxe/core/xml/ElementChoice.xml

Defined in: gxe.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
Fields borrowed from class gxe.control.Control:
cfgObject, context, gxeId, htmlAttributes, htmlElement, htmlTag, htmlTextContent, parentControl, xmlNode, xmlParentElement
Method Summary
Method Attributes Method Name and Description
 
isElementSelected(xmlElement)
Determines if an XML element is associated with the selected choice.
Methods borrowed from class gxe.control.Control:
build, createHtmlElement, ensureVisibility, evaluateValue, execBuild, findFirstChildControl, focus, getLabelText, importCfgProperties, importHtmlAttributes, initialize, processCfgAttribute, processCfgElement, processChildren
Events borrowed from class gxe.control.Control:
fireOnEvent, onChildControlCreated, onEvent, onHtmlChildrenCreated, onHtmlElementCreated
Class Detail
gxe.control.ElementChoice()
Method Detail
{boolean} isElementSelected(xmlElement)
Determines if an XML element is associated with the selected choice.
The anchor is enabled when text has been entered into the associated input text box.
Parameters:
{gxe.xml.XmlElement} xmlElement
the XML element to test
Returns:
{boolean} true if the XML element is selected