This file is part of the Achievo ATK distribution.
Detailed copyright and licensing information can be found in the doc/COPYRIGHT and doc/LICENSE files which should be included in the distribution.
| Version: | $Revision: 6350 $ $Id: class.atkattribute.inc 7087 2011-01-06 10:21:40Z patrick $ |
| Copyright: | (c)2000-2006 Ivo Jansch |
| Copyright: | (c)2000-2006 Ibuildings.nl BV |
| License: | ATK Open Source License |
| Class | Description |
|---|---|
| atkAttribute | The atkAttribute class represents an attribute of an atkNode. |
|
Do addToQuery() of this attribute
Storage type flag, used by the storageType() and related methods
|
Alias for AF_AUTO_INCREMENT (auto-increment flag is often mistyped)
"database-level" processing flag
|
Shortcut for hidden auto-incremented primary key
miscellaneous processing flag
|
Auto-increment field
"database-level" processing flag
|
Alias for AF_BLANK_LABEL (mistyped)
display-related processing flag
|
Blank label in forms
display-related processing flag
|
Delete function is called when owning node is deleted
miscellaneous processing flag
|
Load always, even if not displayed anywhere
hide flag
|
Attribute is totally hidden
hide flag
|
Will have a large amount of recors (relation)
Instead of showing a listbox with all the records it will show an add link to a select page
miscellaneous processing flag
|
Alias for AF_ML (spelled out)
miscellaneous processing flag
|
Alias for AF_NO_LABEL (mistyped)
display-related processing flag
|
Alias for AF_NO_SORT (mistyped)
display-related processing flag
|
Ignore filters when selecting records (relation)
miscellaneous processing flag
|
No quotes are used when adding to the database
miscellaneous processing flag
|
Cannot be sorted in recordlists
display-related processing flag
|
Value must be entered
"database-level" processing flag
|
Parent field for parent child relations (treeview)
miscellaneous processing flag
|
If supported, use pop-up window
display-related processing flag
|
Part of the primary-key node, also makes it obligatory
"database-level" processing flag
|
Always readonly
readonly flag
|
Attribute is searchable in list views
display-related processing flag
|
The attribute will have a 'total' column in lists
display-related processing flag
|
Attribute is disabled in view and edit mode
|
Do not load this attribute
Storage type flag, used by the storageType() and related methods
|
Do not store this attribute
Storage type flag, used by the storageType() and related methods
|
Call load after selectDb()
Storage type flag, used by the storageType() and related methods
|
Store after all other ('normal') attributes (?)
Storage type flag, used by the storageType() and related methods
|
Call load before selectDb()
Storage type flag, used by the storageType() and related methods
|
Store before all other ('normal') attributes (?)
Storage type flag, used by the storageType() and related methods