Mig-infocom MiG Calendar Getting Started Guide Manual de usuario Pagina 20

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 31
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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
Vista de pagina 19
1 2 ... 15 16 17 18 19 20 21 22 23 24 25 ... 30 31

Comentarios a estos manuales

Sin comentarios