Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 $application
 $cookie
 $flash
 $FP
 $FP. helpers.Html
 $O, ObjectLib
 $page, Controller
 $profiler
 $req
 $res
 $server
 $session
 _cacheKey
 _getCache, Myna. Table
A
 abort, Myna
 Accessing Nodes, XML
 Actions, Controller: Direct
 add
 addApp, Myna. Permissions
 addColumn, Myna. Table
 addError, Myna. ValidationResult
 addField, Model
 addFilter, Controller
 addForeignKey, Myna. Table
 addIndex, Myna. Table
 addKey, Myna. KeyStore
 addLayout, Controller
 addNameSpace, XML
 addOpenObject, $application
 addPrimaryKey, Myna. Table
 addRight, Myna. Permissions
 addRights, Myna. Permissions. UserGroup
 addUser, Myna. Permissions
 addUserGroup, Myna. Permissions
 addUsers, Myna. Permissions. UserGroup
 addValidator
 addValidators
 addValue, Myna. QueryParams
 after
 alert, Myna. Swing
 allowBackgroundRefresh, Myna. Cache
 ancestorIds, TreeNodeObject
 ancestorNodes, TreeNodeObject
 api, Controller: Direct
 appendBinary, Myna.File
 appendChild, XML
 appendFunction
 appendString, Myna.File
 appendUnique, Array
 Application Overview, $application
 Application Template, $application
 apply, Myna. Template
 Apply, Myna. XTemplate
 applyBehavior
 applyChanges, Myna. Table
 applyTo
 appname, $application
 Array
 Async
 attribute, XML
 attributes, XML
 AuthAdapters
 author, $application
 authorEmail, $application
 authPassword, $req
 authUser, $req
 avg, Array
 avgByCol, Myna. DataSet
Global object for defining and managing a Myna application.
A global object for interacting with cookies in the current request
A session-scoped object for passing messages to views.
Core framework instance for Myna FlightPath
if (typeof $O = = "undefined")
wraps an object with the ObjectLib functions.
$page metadata object
Global instance of Myna.Profiler.
Global object that contains properties related to the current request.
Global object for managing the servlet response.
Global object that stores information about the server environment.
Global object for managing the servlet session
(private) cache key base for internal metadata caching
(private) cache key base for internal metadata caching
Myna.Table.prototype._getCache = function(type,
f)
(private) internal function for caching metadata
Myna.abort=function Myna_abort(label,
value)
Halts JavaScript execution, optionally showing a message or dumping an object
how to work with XML content
Date.prototype.add = function(interval,
value)
Provides a convenient method of performing basic date arithmetic.
Myna.ThreadGroup.prototype.add=function(func,
args,
priority)
creates a thread, adds it to this group, and returns the generated thread
addApp:function(options)
Adds/updates an application, and returns an instance of Myna.Permissions.App.
Myna.Table.prototype.addColumn = function(options)
Adds a column to an existing table
Myna.ValidationResult.prototype.addError=function(message,
property)
Adds an error to this result and sets success to false
addField:function addField(def)
adds a field to this Model’s beanClass
Controller.prototype.addFilter = function addFilter(filter,
options)
Adds an action filter
Myna.Table.prototype.addForeignKey = function(options)
Adds a foreign key to this table
Myna.Table.prototype.addIndex = function(options)
Adds an index to an existing table
Myna.KeyStore.prototype.addKey = function(status)
generate a new key in this keystore
Controller.prototype.addLayout = function addLayout(layout)
adds a layout layer to this this request
The addNamespace method adds a namespace declaration to the in scope namespaces for this XML object and returns this XML object.
addOpenObject:function(obj)
Add an object to $application to be closed at the end of the thread.
Myna.Table.prototype.addPrimaryKey = function(options)
Adds a primary key to this table
addRight:function(options)
adds a new right, and returns an instance of Myna.Permissions.Right
Myna.Permissions.UserGroup.prototype.addRights = function(right_id_list)
adds one or more rights to this group, if not already added
addUser:function(options)
adds a new user, and returns an instance of Myna.Permissions.User
addUserGroup:function(options)
adds a new user group, and returns an instance of Myna.UserGroup
Myna.Permissions.UserGroup.prototype.addUsers = function(user_id_list)
adds one or more users to this group, if not already added
adds a validation function to this manager’s validation object
addValidator:function addValidator(colname,
validator,
options)
adds a validation function to this Model’s validation object
Myna.Validation.prototype.addValidator=function addValidator(property,
validator,
options)
adds a validation function to this manager
add multiple validators to this manager’s validation object
Myna.Validation.prototype.addValidators=function addValidators(validator_config)
add multiple validators
addValue:function(value,
type,
isNull)
adds an sql parameter value to to QueryParams and returns a paceholder.
Function.prototype.after = function(func)
returns a chain function out of this function and another function, new function second
Object.prototype.after=function(functionName,
functionObj)
Appends supplied function to the event chain of this object.
ObjectLib.after=function(obj,
functionName,
functionObj)
Appends supplied function to the event chain of an object.
String.prototype.after=function(count,
caseSensitive)
returns all the characters after the first count characters
alert:function(text,
title,
type)
Creates an alert dialog
Optional, default true if true, and a cached value is available, then cache refreshes happen in a background thread and the current cached value is returned.
an array of the node ids of this node’s ancestors
an array of the TreeNodes of this node’s ancestors
returns an Ext.Direct api.
Myna.File.prototype.appendBinary = function(byteArray)
appends a strings to this file
Adds child as a new child of the element, after all other children.
alias for after
alias for after
Myna.File.prototype.appendString = function(string)
appends a strings to this file
Array.prototype.appendUnique=function(val,
looseCheck,
accessor)
adds a new element to this array, if that element is not already in this array.
General Description of application configuration
Merges this template with the supplied data.
Merges this template with the supplied data.
Controller.prototype.applyBehavior = function applyBehavior(name,
options)
loads a behavior and applies it to this object
applyBehavior:function applyBehavior(name)
loads a behavior and applies it to this object
Myna.Table.prototype.applyChanges = function()
Applies the contents of Table.sql to this Table’s datasource.
Object.prototype.applyTo=function(target,
shouldOverwrite)
Copies all properties (including Function properties) of this object to another
ObjectLib.applyTo=function(obj,
target,
shouldOverwrite)
Copies all properties (including Function properties and “hidden”) of an object to another
String application name.
Additional functions on the JS Array object
Web browser asynchronous function utilities
Returns the attribute of with the requested name.
Returns the attributes of this element.
Auth Adapters are customizable authentication modules that can be used with Myna’s permissions system or separately.
Name of the author of this application
email of the author of this application
If a “Basic” auth token is supplied ion the header, this function will return the password part, otherwise “”.
If a “Basic” auth token is supplied ion the header, this function will return the username part, otherwise “”.
Array.prototype.avg = function(accessor)
returns an average of the array.
DataSet.prototype.avgByCol = function(column,
accessor)
returns an average of the column.