0

Reload the data into a windows

asked 2016-04-29 14:37:38 +0800

lesposito gravatar image lesposito
1

Hello I reload the data in a window in aprticolare I have a forEach loop hce I view a list of items and I would like to reload the data when the value of an item.

How can I do?

window id="winDashboard" apply="it.xxx.xxx.controller.dashboard.DashboardController" border="normal" width="95%" height="95%" minheight="400" sclass="sysWin" mode="overlapped" contentStyle="overflow:auto" position="center" closable="true" sizable="true">

                    <hbox spacing="15px">
                    <groupbox id="${each.utente.matricola}" width="200px" forEach="${winDashboard$composer.utentiCollegati}" > 
                        <caption><image src="/imgs/Workers-80.png" width="20px"/> Matricola :  ${each.utente.matricola}</caption>
                        <grid>
                            <columns>
                                <column label=""/>
                            </columns>
                        </grid>
                    </groupbox>
                </hbox>
                </div>
            </center>

        </borderlayout>


<label id="now" />
<timer id="timer" delay="1000" repeats="true" onTimer="now.setValue(new Date().toString())" />
delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2016-04-29 15:04:59 +0800

Darksu gravatar image Darksu
1991 1 4

Hello lesposito,

The best way is to use notify change as shown below:

http://books.zkoss.org/zk-mvvm-book/8.0/viewmodel/notification.html

https://www.zkoss.org/wiki/User:Hawk/CreateDataBinding_Programmatically

Best Regards,

Darksu

link publish delete flag offensive edit
Your answer
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: 2016-04-29 14:37:38 +0800

Seen: 25 times

Last updated: Apr 29 '16

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