Package ontopoly.pojos
Class MenuItem
- java.lang.Object
-
- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.wicket.markup.html.basic.Label
getCaption()
Class<? extends org.apache.wicket.Page>
getPageClass()
org.apache.wicket.PageParameters
getPageParameters()
-
-
-
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()
-
-