Difference between revisions of "Scout/Concepts/Field"
Dev.jmini.fr (Talk | contribs) |
Dev.jmini.fr (Talk | contribs) (→{{ScoutLink|Concepts|ValueField|Value fields}}) |
||
Line 10: | Line 10: | ||
It is possible to distinguish different types of fields: | It is possible to distinguish different types of fields: | ||
− | === | + | ===Value fields=== |
These fiels contain a value. There are specific implementation depending on the {{ScoutLink|Concepts|Type of Data|type of data}}: | These fiels contain a value. There are specific implementation depending on the {{ScoutLink|Concepts|Type of Data|type of data}}: | ||
{|{{BMTableStyle}} | {|{{BMTableStyle}} | ||
Line 21: | Line 21: | ||
| {{ScoutLink|Concepts|DateField|DateField}} || [[Image:Scout_DateField_SWT.png]] | | {{ScoutLink|Concepts|DateField|DateField}} || [[Image:Scout_DateField_SWT.png]] | ||
|- | |- | ||
− | | {{ScoutLink|Concepts|SmartField| | + | | {{ScoutLink|Concepts|SmartField|SmartField}} || [[Image:Scout_SmartField_SWT.png]] |
|- | |- | ||
| {{ScoutLink|Concepts|DoubleField|DoubleField}} || [[Image:Scout_NumberField_SWT.png]] | | {{ScoutLink|Concepts|DoubleField|DoubleField}} || [[Image:Scout_NumberField_SWT.png]] | ||
|- | |- | ||
− | | {{ScoutLink|Concepts|BooleanField|BooleanField or checkbox}} || . | + | | {{ScoutLink|Concepts|BooleanField|BooleanField or checkbox}} || [[Image:Scout_CheckboxField_SWT.png]] |
|- | |- | ||
− | | See also the | + | | colspan="2" align="center" | See also the main article on {{ScoutLink|Concepts|ValueField|value fields}} |
|- | |- | ||
|} | |} |
Revision as of 15:03, 30 January 2011
Scout |
Wiki Home |
Website |
Download • Git |
Community |
Forums • Blog • Twitter • G+ |
Bugzilla |
Bugzilla |
Field are elements in Form
Contents
Description
It is possible to distinguish different types of fields:
Value fields
These fiels contain a value. There are specific implementation depending on the type of data:
Field | Preview |
---|---|
StringField | ![]() |
DateField | ![]() |
SmartField | ![]() |
DoubleField | ![]() |
BooleanField or checkbox | ![]() |
See also the main article on value fields |
Composite fields
To group other fields
Field | Preview |
---|---|
GroupBox field | ...TODO... |
TabBox field | ...TODO... |
SequenceBox field | ...TODO... |
... | ... |
Other fields
- Container fields: They contain other Scout Element (TableField, PageField, FormField, ...)
TODO: also HTML field...
Properties
Defined with getConfiguredXxxxxx() methods.
Events
Defined with execXxxxxx() methods.