Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "View-builder vocabulary"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right Vocabulary to describe a "view" of a context. A view is a tree structure of grou...)
 
(Classes)
Line 13: Line 13:
 
==Classes==
 
==Classes==
  
@@@TODO
+
===Field===
 +
Metadata about how an attribute in the Persona vocabulary should be presented
 +
* 1..1 attribute
 +
* 1..1 displayOrder
 +
 
 +
===Group===
 +
A logical group of Fields and/or sub-Groups
 +
* 1..1 displayOrder
 +
* 0..N field
 +
* 1..1 skos:prefLable
 +
* 0..N subgroup
 +
 
 +
==Attributes==
 +
 
 +
===attribute===
 +
The attribute that should be displayed in this field
 +
* domain: Field
 +
* value: rdf:Property
 +
 
 +
===field===
 +
A field of a Group
 +
* domain: Group
 +
* value: Field
 +
 
 +
===subgroup===
 +
A child of a Group
 +
* domain: Group
 +
* value: Group
 +
 
 +
===displayOrder===
 +
A number that indicates the relative position with respect to the displayOrder of sibling objects with this same attribute. Lower numbers indicate precedence.
 +
* domain: Field or Group
 +
* value: xsd:Integer
  
 
== Example ==
 
== Example ==
 
[[Image:View-example.png|center]]
 
[[Image:View-example.png|center]]

Revision as of 12:44, 24 February 2011

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}
Higgins logo 76Wx100H.jpg

Vocabulary to describe a "view" of a context. A view is a tree structure of groups of attributes to be displayed/edited.

Files

UML Overview

@@@TODO

Classes

Field

Metadata about how an attribute in the Persona vocabulary should be presented

  • 1..1 attribute
  • 1..1 displayOrder

Group

A logical group of Fields and/or sub-Groups

  • 1..1 displayOrder
  • 0..N field
  • 1..1 skos:prefLable
  • 0..N subgroup

Attributes

attribute

The attribute that should be displayed in this field

  • domain: Field
  • value: rdf:Property

field

A field of a Group

  • domain: Group
  • value: Field

subgroup

A child of a Group

  • domain: Group
  • value: Group

displayOrder

A number that indicates the relative position with respect to the displayOrder of sibling objects with this same attribute. Lower numbers indicate precedence.

  • domain: Field or Group
  • value: xsd:Integer

Example

View-example.png

Back to the top