org.zeroexchange.web.navigation.menu.model
Class Leaf

java.lang.Object
  extended by org.zeroexchange.web.navigation.menu.model.MenuItem
      extended by org.zeroexchange.web.navigation.menu.model.Leaf
All Implemented Interfaces:
Serializable

public class Leaf
extends MenuItem

Author:
black
See Also:
Serialized Form

Constructor Summary
Leaf()
           
 
Method Summary
 Class<org.apache.wicket.Page> getPageClass()
           
 void setPageClass(Class<org.apache.wicket.Page> pageClass)
           
 
Methods inherited from class org.zeroexchange.web.navigation.menu.model.MenuItem
getDecorator, getFirstLeaf, getImage, getKey, getRenderer, setDecorator, setImage, setKey, setRenderer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Leaf

public Leaf()
Method Detail

getPageClass

public Class<org.apache.wicket.Page> getPageClass()
Returns:
the page

setPageClass

public void setPageClass(Class<org.apache.wicket.Page> pageClass)
Parameters:
page - the page to set


Copyright © 2013. All Rights Reserved.