Re: CellTable, how to create a cell with custom listbox

2010-12-04 Thread HaCk World.exe
please give me.. proper solution of this.. question... i'm newer to this
tools...

thanX in advance...

On Sat, Dec 4, 2010 at 1:03 PM, Efstathios Kalyvas savi...@gmail.comwrote:

 Thank you very much John for pointing the direction.

 I'll do it and share it.

 On Fri, Dec 3, 2010 at 11:50 PM, John LaBanca jlaba...@google.com wrote:

 You can create a Popup containing your list of options (some people have
 used a vertical MenuBar as a list of selectable items).  When the user
 clicks on the Cell, open the Popup.  When they select an option, close it.
  DatePickerCell is a good example of this technique.

 We'll probably include a CustomListBoxCell in a future version of GWT, but
 it isn't on the agenda for GWT 2.2.

 Thanks,
 John LaBanca
 jlaba...@google.com



 On Fri, Dec 3, 2010 at 3:24 PM, savilak savi...@gmail.com wrote:

 Can you please give me a hint on this?


 On Nov 29, 6:22 pm, savilak savi...@gmail.com wrote:
  I have to create a CellTable with cells that contain ListBoxes.
 
  The issue is that I want each item of the listbox to contain an Image
  and Text!
  Standard ListBoxes does not allow us to use images at its items
  (select optionItem 1/option /select).
 
  What is the best approach I can follow to implement this?
 
  Thank you for your time.
 
  Savilak

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.




-- 

  With Regards,*
**Ravi Dhoriya*

--
HaCk World.exe  http://www.kvGroup4all.blogspot.com
My Profile( Facebook http://www.facebook.com/rb.dhoriya |
Orkuthttp://www.orkut.co.in/Main#Profile?uid=16205230561895648299)
 kvGroup ( Website http://kvGroup4all.blogspot.com | Facebook
Pagehttp://www.facebook.com/pages/KV-Group/119108411474373
 | Orkut Community http://www.orkut.co.in/Main#Community?cmm=101613266 )
--

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: CellTable, how to create a cell with custom listbox

2010-12-03 Thread savilak
Can you please give me a hint on this?


On Nov 29, 6:22 pm, savilak savi...@gmail.com wrote:
 I have to create a CellTable with cells that contain ListBoxes.

 The issue is that I want each item of the listbox to contain an Image
 and Text!
 Standard ListBoxes does not allow us to use images at its items
 (select optionItem 1/option /select).

 What is the best approach I can follow to implement this?

 Thank you for your time.

 Savilak

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: CellTable, how to create a cell with custom listbox

2010-12-03 Thread John LaBanca
You can create a Popup containing your list of options (some people have
used a vertical MenuBar as a list of selectable items).  When the user
clicks on the Cell, open the Popup.  When they select an option, close it.
 DatePickerCell is a good example of this technique.

We'll probably include a CustomListBoxCell in a future version of GWT, but
it isn't on the agenda for GWT 2.2.

Thanks,
John LaBanca
jlaba...@google.com


On Fri, Dec 3, 2010 at 3:24 PM, savilak savi...@gmail.com wrote:

 Can you please give me a hint on this?


 On Nov 29, 6:22 pm, savilak savi...@gmail.com wrote:
  I have to create a CellTable with cells that contain ListBoxes.
 
  The issue is that I want each item of the listbox to contain an Image
  and Text!
  Standard ListBoxes does not allow us to use images at its items
  (select optionItem 1/option /select).
 
  What is the best approach I can follow to implement this?
 
  Thank you for your time.
 
  Savilak

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: CellTable, how to create a cell with custom listbox

2010-12-03 Thread Efstathios Kalyvas
Thank you very much John for pointing the direction.

I'll do it and share it.

On Fri, Dec 3, 2010 at 11:50 PM, John LaBanca jlaba...@google.com wrote:

 You can create a Popup containing your list of options (some people have
 used a vertical MenuBar as a list of selectable items).  When the user
 clicks on the Cell, open the Popup.  When they select an option, close it.
  DatePickerCell is a good example of this technique.

 We'll probably include a CustomListBoxCell in a future version of GWT, but
 it isn't on the agenda for GWT 2.2.

 Thanks,
 John LaBanca
 jlaba...@google.com



 On Fri, Dec 3, 2010 at 3:24 PM, savilak savi...@gmail.com wrote:

 Can you please give me a hint on this?


 On Nov 29, 6:22 pm, savilak savi...@gmail.com wrote:
  I have to create a CellTable with cells that contain ListBoxes.
 
  The issue is that I want each item of the listbox to contain an Image
  and Text!
  Standard ListBoxes does not allow us to use images at its items
  (select optionItem 1/option /select).
 
  What is the best approach I can follow to implement this?
 
  Thank you for your time.
 
  Savilak

 --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


  --
 You received this message because you are subscribed to the Google Groups
 Google Web Toolkit group.
 To post to this group, send email to google-web-tool...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-web-toolkit+unsubscr...@googlegroups.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



CellTable, how to create a cell with custom listbox

2010-11-29 Thread savilak
I have to create a CellTable with cells that contain ListBoxes.

The issue is that I want each item of the listbox to contain an Image
and Text!
Standard ListBoxes does not allow us to use images at its items
(select optionItem 1/option /select).

What is the best approach I can follow to implement this?

Thank you for your time.

Savilak

-- 
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to google-web-tool...@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.