You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hop.apache.org by "hansva (via GitHub)" <gi...@apache.org> on 2023/02/09 14:00:13 UTC

[GitHub] [hop] hansva opened a new issue, #2286: [Feature Request]: Create GUI annotation for data grids

hansva opened a new issue, #2286:
URL: https://github.com/apache/hop/issues/2286

   ### What would you like to happen?
   
   Import: https://issues.apache.org/jira/browse/HOP-4560
   
   In a lot of dialog code in the Hop GUI we find usage of class TableView.
   That class presents a data grid to the user to enter all sorts of tabular information.
   Typical use cases are:
   
   - Enter a list of fields with their name, data type, length and so on.
   - Enter a list of parameters and their values
   - ...
   
   Since this is not a simple annotation over a single piece of information we need to be able to add this annotation to a java.util.List.  For the various fields in the class used in the List we need to be able to add information about the fields, like the header.
   
   There are often also helper buttons involved like "Get Fields" which populates a data grid. Some way to make this happen automatically is also desirable.
   
   
   
   
   ### Issue Priority
   
   Priority: 3
   
   ### Issue Component
   
   Component: Hop Gui


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@hop.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org