Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/CalendarField"

m
(Screenshot)
Line 18: Line 18:
 
{|{{BMTableStyle}}
 
{|{{BMTableStyle}}
 
|-{{BMTHStyle}}
 
|-{{BMTHStyle}}
 +
! Type
 
! RAP
 
! RAP
 
! SWT
 
! SWT
Line 23: Line 24:
 
! Swing Rayo
 
! Swing Rayo
 
|-
 
|-
| [[Image:Scout_3.8_CalendarField_RAP.png]] || [[Image:Scout_3.8_CalendarField_SWT.png]] || [[Image:Scout_3.8_CalendarField_Swing.png]] || [[Image:Scout_3.8_CalendarField_Swing_Rayo.png]]
+
| Month || [[Image:Scout_3.8_CalendarField_Month_RAP.png]] || [[Image:Scout_3.8_CalendarField_Month_SWT.png]] || [[Image:Scout_3.8_CalendarField_Month_Swing.png]] || [[Image:Scout_3.8_CalendarField_Month_Swing_Rayo.png]]
 +
|-
 +
| Week || [[Image:Scout_3.8_CalendarField_Week_RAP.png]] || [[Image:Scout_3.8_CalendarField_Week_SWT.png]] || [[Image:Scout_3.8_CalendarField_Week_Swing.png]] || [[Image:Scout_3.8_CalendarField_Week_Swing_Rayo.png]]
 +
|-
 +
| Working week || [[Image:Scout_3.8_CalendarField_WorkingWeek_RAP.png]] || [[Image:Scout_3.8_CalendarField_WorkingWeek_SWT.png]] || [[Image:Scout_3.8_CalendarField_WorkingWeek_Swing.png]] || [[Image:Scout_3.8_CalendarField_WorkingWeek_Swing_Rayo.png]]
 +
|-
 +
| Day || [[Image:Scout_3.8_CalendarField_Day_RAP.png]] || [[Image:Scout_3.8_CalendarField_Day_SWT.png]] || [[Image:Scout_3.8_CalendarField_Day_Swing.png]] || [[Image:Scout_3.8_CalendarField_Day_Swing_Rayo.png]]
 
|-
 
|-
 
|}
 
|}

Revision as of 06:54, 4 October 2012

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

Specific type of The Scout documentation has been moved to https://eclipsescout.github.io/. to represent String.

Description

The CalendarField is made to represent an The Scout documentation has been moved to https://eclipsescout.github.io/. with appointments.

The CalendarField has 4 different views:

  • Month: Displays a whole month
  • Week: Displays a week
  • Working week: Displays a week from Monday to Friday
  • Day: Displays only a day

Screenshot

Type RAP SWT Swing Swing Rayo
Month Scout 3.8 CalendarField Month RAP.png Scout 3.8 CalendarField Month SWT.png Scout 3.8 CalendarField Month Swing.png Scout 3.8 CalendarField Month Swing Rayo.png
Week Scout 3.8 CalendarField Week RAP.png Scout 3.8 CalendarField Week SWT.png Scout 3.8 CalendarField Week Swing.png Scout 3.8 CalendarField Week Swing Rayo.png
Working week Scout 3.8 CalendarField WorkingWeek RAP.png Scout 3.8 CalendarField WorkingWeek SWT.png Scout 3.8 CalendarField WorkingWeek Swing.png Scout 3.8 CalendarField WorkingWeek Swing Rayo.png
Day Scout 3.8 CalendarField Day RAP.png Scout 3.8 CalendarField Day SWT.png Scout 3.8 CalendarField Day Swing.png Scout 3.8 CalendarField Day Swing Rayo.png

Properties

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

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the properties that all fields have in common.

Events

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

See also the The Scout documentation has been moved to https://eclipsescout.github.io/. and The Scout documentation has been moved to https://eclipsescout.github.io/. pages for the events that all fields have in common.


See Also

Back to the top