ontopoly.pojos
Class MenuItem

java.lang.Object
  extended by ontopoly.pojos.MenuItem
All Implemented Interfaces:
Serializable

public class MenuItem
extends Object
implements Serializable

Class for representing a menu item for our application.

See Also:
Serialized Form

Constructor Summary
MenuItem(org.apache.wicket.markup.html.basic.Label caption, Class<? extends org.apache.wicket.Page> destination, org.apache.wicket.PageParameters pageParameters)
           
 
Method Summary
 org.apache.wicket.markup.html.basic.Label getCaption()
           
 Class<? extends org.apache.wicket.Page> getPageClass()
           
 org.apache.wicket.PageParameters getPageParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuItem

public MenuItem(org.apache.wicket.markup.html.basic.Label caption,
                Class<? extends org.apache.wicket.Page> destination,
                org.apache.wicket.PageParameters pageParameters)
Method Detail

getCaption

public org.apache.wicket.markup.html.basic.Label getCaption()

getPageClass

public Class<? extends org.apache.wicket.Page> getPageClass()

getPageParameters

public org.apache.wicket.PageParameters getPageParameters()


Copyright © 2000-2012 Ontopia.