Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Scout » BuilderParts createConstraints() use input value for search query
BuilderParts createConstraints() use input value for search query [message #1857865] Thu, 02 March 2023 14:49
Monyet Tenyom is currently offline Monyet TenyomFriend
Messages: 1
Registered: March 2023
Junior Member
I'm learning Eclipse Scout right now and would like to use input value from the UI for my search query. It goes something like this:

public IContribution createConstraints(){
int ageInput = ....;
return QL.contribution().where(eq(addYears(currentDate(), - ageInput), getParent().getCustomer().evtBirth));
}

Does anyone know which object I need to take from the UI and put it in my ageInput? I know that would probably be in org.eclipse.scout.rt.client.ui.form.fields.composer.AbstractComposerValueBox.IntegerField But how take the content of the field? Thanks in advance.
Previous Topic:Cannot find the source of Javascript error
Next Topic:Single Sign-on. SAML
Goto Forum:
  


Current Time: Wed May 08 11:59:38 GMT 2024

Powered by FUDForum. Page generated in 0.04165 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top