|
UIML
v2.0
Draft Spec
DTD
Examples
Vocabularies
UIML
v1.0
Tags
Components
Attributes
|
UIML
Attributes (UIML 1.0)
CONTENT
| Allowed Values
|
Meaning
|
| A string
|
In Button, Checkbox,
Label, Menu, MenuItem, HWrappingLabel, JButton, JCheckbox, JLabel,
JRadioButton, JToggleButton: the text to appear in the component.
|
| A string
|
In Frame, JFrame:
the text to appear at the top of the window.
|
| A string
|
In TextArea and
TextField: initial text to be displayed.
|
| A string
|
In Choice and List:
A sequence of items to display, separated by vertical bars.
|
| <row>, <column>,
<string>[;<row>, <column>, <string>]*
|
In JTable: set
the value of the cell at <row> and <column> to <string>.
|
| file:<filename>
|
In JTable: load
the table with the values in the comma-separated value (CSV) file
<filename>. |
| http://<location>
|
In JTable: set
the value of a cell to the string at <location>. (Note: not
yet implemented in prerelease v0.4.) |
| jdbc://<db query>
|
In JTable: set
the value of cells to the values resulting from <db query>.
(Note: not yet implemented in prerelease v0.4.) |
| A string.
|
In HCmdLineExecute:
specifies a string to use in place of $CONTENT in the arguments string
specified in COMMAND_ARGUMENTS. |
©
1999-2000 UIML.org (all rights reserved)
|