Runtime Type : Meta : Function

Page Status: Beta

Class Description

Back to Runtime Types

Contents
Inherits From

root→Object→Meta→MetaDoc→MetaId→Class→Function

Fields
StatementBody body field description
boolean expand field description
State state field description
Trigger trigger field description
Function Summary
addNewArgument function description
computeScopeList function description
updateTrigger function description
changeExpand function description
handleEvent Generic function for handling events that the object observes. This function is meant to be overridden by Cord objects.
matchCriteria function description
removeChild function description
Function Detail

addNewArgument

function description

Syntax

addNewArgument( )

computeScopeList

function description

Syntax

computeScopeList( [out] Collection(Class) list )

Parameters

list
argument description

updateTrigger

function description

Syntax

updateTrigger( )

changeExpand(Override)

function description

Syntax

changeExpand( )

handleEvent(Override)

Generic function for handling events that the object observes. This function is meant to be overridden by Cord objects.

Syntax

handleEvent( [in] Event event, [in] Object parentContext, [in] Cord cord, [out] boolean eventHandled )

Parameters

event
the event to handle (i.e. Click, Double-Click, etc.)
parentContext
contains information about the context in which the function was called (never used by SwitchBoard)
cord
the cord the event came from, and therefore the cord that called the function
eventHandled
true if the object wishes to cancel the event

Error Handling

If event, parentContext, or cord is null, then no action is taken, no error condition is raised, and eventHandled is false.

matchCriteria(Override)

function description

Syntax

matchCriteria( [in] string type, [in] Meta criteria, [out] boolean isMatch, [out] boolean canBeExpanded )

Parameters

type
argument description
criteria
argument description
isMatch
argument description
canBeExpanded
argument description

Error Handling

If event, parentContext, or cord is null, then no action is taken, no error condition is raised, and eventHandled is false.

removeChild(Override)

function description

Syntax

removeChild( [in] Meta child )

Parameters

child
argument description

Error Handling

If event, parentContext, or cord is null, then no action is taken, no error condition is raised, and eventHandled is false.

Forms
ClassRow form description
ClassRowContract form description
ClassRowExpanded form description
Create form description
ListRowView form description
PopupMenu form description
SEToolBarMenu form description
TabPage form description
Views
DynamicFormConnection : DynamicFormAdapter view description
DynamicFormConnection : FunctionOnBody view description
DynamicFormListElementConnection : ClassInlineMembers view description
ExpandInline : ExpandInlineCompositeAdapter view description
IconicDisplay : IconicDisplayAdapter view description
SortView : DefaultSortViewAdapter view description
StringConnection : SchemaListRowString view description
StringConnection : StringViewAdapter view description
TabElementConnection : TabElementAdapter view description
TreeElementView : ChooserTreeElementAdapter view description
TreeElementView : FlatListboxElementAdapter view description
    Copyright © 2005 - 2007 Bungee Labs. All rights reserved.