public abstract class SliceSizingRule extends SizingRule
Serializable
subclasses of this class be used, such as SerializableSliceSizingRuleImpl.SIZE_KEY, TYPEID_KEY, m_parent, TRANSIENT_KEY| Constructor and Description |
|---|
SliceSizingRule()
Sole constructor.
|
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
runRule(QDR sliceQDR)
Indicates whether this rule applies to the specified slice.
|
getBeanType, getRuleType, getSize, initBeforeRun, setSizeapplyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic abstract boolean runRule(QDR sliceQDR)
sliceQDR - the QDR of the slice to be checked for applicabilitytrue if this rule applies to the specified slice, false otherwise