
Properties in View Designer
dataSource
Data source. You can use it to specify the path to the context attribute, which makes the data available.
See also JNet - Introduction for Developers
lookAndFeel:
With this property you can change the appearance of the whole UI element, including all its contained controls (like Table, Tree, and Button).
If the appearance of the UI element is to be retained as far as possible when it is inserted into the surrounding application, so that the table looks like the other tables in the application, the buttons the same, etc, then lookAndFeel should be set to UR.
Value |
Description |
|---|---|
corbu |
Corbu-UI |
frog |
Frog UI |
java |
Java UI |
ur |
Standard appearance |