com.evolveum.midpoint.web.component.menu.top
Class TopMenuItem
java.lang.Object
com.evolveum.midpoint.web.component.menu.top.TopMenuItem
- All Implemented Interfaces:
- Serializable
public class TopMenuItem
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TopMenuItem
public TopMenuItem(String label,
String description,
Class<? extends org.apache.wicket.Page> page)
TopMenuItem
public TopMenuItem(String label,
String description,
Class<? extends org.apache.wicket.Page> page,
Class<? extends org.apache.wicket.Page> marker)
getLabel
public String getLabel()
getDescription
public String getDescription()
getPage
public Class<? extends org.apache.wicket.Page> getPage()
getMarker
public Class<?> getMarker()
Copyright © 2013 evolveum. All Rights Reserved.