Mig-infocom MiG Calendar Getting Started Guide Bedienungsanleitung Seite 20

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 31
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 19
MiG InfoCom AB
and add all supporting objects, such as Decorators,
ActivityLayouts and date/time rounders for activities.
There are also a whole slew of properties to change if
needed, something that can be cumbersome doing manually.
Everything that exists in the CalendarTheme can also be set
manually. Some objects that should be created and added
have their properties spread out over multiple properties. You
will also have to know where that object should be injected,
for instance Headers should be added to the
DateAreaContainer but ActivityLayouts should be
added to DefaultDateArea.
You will have to read the MiG Calendar Tutorial to get to know
what objects to use and where to put them.
To create a non-themed version of the component here's
how:
DefaultDateArea dateArea = new DefaultDateArea();
DateAreaContainer container = new DateAreaContainer(dateArea);
We only see a white background. That is because we haven't
installed (added) any Decorators yet (or rather
GridDecorators, which extends the interface Decorator
with the ability to get the GridContainer).
Lets add grid lines first:
MiG Calendar Getting Started Guide Page 20 / 31
Illustration 10 Empty DateAreaContainer
Seitenansicht 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 30 31

Kommentare zu diesen Handbüchern

Keine Kommentare