Difference between revisions of "PrF UG forms instancerow"
From Protege Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
== InstanceRowWidget and InstanceTableWidget == | == InstanceRowWidget and InstanceTableWidget == | ||
− | {{PrF_UG_TOC_forms}}<div id='prf_ug'> | + | <noinclude>{{PrF_UG_TOC_forms}}<div id='prf_ug'></noinclude> |
InstanceRowWidget is an optional widget for slots | InstanceRowWidget is an optional widget for slots | ||
Line 11: | Line 11: | ||
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.) | ||
− | <div>[[Image:PrF_UG_forms_instancerowwidget.png| | + | <div>[[Image:PrF_UG_forms_instancerowwidget.png|frame|none| |
+ | InstanceRowWidget]]</div> | ||
InstanceTableWidget is very similar to InstanceRowWidget, | InstanceTableWidget is very similar to InstanceRowWidget, | ||
Line 18: | Line 19: | ||
So, it can display multiple rows of information. | So, it can display multiple rows of information. | ||
− | <div>[[Image:PrF_UG_forms_instancetablewidget.png| | + | <div>[[Image:PrF_UG_forms_instancetablewidget.png|frame|none| |
+ | 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 [[PrF_UG_forms_custom_instancerow|Customizing an InstanceRow- or InstanceTableWidget]]. | see [[PrF_UG_forms_custom_instancerow|Customizing an InstanceRow- or InstanceTableWidget]]. | ||
− | </div> | + | |
+ | <noinclude></div></noinclude> |
Latest revision as of 16:57, November 13, 2008
InstanceRowWidget and InstanceTableWidget
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.)
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.
For information on how to customize the display of this widget, see Customizing an InstanceRow- or InstanceTableWidget.