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 SizingRules be used.
For this class to truly be serializable, all Members 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, TYPESIZE_KEYID_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, setRemovedAfterLayoutChangegetSize, setSizeapplyProperties, getBooleanProperty, getFacesBean, getId, getParent, getProperty, getPropertyKey, getSetAttributeIndex, isTransient, isUpdated, processSetAttribute, processSetAttributeAndAdd, registerAttachedObjectKey, restoreState, saveState, setBooleanProperty, setId, setParent, setProperty, setTransient, setUpdatedpublic SerializableSliceSizingRuleImpl()
public SerializableSliceSizingRuleImpl(java.util.List<Member> members, int size)