@SkadhirIceee Thanks @SkadhirIceee, developers' opinion is very important to us. Components interface collects most of the Vaadin components; other components like Tabs,
Windows etc. are part of a separate module distributed under a commercial license. Look at https://t.co/IMb48dJ8ne
@SkadhirIceee Or you can use the 'initializer' builder method to configure the form layout:
PropertyInputForm form = Components.input.formHorizontal(SUBJECT).initializer(hl -> hl.setSpacing(true)).build();
@SkadhirIceee You can provide your layout instance, properly configured:
PropertyInputForm form = Components.input.form(Components.hl().spacing().build(), SUBJECT).build();
@SkadhirIceee@vaadin You have to ensure that any component parent of the listing component is full size too. (and, if you have a flex layout as listing parent (for example a VerticalLayout), set the listing component flex-grow to 1). Example: https://t.co/etcVLLGCcW
@SkadhirIceee@vaadin Anyway, we'll provide withComponent and withToolbarComponent method versions which accept HasComponent type for easier dialog configuration. https://t.co/OkGPBGHGuB
@SkadhirIceee@vaadin Thanks for appreciation @SkadhirIceee! We'll follow your advice by adding some screenprints in the documentation. Version 5.2.5 it's only a maintanance version, the changelog for each version is always available in the platform GitHub repository: https://t.co/oZu9ySYHvn
@SkadhirIceee@vaadin Hi @SkadhirIceee, on which class did you put he HtmlImport annotation? We just updated the demo code to simplify the style files organization. Please open an issue in the GitHub repository so we can open a discussion to solve your problem: https://t.co/1loVkW8b4z
@SkadhirIceee @Vaddin Hi @SkadhirIceee, we focused on features and on speed and ease of development rather than appearance for this demo. Maybe we can improve L&F for next version
The Holon Platform version 5.2 is now publicly available with three brand new modules, technology updates and a lot of new features. https://t.co/Y1ykHL2LHf