|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.2.0) E17492-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.adf.view.faces.bi.component.BIComplexAttributeBase
oracle.adf.view.faces.bi.component.pivotTable.SizingRule
oracle.adf.view.faces.bi.component.pivotTable.LayerSizingRule
oracle.adf.view.faces.bi.component.pivotTable.LayerSizingRuleImpl
public class LayerSizingRuleImpl
Implementation class of LayerSizingRule, used for sizing layers on the row edge and column edge of the Pivot Table.
| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_LAYER_SIZING_RULE_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYER_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
| Fields inherited from class oracle.adf.view.faces.bi.component.pivotTable.SizingRule |
|---|
SIZE_KEY |
| Fields inherited from class oracle.adf.view.faces.bi.component.BIComplexAttributeBase |
|---|
ID_KEY, m_parent, TRANSIENT_KEY |
| Constructor Summary | |
|---|---|
LayerSizingRuleImpl()Constructs an empty rule. |
|
LayerSizingRuleImpl(java.lang.String layer, int size)Constructs a rule for the specified layer with the specified size. |
|
| Method Summary | |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType()Gets the bean type. |
java.lang.String |
getLayer()Gets the layer of this rule. |
java.lang.String |
getRuleType()Returns the rule type. |
void |
initBeforeRun()Called after configuring rules, but before running rules. |
boolean |
overridesRule(LayerSizingRuleImpl rule)Indicates whether the specified rule's layer equals the layer of this rule. |
boolean |
runRule(java.lang.String layer)Indicates whether the specified layer equals the layer of this rule. |
void |
setLayer(java.lang.String layer)Sets the layer of this rule. |
| Methods inherited from class oracle.adf.view.faces.bi.component.pivotTable.SizingRule |
|---|
getSize, 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 |
| Field Detail |
|---|
public static final java.lang.String DEFAULT_LAYER_SIZING_RULE_TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYER_KEY
| Constructor Detail |
|---|
public LayerSizingRuleImpl()
public LayerSizingRuleImpl(java.lang.String layer,
int size)
layer - the layer referenced by this rulesize - size for that layer, in pixels| Method Detail |
|---|
public java.lang.String getLayer()
public void setLayer(java.lang.String layer)
layer - the layer referenced by this rulepublic boolean runRule(java.lang.String layer)
LayerSizingRulerunRule in class LayerSizingRulelayer - the layer to compare to the layer referenced by this ruletrue if this rule applies to the specified layer, false otherwiseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
SizingRulegetBeanType in class SizingRulepublic void initBeforeRun()
SizingRuleinitBeforeRun in class SizingRulepublic boolean overridesRule(LayerSizingRuleImpl rule)
rule - the rule to compare to this ruletrue if the specified rule's layer equals the layer of this rule, false otherwisepublic java.lang.String getRuleType()
SizingRulegetRuleType in class SizingRule
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 2 (11.1.2.2.0) E17492-03 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||