Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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.