public class SerializableSliceSizingRuleImpl extends SliceSizingRuleImpl implements java.io.Serializable
SliceSizingRuleImpl
is the pivot table's default implementation of SliceSizingRule
.
It is recommended that only Serializable
SizingRule
s be used.
For this class to truly be serializable, all Member
s stored in this class must be serializable,
e.g. see the SerializableMember
class.
DEFAULT_SLICE_SIZING_RULE_TYPE, EXACT_MATCH_REQUIRED_KEY, MEMBERS_KEY, REMOVED_AFTER_LAYOUT_CHANGE_KEY, TYPE
SIZE_KEY
ID_KEY, m_parent, TRANSIENT_KEY
Constructor and Description |
---|
SerializableSliceSizingRuleImpl() |
SerializableSliceSizingRuleImpl(java.util.List<Member> members,
int size) |
generateMemberQDR, getBeanType, getMemberQDR, getMembers, getRuleType, initBeforeRun, isExactMatchRequired, isRemovedAfterLayoutChange, overridesRule, runRule, setExactMatchRequired, setMembers, setRemovedAfterLayoutChange
getSize, setSize
applyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdated
public SerializableSliceSizingRuleImpl()
public SerializableSliceSizingRuleImpl(java.util.List<Member> members, int size)