Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

gwt-componentcontainer.asciidoc 558B

1234567891011121314151617181920
  1. ---
  2. title: Component Containers
  3. order: 9
  4. layout: page
  5. ---
  6. [[gwt.componentcontainer]]
  7. = Component Containers
  8. Component containers, such as layout components, are a special group of
  9. components that require some consideration. In addition to handling state, they
  10. need to manage communicating the hierarchy of their contained components to the
  11. other side.
  12. The easiest way to implement a component container is extend the
  13. [classname]#AbstractComponentContainer#, which handles the synchronization of
  14. the container server-side components to the client-side.