Difference between revisions of "PrF UG forms instancerow"
From Protege Wiki
(Automated import of articles) |
|||
(3 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 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.) | ||
− | <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, | ||
− | 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| | + | <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 | + | see [[PrF_UG_forms_custom_instancerow|Customizing an InstanceRow- or InstanceTableWidget]]. |
− | [[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.