Difference between revisions of "SELECTIVELIST"
m (Text replacement - "[[Category:System MetaClasses" to "[[Category:Metaclasses") |
|||
Line 8: | Line 8: | ||
| purpose = Manage selective lists | | purpose = Manage selective lists | ||
| version = 2+ | | version = 2+ | ||
+ | | typestring = UBIK.Kernel.MetaClass | ||
+ | | runtimetype = UBIK.Kernel.SelectiveList | ||
}} | }} | ||
Line 15: | Line 17: | ||
[[File:Selectivelist.png|300px|thumb|right|2 parts to create a selective list]] | [[File:Selectivelist.png|300px|thumb|right|2 parts to create a selective list]] | ||
To generate a selective list, there are two important parts: | To generate a selective list, there are two important parts: | ||
− | *SELECTIVEITEM equals to a following item of a selective list | + | * SELECTIVEITEM equals to a following item of a selective list |
− | *SELECTIVELIST is the base selective list | + | * SELECTIVELIST is the base selective list |
[[Category:Metaclasses]] | [[Category:Metaclasses]] |
Revision as of 15:12, 13 May 2015
Selective Lists gives the possibility to limit the possible user inputs.
e.g. if you want to let the user choose a car, but do not want to give the user the right to add new car-manufactors, just create a car-selective-list, so that the user is only allowed to choose out of this car-catalogue.
To generate a selective list, there are two important parts:
- SELECTIVEITEM equals to a following item of a selective list
- SELECTIVELIST is the base selective list