All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public final class PageView extends Panel
This is a simple Wicket component that displays all components of a Page in a table representation. Useful for debugging.

Simply add this code to your page's constructor:

 add(new PageView("componentTree", this));
 
And this to your markup:
  <span wicket:id="componentTree"/>
 
Author:
Juergen Donnerstag
See Also:
  • Field Details

    • RENDER_KEY

      public static final MetaDataKey<Long> RENDER_KEY
      A meta data key used by RenderPerformaceListener in wicket-devutils to collect the time needed by a component to render itself
  • Constructor Details

  • Method Details