org.apache.wicket.util
Interface IHierarchical<T>

Type Parameters:
T -

public interface IHierarchical<T>

Represents an object that is a part of a hierarchy

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 T getParent()
           
 

Method Detail

getParent

T getParent()
Returns:
object's parent or null if this object is the root of the hierarchy


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