com.atlassian.greenhopper.web.page
Class FilterModel.FilterEntry
java.lang.Object
com.atlassian.greenhopper.web.page.FilterModel.FilterEntry
- Enclosing class:
- FilterModel
public static class FilterModel.FilterEntry
- extends java.lang.Object
Single entry of the filter dropdown.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FilterModel.FilterEntry
public FilterModel.FilterEntry()
FilterModel.FilterEntry
public FilterModel.FilterEntry(FieldOption fieldOption,
java.lang.String tooltip,
boolean clickable)
getName
public java.lang.String getName()
getValue
public java.lang.String getValue()
setTooltip
public void setTooltip(java.lang.String tooltip)
getTooltip
public java.lang.String getTooltip()
setClickable
public void setClickable(boolean clickable)
isClickable
public boolean isClickable()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2007-2011 Atlassian. All Rights Reserved.