public abstract class SliceSizingRule extends SizingRule
Serializable
subclasses of this class be used, such as SerializableSliceSizingRuleImpl
.SIZE_KEY, TYPE
ID_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, setSize
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public 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