}
public void setExpandRatio(float floatAttribute) {
+ if (floatAttribute != expandRatio) {
+ triggerLazyColumnAdjustment(false);
+ }
expandRatio = floatAttribute;
- triggerLazyColumnAdjustment(false);
}
public float getExpandRatio() {
if (!updated.contains(cid)) {
removeCell(cid);
cit.remove();
+ // we will need a column width recalculation, since columns
+ // with expand ratios should expand to fill the void.
+ initializedAndAttached = false;
+ initialContentReceived = false;
+ isNewBody = true;
}
}
}