0

Zk getValue not in any interface

asked 2015-09-28 13:45:53 +0800

javiut gravatar image javiut flag of Venezuela, Bolivarian Republic of
90 1 5

In Zk there is any interface with getValue to be able to customize calls to Datebox like this

final GetValueInterface clazz = datebox or intbox here;
clazz.getValue();

Thanks a lot.

delete flag offensive retag edit

2 Answers

Sort by ยป oldest newest most voted
1

answered 2015-09-28 14:29:42 +0800

Darksu gravatar image Darksu
1991 1 4

Hello javiut,

I believe it would be a lot easier to create your own abstraction layer in order to accomplish your task.

Keep in mind that every input component's getValue() method returns its corresponding type. For example, Textbox returns String , and Intbox returns Integer.

Best Regards,

Darksu

link publish delete flag offensive edit
0

answered 2015-10-05 01:28:47 +0800

cor3000 gravatar image cor3000
6280 2 7

Datebox/Intbox/Textbox... share the same abstract base class InputElement which has a getRawValue() method.

Using this you can retrieve the value as java.lang.Object but you have to cast it manually.

Robert

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: 2015-09-28 13:45:53 +0800

Seen: 18 times

Last updated: Oct 05 '15

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