Class Index | File Index

Classes


Class Index

_global_


cfgAttribute

GXE configuration attribute structure (JSON).

cfgObject

GXE configuration object structure (JSON).

fgdc.control.KeywordSelector

Provides a popup dialog for the selection of keywords.

gxe

Primary namespace for the Geoportal XML Editor (GXE).

gxe.cfg

Static utilities for processing JSON based configuration objects associated with an editor definition.

gxe.Client

Provides client functionality for executing AJAX calls to the server.

gxe.Context

Provides a context for the editor.

gxe.control.Attribute

Supports a UI section associated with a targeted XML attribute.

gxe.control.Control

Base class for all renderable controls.

gxe.control.ControlArray

An array backed collection of GXE controls.

gxe.control.Element

Supports a UI section associated with a targeted XML element.

gxe.control.ElementChoice

Supports the display of an exclusive element choice.

gxe.control.ElementChoiceBody

Supports the body section associated with an exclusive element choice.

gxe.control.ExclusiveControlArray

A control array using exclusive display.

gxe.control.IndexedTabArray

Provides an array of tabs indexed by the multiplicity of a targeted XML element.

gxe.control.InputBase

Base class for all input controls.

gxe.control.InputDelimitedTextArea

Supports the input of multiple values through a delimited "textarea" control.

gxe.control.InputGemetKeyword

Provides a popup dialog for GEMET keyword selection.

gxe.control.InputSelectMany

Supports the input of multiple values through a collection of check boxes.

gxe.control.InputSelectOne

Supports the input of a single value through a drop down list ("select").

gxe.control.InputText

Supports the input of a single value through a text box ("input" type="text").

gxe.control.InputTextArea

Supports the input of a single value through a "textarea" control.

gxe.control.Map

Provides an interactive map control for the definition of a bounding spatial envelope.

gxe.control.MessageArea

Supports the message area section of the page.

gxe.control.NonExclusiveControlArray

A control array using non-exclusive display.

gxe.control.Parameter

Supports a UI section.

gxe.control.RepeatablesContainer

Provides a container for repeatable element controls (multiplicity > 1).

gxe.control.Section

Supports a UI section.

gxe.control.SectionBody

Supports the body portion of a UI section.

gxe.control.SectionHeader

Supports the header portion of a UI section.

gxe.control.SectionMenu

Supports a menu bar associated with the header portion of a UI section.

gxe.control.TabArray

Container supporting the display of an array of tabs.

gxe.control.Tabs

Supports the display of a set of tabs.

gxe.control.TabsBody

Supports the body section associated with a set of tabs.

gxe.control.TargetLabel

Supports the display of a label associated with a targeted XML node (element or attribute).

gxe.html.HtmlAttribute

Represents an HTML based attribute.

gxe.html.HtmlAttributes

A collection of HTML based attributes.

gxe.util.ArrayList

Simulates some methods associated with an ArrayList data structure.

gxe.util.StringBuffer

Simulates some methods associated with an StringBuffer data structure.

gxe.xml.DomProcessor

Provides utility functions for processing an XML document.

gxe.xml.Generator

Serializes an XML document.

gxe.xml.XmlAttribute

A target XML attribute.

gxe.xml.XmlAttributes

A collection of XML attributes (of type gxe.xml.XmlAttribute).

gxe.xml.XmlDocument

A target XML document.

gxe.xml.XmlElement

A target XML element.

gxe.xml.XmlElements

A collection of XML elements (of type gxe.xml.XmlElement).

gxe.xml.XmlNamespace

An XML namespace.

gxe.xml.XmlNamespaces

A collection of XML namespaces.

gxe.xml.XmlNode

A target XML node (element or attribute).

gxe.xml.XmlNodeInfo

Provides information about a target XML node.