com.evolveum.midpoint.web.component.menu.left
Class LeftMenuItem

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

public class LeftMenuItem
extends Object
implements Serializable

Author:
lazyman
See Also:
Serialized Form

Constructor Summary
LeftMenuItem(String label, String icon, Class<? extends org.apache.wicket.Page> page)
           
 
Method Summary
 String getIcon()
           
 String getLabel()
           
 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

LeftMenuItem

public LeftMenuItem(String label,
                    String icon,
                    Class<? extends org.apache.wicket.Page> page)
Method Detail

getIcon

public String getIcon()

getLabel

public String getLabel()

getPage

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


Copyright © 2013 evolveum. All Rights Reserved.