You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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.