Interface ManageableOptionType
- All Known Implementing Classes:
IssueTypeManageableOption,PriorityManageableOption
public interface ManageableOptionType
-
Method Details
-
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)
-