Class MainMenuItem
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MenuItem
-
- edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MainMenuItem
-
public class MainMenuItem extends MenuItem
A menu item that indicates whether it is the active item or not.- Author:
- rjy7
-
-
Constructor Summary
Constructors Constructor Description MainMenuItem(String linkText, String path, boolean active)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisActive()-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.web.templatemodels.menu.MenuItem
getActive, getLinkText, getUrl
-
Methods inherited from class edu.cornell.mannlib.vitro.webapp.web.templatemodels.BaseTemplateModel
cleanMapValuesForDisplay, cleanTextForDisplay, cleanURIForDisplay, getUrl, getUrl, getUrl, simpleScriptStripper
-
-