Difference between revisions of "PrF UG forms instancerow"

From Protege Wiki
Jump to: navigation, search
(Automated import of articles)
 
Line 4: Line 4:
 
{{PrF_UG_TOC_forms}}<div id='prf_ug'>
 
{{PrF_UG_TOC_forms}}<div id='prf_ug'>
  
InstanceRowWidget is an optional widget for slots of type
+
InstanceRowWidget is an optional widget for slots
[[PrF_UG_slots_value_type_instance|Instance]]
+
of type [[PrF_UG_slots_value_type_instance|Instance]]
 
with single cardinality (<b>at most</b> equal to 1).
 
with single cardinality (<b>at most</b> equal to 1).
It shows all slot values for the instance. (The default widget,
+
It shows all slot values for the instance.
InstanceFieldWidget,
+
(The default widget, InstanceFieldWidget,
 
only shows the name of the instance that is selected as the value of the slot.)
 
only shows the name of the instance that is selected as the value of the slot.)
  
Line 14: Line 14:
  
 
InstanceTableWidget is very similar to InstanceRowWidget,
 
InstanceTableWidget is very similar to InstanceRowWidget,
except that it is available for Instance slots with multiple cardinality (<b>at most</b> not specified or greater than 1).
+
except that it is available for Instance slots with multiple cardinality
So,
+
(<b>at most</b> not specified or greater than 1).
it can display multiple rows of information.
+
So, it can display multiple rows of information.
  
 
<div>[[Image:PrF_UG_forms_instancetablewidget.png|forms_instancetablewidget]]</div>
 
<div>[[Image:PrF_UG_forms_instancetablewidget.png|forms_instancetablewidget]]</div>
  
 
For information on how to customize the display of this widget,
 
For information on how to customize the display of this widget,
see
+
see [[PrF_UG_forms_custom_instancerow|Customizing an InstanceRow- or InstanceTableWidget]].
[[PrF_UG_forms_custom_instancerow|Customizing an InstanceRow- or InstanceTableWidget]].
 
  
 
</div>
 
</div>

Revision as of 15:30, October 15, 2008

InstanceRowWidget and InstanceTableWidget


Protege-Frames User's Guide
Forms
Understanding Forms
Forms Tab
Form Browser
Form Buttons
Form Editor
Display Slot Menu
Selected Widget Type Menu
Widget Configuration Dialog
Form Configuration Dialog Box
Default Widget Types
Additional String Widgets
Instance Row and Table Widgets
Contains Widget
Direct Instances Widget
Global Characteristics
Moving or Resizing a Widget
Widget Configuration Properties
Selecting a Widget Display
Hiding a Widget
Customizing a Row or Table Widget
Customizing a Contains Widget
Using a Resource List Widget
Additional Widget Types
Glossary, Editing Help

InstanceRowWidget is an optional widget for slots of type Instance with single cardinality (at most equal to 1). It shows all slot values for the instance. (The default widget, InstanceFieldWidget, only shows the name of the instance that is selected as the value of the slot.)

forms_instancerowwidget

InstanceTableWidget is very similar to InstanceRowWidget, except that it is available for Instance slots with multiple cardinality (at most not specified or greater than 1). So, it can display multiple rows of information.

forms_instancetablewidget

For information on how to customize the display of this widget, see Customizing an InstanceRow- or InstanceTableWidget.