|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.jbo.common.NamedObjectImpl
oracle.jbo.common.CategoryImpl
public class CategoryImpl
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.jbo.Category |
---|
Category.CategoryType |
Field Summary | |
---|---|
protected CategoryManager |
mCategoryManager
|
protected Category.CategoryType |
mCategoryType
|
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
---|
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIX |
Fields inherited from interface oracle.jbo.CategoryHints |
---|
CATEGORY_CTL_FIELD_ORDER |
Fields inherited from interface oracle.jbo.GenericHints |
---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP |
Constructor Summary | |
---|---|
CategoryImpl()
Internal use only. |
|
CategoryImpl(java.lang.String name)
Internal use only. |
Method Summary | |
---|---|
java.lang.Object |
clone()
Internal use only. |
void |
cloneCategory(Category originalCategory)
Internal use only. |
CategoryManager |
getCategoryManager()
Internal use only. |
double |
getFieldOrder(LocaleContext locale)
Internal use only. |
java.lang.String |
getHintValue(LocaleContext locale,
java.lang.String sHintName)
Internal use only. |
java.lang.String |
getLabel(LocaleContext locale)
Internal use only. |
java.lang.String |
getLabelPlural(LocaleContext locale)
Internal use only. |
ResourceBundleDef |
getResourceBundleDef()
Internal use only. |
java.lang.String |
getResourcePrefix()
Internal use only. |
java.lang.String |
getTooltip(LocaleContext locale)
Internal use only. |
Category.CategoryType |
getType()
Internal use only. |
void |
initFromXML(DefElement xmlElement)
Internal use only. |
protected void |
loadProperties(DefElement xmlElement)
Internal use only. |
void |
setCategoryManager(CategoryManager categoryManager)
Internal use only. |
void |
setType(Category.CategoryType typeValue)
Internal use only. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.Category |
---|
getName |
Methods inherited from interface oracle.jbo.Properties |
---|
getProperties, getProperty, getProperty, refreshProperty |
Field Detail |
---|
protected CategoryManager mCategoryManager
protected Category.CategoryType mCategoryType
Constructor Detail |
---|
public CategoryImpl()
public CategoryImpl(java.lang.String name)
Method Detail |
---|
public void setCategoryManager(CategoryManager categoryManager)
public java.lang.String getLabel(LocaleContext locale)
getLabel
in interface GenericHints
public java.lang.String getLabelPlural(LocaleContext locale)
getLabelPlural
in interface GenericHints
public java.lang.String getTooltip(LocaleContext locale)
getTooltip
in interface GenericHints
public java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
getHintValue
in interface GenericHints
public double getFieldOrder(LocaleContext locale)
getFieldOrder
in interface CategoryHints
public void initFromXML(DefElement xmlElement)
public CategoryManager getCategoryManager()
protected void loadProperties(DefElement xmlElement)
public Category.CategoryType getType()
getType
in interface Category
public void setType(Category.CategoryType typeValue)
setType
in interface Category
public ResourceBundleDef getResourceBundleDef()
getResourceBundleDef
in interface ResourceBundleOwner
public java.lang.String getResourcePrefix()
getResourcePrefix
in interface ResourceBundleOwner
public void cloneCategory(Category originalCategory)
public java.lang.Object clone()
clone
in interface Category
clone
in class java.lang.Object
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 2 (11.1.2.0.0) E17483-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |