Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Scout/Concepts/PlannerField"

(New page: {{ScoutPage|cat=Component Model}} Type of {{ScoutLink|Concepts|Field|field}} to display appointments like the {{ScoutLink|Concepts|CalendarField|CalendarField}}. * implements: {{ScoutJav...)
 
(Replaced content with "The Scout documentation has been moved to https://eclipsescout.github.io/.")
 
Line 1: Line 1:
{{ScoutPage|cat=Component Model}}
+
The Scout documentation has been moved to https://eclipsescout.github.io/.
 
+
Type of {{ScoutLink|Concepts|Field|field}} to display appointments like the {{ScoutLink|Concepts|CalendarField|CalendarField}}.
+
 
+
* implements: {{ScoutJavadoc|IPlannerField|I}}
+
* extends: {{ScoutJavadoc|AbstractPlannerField|C}}
+
 
+
== Description ==
+
The PlannerField shows the starttime and the endtime of appointments.
+
 
+
There are different planning modes
+
* <code>PLANNING_MODE_WEEK</code>: Shows appointments per week
+
* <code>PLANNING_MODE_DAY</code>: Shows appointments per day
+
* <code>PLANNING_MODE_INTRADAY</code>: Shows appointments per hours
+
 
+
{{note|TODO|Add a description}}
+
 
+
== Screenshot ==
+
{|{{BMTableStyle}}
+
|-{{BMTHStyle}}
+
! RAP
+
! SWT
+
! Swing
+
! Swing Rayo
+
|-
+
| only Swing available || only Swing available || [[Image:Scout_3.8_PlannerField_Swing.png]] || [[Image:Scout_3.8_PlannerField_Swing_Rayo.png]]
+
|-
+
|}
+
 
+
== Properties ==
+
''Defined with {{ScoutLink|Concepts|GetConfigured Methods|getConfiguredXxxxxx()}} methods''.
+
 
+
See also {{ScoutLink|Concepts|Field|Field}} for the properties that all fields have in common.
+
 
+
== Events ==
+
''Defined with {{ScoutLink|Concepts|Exec_Methods|execXxxxxx()}} methods''.
+
 
+
See also {{ScoutLink|Concepts|Field|Field}} for the events that all fields have in common.
+
 
+
 
+
== See Also ==
+
* {{ScoutLink|Concepts|Field|Field}}
+

Latest revision as of 07:19, 18 March 2024

The Scout documentation has been moved to https://eclipsescout.github.io/.

Back to the top