[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] How to initialize a Form-Text with a binded Pojo Value

Hello everybody,

I have got a swt Form and binded a Pojo to it with a databindingcontext.

My Policy from Form->Pojo is Policy_on_Request, Pojo->Form is Policy.Never. Just Like a normal html-formular in the web.

I want to initialize the Form Texts with the initializing-values of the Pojo, but only once.

Is that possible, to do that over the Databinding?

Or do I have to Hardcode it with normal setText over the getters of the pojo.

regards,
christian