oracle.adf.view.faces.bi.component.pivotTable
Class LayerSizingRuleImpl
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
- All Implemented Interfaces:
- javax.faces.component.StateHolder
public class LayerSizingRuleImpl
- extends LayerSizingRule
- Since:
- release specific (what release of product did this appear in)
Fields inherited from class oracle.adf.view.faces.bi.component.pivotTable.SizingRule |
SIZE_KEY |
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 |
DEFAULT_LAYER_SIZING_RULE_TYPE
public static final java.lang.String DEFAULT_LAYER_SIZING_RULE_TYPE
- See Also:
- Constant Field Values
TYPE
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
LAYER_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYER_KEY
LayerSizingRuleImpl
public LayerSizingRuleImpl()
LayerSizingRuleImpl
public LayerSizingRuleImpl(java.lang.String layer,
int size)
getLayer
public java.lang.String getLayer()
setLayer
public void setLayer(java.lang.String layer)
runRule
public boolean runRule(java.lang.String layer)
- Specified by:
runRule
in class LayerSizingRule
getBeanType
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
- Overrides:
getBeanType
in class SizingRule
initBeforeRun
public void initBeforeRun()
- Description copied from class:
SizingRule
- This method is called after configuring rules, but before running rules.
- Specified by:
initBeforeRun
in class SizingRule
overridesRule
public boolean overridesRule(LayerSizingRuleImpl rule)
getRuleType
public java.lang.String getRuleType()
- Specified by:
getRuleType
in class SizingRule
Copyright © 1997, 2009, Oracle. All rights reserved.