Forum Discussion
SmartBear_Suppo
Alumni
15 years agoSorry about this, but currently there is no way to customize the table widget. We're planning on adding a lot more options in loadUI's future, but for now most of the widgets available are quite limited in terms of customization.
As for other widgets and constraints, the constraints used are for Mig Layout and are described in detail on that site. Container nodes can be controlled using "layout", "column", and "row" constraints. All layout nodes also have regular "constraints". The difference between these are described on the Mig Layout site. For example:
Unfortunately we do not have a list of all the currently available widgets.
Regards,
Dain
eviware.com
As for other widgets and constraints, the constraints used are for Mig Layout and are described in detail on that site. Container nodes can be controlled using "layout", "column", and "row" constraints. All layout nodes also have regular "constraints". The difference between these are described on the Mig Layout site. For example:
layout {
box( layout: "layout constraints here", column: "column constraints here", row: "row constaints here", constraints: "regular constraints here" ) {
property( ... constraints: "non-containers only have regular constraints" )
}
}
Unfortunately we do not have a list of all the currently available widgets.
Regards,
Dain
eviware.com