Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

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.