...
button, checkBox, label, choiceBox, hyperlink, tooltip, radioButton, toggleButton, and tab.
| Code Block |
|---|
registerFactory( 'button', lf) |
...
registerFactory( 'checkBox', lf) |
...
registerFactory( 'label', lf) |
...
registerFactory( 'choiceBox', lf) |
...
registerFactory( 'hyperlink', lf) |
...
registerFactory( 'tooltip', lf) |
...
registerFactory( 'radioButton', lf) |
...
registerFactory( 'toggleButton', lf) |
Usage
Used to create a Graphic that is displayed for a Node.
...