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