0

frozen rows

asked 2014-07-07 19:45:13 +0800

svaor gravatar image svaor
6

There is ability to "freeze" columns and rows in Grid and Listbox components according to the frozen component description (books.zkoss.org/wiki/ZKComponentReference/Supplementary/Frozen):

A frozen component to represent frozen "columns" or "rows" in grid, like MS Excel.

In accordance with the source code of the Frozen component (org.zkoss.zul.Frozen) there is no support for rows freezing:

/**
 * Sets the number of rows to freeze.(from top to bottom)
 * 
 * <p>Note: this feature is reserved and not yet implemented.
 * @param rows positive only
 */
public void setRows(int rows) {
}

Zul schema zul.xsd also does not have //frozen/@rows attribute declaration. I've looked for artifact on zk issue tracker with this problem and found nothing.

The property start of int type relates columns freezing and suggests that implemented API is accomplished and there is no place for the atavistic property rows support...

So, is there any plans to implement this functionality?

delete flag offensive retag edit
Be the first one to answer this question!
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow
1 follower

RSS

Stats

Asked: 2014-07-07 19:45:13 +0800

Seen: 13 times

Last updated: Jul 07 '14

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More