%CSP.UI.Component.remoteDatabaseSelect
class %CSP.UI.Component.remoteDatabaseSelect extends %ZEN.Component.dataCombo
%CSP.UI.Component.remoteDatabaseSelectFor use on the SMP Remote Database dialog.
Extends dataCombo, adding a callback that disables the component
and displays a message if the query resturned no results
(i.e. a connection to the remote server could not be established.)
Inherited Members
Inherited Properties
- %condition
- %import
- %includeFiles
- %page
- %resource
- OnCreateResultSet
- OnExecuteResultSet
- align
- autocomplete
- aux
- auxColumn
- buttonCaption
- buttonImage
- buttonImageDown
- buttonTitle
- cached
- choiceColumn
- clearOnLoad
- clientType
- columnHeaders
- columnName
- comboType
- composite
- conditions
- containerStyle
- contentType
- controlClass
- controlStyle
- countRows
- dataBinding
- delay
- disabled
- displayColumns
- dragEnabled
- dropEnabled
- dropdownHeight
- dropdownWidth
- editable
- emptyText
- enclosingClass
- enclosingStyle
- error
- groupByClause
- height
- hidden
- hint
- hintClass
- hintStyle
- hzScroll
- id
- index
- inputtype
- invalid
- invalidMessage
- isDropdownVisible
- itemCount
- label
- labelClass
- labelDisabledClass
- labelStyle
- loadingMessage
- maxRows
- maxlength
- multiColumn
- name
- onafterdrag
- onbeforedrag
- onblur
- onchange
- onclick
- ondblclick
- ondrag
- ondrop
- onfocus
- onhide
- onkeydown
- onkeypress
- onkeyup
- onmousedown
- onmouseout
- onmouseover
- onmouseup
- onrefresh
- onshow
- onshowDropdown
- onsubmit
- ontouchend
- ontouchmove
- ontouchstart
- onupdate
- onvalidate
- orderByClause
- originalValue
- parameters
- parent
- placeholder
- queryClass
- queryName
- readOnly
- required
- requiredMessage
- scrollIntoView
- searchKeyLen
- selectedIndex
- showEmpty
- showLabel
- showQuery
- size
- slice
- spellcheck
- sql
- sqlLookup
- tabIndex
- tableName
- text
- title
- tuple
- unrestricted
- valign
- value
- valueColumn
- visible
- whereClause
- width
- window
Inherited Methods
- %AddToSaveSet()
- %Attr()
- %BindExport()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %CreateResultSet()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %DrawComponentHTML()
- %DrawHTML()
- %DrawJSStrings()
- %EnclosingDivId()
- %Eval()
- %EvalC()
- %Extends()
- %ForceClientRender()
- %GetDisplayValue()
- %GetEventHandlers()
- %GetForm()
- %GetParameter()
- %GetXMLName()
- %IsA()
- %IsModified()
- %MakeId()
- %Name()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnAddToPageAfter()
- %OnAddToPageBefore()
- %OnCreateResultSet()
- %OnDrawEnclosingDiv()
- %OnDrawObjectProperties()
- %OnExecuteResultSet()
- %OnObjectSynch()
- %OnZENDeserialize()
- %OriginalNamespace()
- %PackageName()
- %QuoteValue()
- %QuoteValueL10N()
- %RemoveFromSaveSet()
- %Self()
- %SerializeObject()
- %SetDefaultValues()
- %SetModified()
- %ValidateObject()
- XMLDTD()
- XMLExport()
- XMLExportToStream()
- XMLExportToString()
- XMLNew()
- XMLSchema()
- XMLSchemaNamespace()
- XMLSchemaType()
- adjustDropdownPosition()
- clearCache()
- comboboxButtonDown()
- comboboxButtonUp()
- comboboxMouseOut()
- comboboxMouseOver()
- dragFinishHandler()
- dragHandler()
- dragNotifyHandler()
- dragStartHandler()
- dropHandler()
- dropStartHandler()
- executeQuery()
- exposeComponent()
- findDisplayValue()
- findElement()
- findSelectedItem()
- fireOnUpdateEvent()
- focus()
- formatValue()
- getAuxValue()
- getCacheDiv()
- getDisabled()
- getDragData()
- getDropDownDiv()
- getEnclosingDiv()
- getForm()
- getHidden()
- getHintElement()
- getInvalidReason()
- getItemEl()
- getLabelElement()
- getOptionAux()
- getOptionCount()
- getOptionText()
- getOptionValue()
- getProperty()
- getReadOnly()
- getSettings()
- getType()
- getValue()
- inputKeyHandler()
- invokeSuper()
- isModified()
- isOfType()
- isValid()
- makeId()
- normalizeValue()
- onCreate()
- onDelete()
- onDisplayHandler()
- onEndModalHandler()
- onPopupAction()
- onRefreshContents()
- onSerialize()
- onStartModalHandler()
- onchangeHandler()
- onloadHandler()
- onresizeHandler()
- onunloadHandler()
- onupdateHandler()
- refreshContents()
- render()
- renderContents()
- renderSVG()
- restoreConditionalStyle()
- select()
- selectItem()
- setDisabled()
- setHidden()
- setOverlayMode()
- setProperty()
- setReadOnly()
- setValue()
- showDropdown()
- startProgressBar()
- stopProgressBar()
- storeConditionalStyle()
- sysName()
- unformatValue()
- validationHandler()