0

How to get label listhead of Listbox

asked 2014-10-18 08:48:59 +0800

onsir gravatar image onsir
132 2

updated 2014-10-21 14:19:34 +0800

sjoshi gravatar image sjoshi flag of India
3493 1 8
http://zkframeworkhint.bl...

Hi, how to i get label listhead of listbox ? etc: i have listbox with column like this

No.   Code       Description

and i want to get labels column and i put in combobox,like this

comboitem.add("No");
comboitem.add("Code);
comboitem.add("Description");

thanks

delete flag offensive retag edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-10-19 06:06:31 +0800

chillworld gravatar image chillworld flag of Belgium
5367 4 9
https://github.com/chillw...

updated 2014-10-21 20:23:48 +0800

listbox does have listitems or a model, combobox has comboitems or also a model.

If you want to get acces to the head :

listbox.getListHead() returns ListHead object.

Greetz chill.

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: 2014-10-18 08:48:59 +0800

Seen: 14 times

Last updated: Oct 21 '14

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