Jump to: navigation, search

Difference between revisions of "HowTo:Create a new View"


Line 1: Line 1:
The [[View]] is used to make evident the [[Reference]]'s and [[Relation]]'s between [[MetaClass]]'s with further ViewItem's ([[QUERYVIEWITEM]], [[REFERENCEVIEWITEM]] and [[RELATIONVIEWITEM]]).
+
To display objects in a hierarchical manner a [[View]] and its related [[VIEWITEMS|ViewItem's]] ([[QUERYVIEWITEM]], [[REFERENCEVIEWITEM]] and [[RELATIONVIEWITEM]]) must be evaluated. The View also needs a defined list of root objects.
 
# Navigate to the MetaClass ''View'' via the ''[[Class Browser]]''<br/>[[File:UI_view_01.png|220 px|border|alt=View|View]]
 
# Navigate to the MetaClass ''View'' via the ''[[Class Browser]]''<br/>[[File:UI_view_01.png|220 px|border|alt=View|View]]
 
# Create a new instance using the ''[[Bulk Editor]]''<br/>[[File:UI_view_02.png|880 px|border|alt=View|View]]
 
# Create a new instance using the ''[[Bulk Editor]]''<br/>[[File:UI_view_02.png|880 px|border|alt=View|View]]
 
# Set at least name and description
 
# Set at least name and description
# To see now the entire structure in the [[View Test Environment]], nor the required ViewItem's must be added to view with the ''[[Relation Editor]]''.<br/>[[File:UI_view_03.png|330 px|border|alt=View|View]]
+
# Relate a set of ViewItems to the View.
 +
# Relate a list of root objects.
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 
# Save the changes with {{key press|Ctrl|S}} or the save command
 +
# Test the view in the [[View Test Environment]].<br/>[[File:UI_view_03.png|330 px|border|alt=View|View]]
  
 
==See also==
 
==See also==
Line 10: Line 12:
 
* [[HowTo:Create a new ViewItem]]
 
* [[HowTo:Create a new ViewItem]]
  
 
+
[[Category:How-To|Create a new View]]
 
+
 
+
[[Category:How-To]]
+

Revision as of 15:53, 30 July 2015

To display objects in a hierarchical manner a View and its related ViewItem's (QUERYVIEWITEM, REFERENCEVIEWITEM and RELATIONVIEWITEM) must be evaluated. The View also needs a defined list of root objects.

  1. Navigate to the MetaClass View via the Class Browser
    View
  2. Create a new instance using the Bulk Editor
    View
  3. Set at least name and description
  4. Relate a set of ViewItems to the View.
  5. Relate a list of root objects.
  6. Save the changes with Ctrl+S or the save command
  7. Test the view in the View Test Environment.
    View

See also