Changes between Version 2 and Version 3 of WidgetsList

Show
Ignore:
Timestamp:
05/01/09 18:24:55 (16 months ago)
Author:
madbob
Comment:

added "functional" and "aggregation" section

Legend:

Unmodified
Added
Removed
Modified
  • WidgetsList

    v2 v3  
    33Here, a list of current and planned Widgets, which may be claimed and disposed by [wiki:Thoughts Thoughts]. 
    44 
    5 === Editing === 
     5=== Metadata === 
    66 
    7 Those widgets are used to directly manipulate contents provided (values for metadata of items), may be assigned to specific metadata or leaved free to be assigned by Synapse in function of the current result set and their input type. If no widget is specified in the Thought, but only the metadata to be rappresented, the default widget for that type of value is used. 
     7Those widgets are used to directly manipulate contents provided (values for metadata of items) or just show them, may be assigned to specific metadata or leaved free to be assigned by Synapse in function of the current result set and their input type. If no widget is specified in the Thought, but only the metadata to be rappresented, the default widget for that type of value is used. 
    88 
    99|| '''Title''' || '''Description''' || '''Input''' || '''Done/TODO''' || 
    1010|| Label || Show a text, without edit options || Text, eventually normalized from other formats || [[Image(htdocs:cancel.png)]] || 
    11 || Button || A button to hook to a SubConsciousDaemon function || A function to call || [[Image(htdocs:cancel.png)]] || 
    1211|| !TextSelector || Default to editing a string || Text || [[Image(htdocs:cancel.png)]] || 
    1312|| !LargeTextSelector || Default to editing a string on multiline || Text || [[Image(htdocs:cancel.png)]] || 
     
    2928|| Image || To show an image || Data, image. Same as !FormattedTextEditor, a unique format is handled by the widget (BMP?) and Synapse provides conversion to match real data and required format || [[Image(htdocs:cancel.png)]] || 
    3029 
     30=== Aggregation === 
     31 
     32Commodity widgets which format more editing widgets for a set of items, may be considered hybrids between Metadata and Layout widgets. For each of them a customized set of metadata to show is configurable, and those will be formatted together. 
     33 
     34|| '''Title''' || '''Description''' || '''Done/TODO''' || 
     35|| !ListView || A list of contents, where Items are disposed one per row || [[Image(htdocs:cancel.png)]] || 
     36|| !IconView || A grid where Items are disposed accordly the size of the screen || [[Image(htdocs:cancel.png)]] || 
     37|| !TreeView || A tree where Items are disposed accordly the grouping options of the set || [[Image(htdocs:cancel.png)]] || 
     38|| !FloatingView || Similar to !IconView, but Items rappresentations aren't fixed || [[Image(htdocs:cancel.png)]] || 
     39|| !DrawView || Groups together Items with same values for choosen metadata || [[Image(htdocs:cancel.png)]] || 
     40|| !RelationView || As the !FloatingView, but also draws links among Items with same values for choosen metadata || [[Image(htdocs:cancel.png)]] || 
     41 
     42=== Functional === 
     43 
     44Those components are to be placed in the view, but are used as logic connections to perform actions outside the view. Mainly are hooks throught the [wiki:SubConsciousDaemon SubConsciousDaemon]. 
     45 
     46|| '''Title''' || '''Description''' || '''Done/TODO''' || 
     47|| Button || A button to hook to a function || [[Image(htdocs:cancel.png)]] || 
     48 
    3149=== Layout === 
    3250