com.atlassian.jira.web.action.admin.issuetypes
Interface ManageableOptionType

All Known Implementing Classes:
IssueTypeManageableOption

public interface ManageableOptionType


Method Summary
 String getActionPrefix()
           
 Collection getAllOptions()
           
 String getFieldId()
           
 String getLocalHelpSuffix()
           
 String getTitle()
           
 String getTitleLowerCase()
           
 String getTitleSingle()
           
 boolean isDefault(org.ofbiz.core.entity.GenericValue constant)
           
 boolean isIconEnabled()
           
 boolean isTypeEnabled()
           
 

Method Detail

getTitle

public String getTitle()

getFieldId

public String getFieldId()

getActionPrefix

public String getActionPrefix()

getLocalHelpSuffix

public String getLocalHelpSuffix()

getTitleSingle

public String getTitleSingle()

getTitleLowerCase

public String getTitleLowerCase()

isIconEnabled

public boolean isIconEnabled()

isTypeEnabled

public boolean isTypeEnabled()

getAllOptions

public Collection getAllOptions()

isDefault

public boolean isDefault(org.ofbiz.core.entity.GenericValue constant)


Copyright © 2002-2007 Atlassian. All Rights Reserved.