0

ZK studio has trouble to recognize method implementation of an anonymous inner class

asked 2010-04-23 05:01:36 +0800

SimonPai gravatar image SimonPai
1696 1

test.zul

<zk>
	<grid id="myGrid">
	</grid>
	
	<zscript><![CDATA[
		myGrid.setRowRenderer(new RowRenderer(){
			public void render(Row row, Object data) throws Exception {
				//
			}
		});
	]]></zscript>
</zk>

The code can be executed without a problem, but ZK studio gives a red line under RowRenderer(), claiming that the required abstract method is not implemented.

Simon

delete flag offensive retag edit
Be the first one to reply this discussion!
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

RSS

Stats

Asked: 2010-04-23 05:01:36 +0800

Seen: 540 times

Last updated: May 27 '16

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