|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| 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
oracle.adf.view.faces.bi.component.pivotTable.Member
public class Member
Represents a member, or header cell, in a Pivot Table. Used in Pivot Table sizing.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYER_KEY
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
MEMBER_KEY
|
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE
|
static org.apache.myfaces.trinidad.bean.PropertyKey |
TYPE_KEY
|
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
Member()
Constructs an empty member. |
|
Member(java.lang.String layer,
java.lang.String member)
Constructs a new member of type QDRMember.FIXED. |
|
Member(java.lang.String layer,
java.lang.String member,
int type)
Constructs a new member. |
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()
|
java.lang.String |
getLayer()
Gets the layer. |
java.lang.String |
getMember()
Gets the member. |
int |
getType()
Gets the member type. |
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
Restores the state. |
void |
setLayer(java.lang.String layer)
Sets the layer. |
void |
setMember(java.lang.String member)
Sets the member. |
void |
setType(int type)
Sets the member type. |
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey MEMBER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey TYPE_KEY
| Constructor Detail |
|---|
public Member()
public Member(java.lang.String layer,
java.lang.String member,
int type)
layer - the layer associated with the member, for example, "Product"member - the member within that layer, for example, "Tents"type - the type of the member, for example, QDRMember.FIXED
public Member(java.lang.String layer,
java.lang.String member)
QDRMember.FIXED.
layer - the layer associated with the member, for example, "Product"member - the member within that layer, for example, "Tents"| Method Detail |
|---|
public java.lang.String getMember()
public void setMember(java.lang.String member)
member - the member, for example, "Tents"public java.lang.String getLayer()
public void setLayer(java.lang.String layer)
layer - the layer associated with the member, for example, "Product"public int getType()
QDRMember.FIXEDpublic void setType(int type)
type - the member type, for example, QDRMember.FIXED
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object stateObj)
restoreState in interface javax.faces.component.StateHolderrestoreState in class BIComplexAttributeBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class BIComplexAttributeBase
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.0.0) E17492-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||