com.evolveum.midpoint.web.component.menu.top
Class TopMenuItem

java.lang.Object
  extended by com.evolveum.midpoint.web.component.menu.top.TopMenuItem
All Implemented Interfaces:
Serializable

public class TopMenuItem
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
TopMenuItem(String label, String description, Class<? extends org.apache.wicket.Page> page)
           
TopMenuItem(String label, String description, Class<? extends org.apache.wicket.Page> page, Class<? extends org.apache.wicket.Page> marker)
           
 
Method Summary
 String getDescription()
           
 String getLabel()
           
 Class<?> getMarker()
           
 Class<? extends org.apache.wicket.Page> getPage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.