org.apache.wicket.examples.tree.content
Class MixedContent

java.lang.Object
  extended by org.apache.wicket.examples.tree.content.Content
      extended by org.apache.wicket.examples.tree.content.MixedContent
All Implemented Interfaces:
Serializable, IDetachable, IClusterable

public class MixedContent
extends Content

Author:
Sven Meier
See Also:
Serialized Form

Constructor Summary
MixedContent(List<Content> contents)
           
 
Method Summary
 Component newContentComponent(String id, AbstractTree<Foo> tree, IModel<Foo> model)
          Create new content.
 
Methods inherited from class org.apache.wicket.examples.tree.content.Content
detach
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MixedContent

public MixedContent(List<Content> contents)
Method Detail

newContentComponent

public Component newContentComponent(String id,
                                     AbstractTree<Foo> tree,
                                     IModel<Foo> model)
Description copied from class: Content
Create new content.

Specified by:
newContentComponent in class Content


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.