Runtime Type : Meta : Field

Page Status: Beta

Class Description

Back to Runtime Types

Contents
Inherits From

root→Object→Meta→MetaDoc→MetaId→Field

Fields
boolean canCancel field description
CategoryAdapter category field description
int32 copyAction field description
Site defaultValue field description
boolean deferLink field description
Enum enumeration field description
boolean expand field description
Handler handler field description
boolean isAttribute field description
boolean isCollection field description
boolean isEncrypted field description
boolean isLarge field description
boolean isMap field description
boolean isPersistent field description
boolean isSoapAlwaysSend field description
boolean isSoapAny field description
boolean isSoapOptional field description
boolean isSortAscending field description
string label field description
boolean manageRefCount field description
boolean needsEncoding field description
boolean nullable field description
FormAdapter propertyForm field description
SortViewAdapter sortViewAdapter field description
State state field description
Class type field description
Function Summary
childSelected function description
computeDisplay function description
computeTreeFlatList function description
getRealType function description
openChooser 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
Function Detail

childSelected

function description

Syntax

childSelected( [in] Meta selected )

Parameters

selected
argument description

computeDisplay

function description

Syntax

computeDisplay( [out] string display, [in] boolean addModifier, [in] boolean boldName )

Parameters

display
argument description
addModifier
argument description
boldName
argument description

computeTreeFlatList

function description

Syntax

computeTreeFlatList( [in] FilterFolder folder )

Parameters

folder
argument description

getRealType

function description

Syntax

getRealType( [out] Meta arg )

Parameters

arg
argument description

openChooser

function description

Syntax

openChooser( )

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.

Forms
ClassRow form description
ClassRowContract form description
ClassRowExpand form description
Create form description
ListRowView form description
PopupMenu form description
SEToolBarMenu form description
TabPage form description
Views
DynamicFormConnection : DynamicFormAdapter view description
DynamicFormListConnection : HandlerInlineCollection view description
DynamicFormListElementConnection : ClassInlineMembers view description
ExpandInline : ExpandInlineCompositeAdapter view description
IconicDisplay : IconicDisplayAdapter view description
ListConnection : ListboxAdapter view description
ListElementConnection : ListboxElementAdapter view description
PopupConnection : PopupAdapter view description
SortView : DefaultSortViewAdapter view description
StringConnection : ComplexInlineString view description
StringConnection : DefaultValue 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.