Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • A new UI component of type XdevHorizontalLayout is generated, which implements the ColumnGenerator interface.

  • The UI component is typed and thus enables an easy access to the values of a row

    Code Block
    languagejava
    themeConfluence
    @SuppressWarnings("unchecked")
    public Products getBean() {
    	return ((XdevTable<Products>) getTable()).getContainerDataSource().getItem(getItemId()).getBean();
    }


  • In the Project Management > User Interface, the new UI component is displayed and can thus be edited in GUI builder, can be configured via Properties and can be enhanced in the Java code view. 

...