Optional Elements
Modifier and Type |
Optional Element |
Description |
boolean |
afterValue |
show position, after property value.
|
DeviceType[] |
device |
The device types for which the help is enabled.
|
boolean |
dynamic |
static or dynamic message
|
boolean |
force |
Whether to force displaying message even if in show mode
|
java.lang.String |
message |
help message for user, not localized.
|
boolean |
popup |
Whether to popup a message as tooltip? Valid only if toggleable is true.
|
boolean |
toggleable |
Whether the help can be hidden and shown?
If false, the help will be shown statically.
|
ViewType[] |
view |
the view type in which the help will be shown.
|