My favorites | Sign in
Project Home Wiki Issues Source
Checkout   Browse   Changes    
 
1
2
3
4
5
6
7
8
9
10
11
12
13
<p>
A {@model SetWire} will synchronise the {@model CanBeSynced} elements contained within each of the synchronised elements in a manner similar to a {@model SyncWire}, except that this {@model Wire} is unidirectional; if the target value changes, the source value will not change. For a {@model SetWire}, the <i>default element</i> created depends instead on the following semantics:
</p>

<ul>
<li>If both the <i>source container</i> and the <i>target container</i> are {@model InputForm}s, then the type of the <i>default element</i> will be a {@model Label}.
<li>If the <i>source container</i> is a {@model DomainIterator} and the <i>target container</i> is a {@model InputForm}, {@model Email} or {@model IteratorList}, then the type of the <i>default element</i> will be a {@model Label}.
<li>If the <i>source container</i> is a {@model VisibleThing} and the <i>target container</i> is a {@model Map}, then the type of the <i>default element</i> will be a {@model MapPoint}.
</ul>

<p>
If a {@model DomainIterator} iterating over multiple results is connected to a {@model InputForm} with a {@model SyncWire} or {@model SetWire}, then the form will be populated in such a way to provide navigation over the data set. That is, {@model Button}s will be created within the form to control the cursor over the iterator.
</p>

Change log

r3048 by soundasleep on Aug 4, 2011   Diff
adding paragraph breaks to modeldoc
additional documentation
Go to: 
Project members, sign in to write a code review

Older revisions

r3047 by soundasleep on Aug 4, 2011   Diff
work on describing behaviour to iaml
modeldoc, as taken from the thesis
r1240 by soundasleep on Oct 4, 2009   Diff
implementing OperationCallNode test
case
All revisions of this file

File info

Size: 1346 bytes, 13 lines

File properties

svn:mime-type
text/html
Powered by Google Project Hosting