Details
-
Improvement
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
1.4
Description
TablePane.Row.setVisible() is a little misleading, in that it's just a convenience method for setting the visiblility of the components in the row (the row itself doesn't maintain an independent visibility property). Also, the row will remain visible if a visible component exists in another row but spans into the row. Thus, we should just remove it.