Difference between revisions of "Scout/Concepts/Field"
m (→Value fields) |
m (→Value fields) |
||
Line 23: | Line 23: | ||
|- | |- | ||
| {{ScoutLink|Concepts|LabelField|LabelField}} || [[Image:Scout_3.8_LabelField_RAP.png]] || [[Image:Scout_3.8_LabelField_SWT.png]] || [[Image:Scout_3.8_LabelField_Swing.png]] || [[Image:Scout_3.8_LabelField_Swing_Rayo.png]] | | {{ScoutLink|Concepts|LabelField|LabelField}} || [[Image:Scout_3.8_LabelField_RAP.png]] || [[Image:Scout_3.8_LabelField_SWT.png]] || [[Image:Scout_3.8_LabelField_Swing.png]] || [[Image:Scout_3.8_LabelField_Swing_Rayo.png]] | ||
+ | |- | ||
+ | | {{ScoutLink|Concepts|IntegerField|IntegerField}} || [[Image:Scout_3.8_IntegerField_RAP.png]] || [[Image:Scout_3.8_IntegerField_SWT.png]] || [[Image:Scout_3.8_IntegerField_Swing.png]] || [[Image:Scout_3.8_IntegerField_Swing_Rayo.png]] | ||
+ | |- | ||
+ | | {{ScoutLink|Concepts|BigIntegerField|BigIntegerField}} || [[Image:Scout_3.8_BigIntegerField_RAP.png]] || [[Image:Scout_3.8_BigIntegerField_SWT.png]] || [[Image:Scout_3.8_BigIntegerField_Swing.png]] || [[Image:Scout_3.8_BigIntegerField_Swing_Rayo.png]] | ||
+ | |- | ||
+ | | {{ScoutLink|Concepts|DoubleField|DoubleField}} || [[Image:Scout_3.8_DoubleField_RAP.png]] || [[Image:Scout_3.8_DoubleField_SWT.png]] || [[Image:Scout_3.8_DoubleField_Swing.png]] || [[Image:Scout_3.8_DoubleField_Swing_Rayo.png]] | ||
+ | |- | ||
+ | | {{ScoutLink|Concepts|BigDecimalField|BigDecimalField}} || [[Image:Scout_3.8_BigDecimalField_RAP.png]] || [[Image:Scout_3.8_BigDecimalField_SWT.png]] || [[Image:Scout_3.8_BigDecimalField_Swing.png]] || [[Image:Scout_3.8_BigDecimalField_Swing_Rayo.png]] | ||
|- | |- | ||
| {{ScoutLink|Concepts|SmartField|SmartField}} || [[Image:Scout_3.8_SmartField_RAP.png]] || [[Image:Scout_3.8_SmartField_SWT.png]] || [[Image:Scout_3.8_SmartField_Swing.png]] || [[Image:Scout_3.8_SmartField_Swing_Rayo.png]] | | {{ScoutLink|Concepts|SmartField|SmartField}} || [[Image:Scout_3.8_SmartField_RAP.png]] || [[Image:Scout_3.8_SmartField_SWT.png]] || [[Image:Scout_3.8_SmartField_Swing.png]] || [[Image:Scout_3.8_SmartField_Swing_Rayo.png]] |
Revision as of 07:01, 20 September 2012
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 | RAP | SWT | Swing | Swing Rayo |
---|---|---|---|---|
StringField | ![]() |
![]() |
![]() |
![]() |
LabelField | ![]() |
![]() |
![]() |
![]() |
IntegerField | ![]() |
![]() |
![]() |
![]() |
BigIntegerField | ![]() |
![]() |
![]() |
![]() |
DoubleField | ![]() |
![]() |
![]() |
![]() |
BigDecimalField | ![]() |
![]() |
![]() |
![]() |
SmartField | ![]() |
![]() |
![]() |
![]() |
FileChooserField | ![]() |
![]() |
![]() |
![]() |
DateField | ![]() |
![]() |
![]() |
![]() |
TimeField | ![]() |
![]() |
![]() |
![]() |
DateTimeField | ![]() |
![]() |
![]() |
![]() |
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... |
... | ... |
See also the main article on composite field |
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.