We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I've issues updating the List View without the need of build the form descriptor again. How to do it?
This works, but makes the List View scroll up:
FormDescriptor descriptor = factory.createFormDescriptorFromAnnotatedClass(form); descriptor.setOnFormRowValueChangedListener(this); // Render formManager.setup(descriptor, commandsListView, this); formManager.setOnFormRowClickListener(this);
This does not work, because the form being modified is not used inside FormDescriptor anymore:
formManager.updateRows();
So, how to update the form, update formManager, call updateRows() ?
Many Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I've issues updating the List View without the need of build the form descriptor again. How to do it?
This works, but makes the List View scroll up:
This does not work, because the form being modified is not used inside FormDescriptor anymore:
So, how to update the form, update formManager, call updateRows() ?
Many Thanks
The text was updated successfully, but these errors were encountered: