|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adf.view.faces.bi.component.BIComplexAttributeBase
public abstract class BIComplexAttributeBase
Field Summary | |
---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
ID_KEY
|
protected BIComplexAttributeBase |
m_parent
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TRANSIENT_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
Constructor Summary | |
---|---|
BIComplexAttributeBase()
|
Method Summary | |
---|---|
void |
applyProperties(java.util.HashMap map)
Applications do not need to call this method. |
protected abstract org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
protected boolean |
getBooleanProperty(org.apache.myfaces.trinidad.bean.PropertyKey key,
boolean defaultValue)
|
org.apache.myfaces.trinidad.bean.FacesBean |
getFacesBean()
|
java.lang.String |
getId()
Retrieves the Id for this complex attribute |
BIComplexAttributeBase |
getParent()
Returns the parent of this BIComplexAttributeBase. |
java.lang.Object |
getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
|
org.apache.myfaces.trinidad.bean.PropertyKey |
getPropertyKey(java.lang.String name)
|
java.lang.String |
getSetAttributeIndex()
Hidden Child of set |
boolean |
isTransient()
|
boolean |
isUpdated()
|
BIComplexAttributeBase |
processSetAttribute(int index,
java.lang.String className)
Hidden Set |
void |
processSetAttributeAndAdd(int index,
java.lang.String className,
BIComplexAttributeBase toAdd)
Hidden Set |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
protected void |
setBooleanProperty(org.apache.myfaces.trinidad.bean.PropertyKey key,
boolean value)
|
void |
setId(java.lang.String id)
Specifies the id for this complex attribute |
void |
setParent(BIComplexAttributeBase ca)
Sets the parent of this BIComplexAttributeBase. |
void |
setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key,
java.lang.Object value)
|
void |
setTransient(boolean newTransient)
|
void |
setUpdated(boolean updated)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected BIComplexAttributeBase m_parent
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey TRANSIENT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ID_KEY
Constructor Detail |
---|
public BIComplexAttributeBase()
Method Detail |
---|
public void setId(java.lang.String id)
id
- public java.lang.String getId()
public void setProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, java.lang.Object value)
public java.lang.Object getProperty(org.apache.myfaces.trinidad.bean.PropertyKey key)
public org.apache.myfaces.trinidad.bean.PropertyKey getPropertyKey(java.lang.String name)
public org.apache.myfaces.trinidad.bean.FacesBean getFacesBean()
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object stateObj)
restoreState
in interface javax.faces.component.StateHolder
public boolean isTransient()
isTransient
in interface javax.faces.component.StateHolder
public void setTransient(boolean newTransient)
setTransient
in interface javax.faces.component.StateHolder
protected void setBooleanProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, boolean value)
protected boolean getBooleanProperty(org.apache.myfaces.trinidad.bean.PropertyKey key, boolean defaultValue)
protected abstract org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
public void applyProperties(java.util.HashMap map)
map
- hashMap that contains property value pairs.public void setParent(BIComplexAttributeBase ca)
ca
- BIComplexAttributeBase representing the parentpublic BIComplexAttributeBase getParent()
public boolean isUpdated()
public void setUpdated(boolean updated)
public java.lang.String getSetAttributeIndex()
public BIComplexAttributeBase processSetAttribute(int index, java.lang.String className)
public void processSetAttributeAndAdd(int index, java.lang.String className, BIComplexAttributeBase toAdd)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Data Visualization Components 11g Release 1 (11.1.1.1.0) E12063-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |