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

String getTitle()

getFieldId

String getFieldId()

getActionPrefix

String getActionPrefix()

getLocalHelpSuffix

String getLocalHelpSuffix()

getTitleSingle

String getTitleSingle()

getTitleLowerCase

String getTitleLowerCase()

isIconEnabled

boolean isIconEnabled()

isTypeEnabled

boolean isTypeEnabled()

getAllOptions

Collection getAllOptions()

isDefault

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


Copyright © 2002-2009 Atlassian. All Rights Reserved.