|
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.SizingRule
oracle.adf.view.faces.bi.component.pivotTable.LayerSizingRule
public abstract class LayerSizingRule
A sizing rule for layers of the pivot table, that is, rows of the column edge, and columns of the row edge.
| Field Summary |
|---|
| Fields inherited from class oracle.adf.view.faces.bi.component.pivotTable.SizingRule |
|---|
SIZE_KEY, TYPE |
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
LayerSizingRule()
Sole constructor. |
|
| Method Summary | |
|---|---|
abstract boolean |
runRule(java.lang.String layer)
Indicates whether the specified layer equals the layer of this rule. |
| Methods inherited from class oracle.adf.view.faces.bi.component.pivotTable.SizingRule |
|---|
getBeanType, getRuleType, getSize, initBeforeRun, setSize |
| Methods inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, restoreState, 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 |
| Constructor Detail |
|---|
public LayerSizingRule()
| Method Detail |
|---|
public abstract boolean runRule(java.lang.String layer)
layer - the layer to compare to the layer referenced by this rule
true if this rule applies to the specified layer, false otherwise
|
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 | ||||||||