This UI element is a generic editor of network graphics. You use it to display everything that can be visualized as nodes and connections between nodes.
See also:
JNet – Introduction for Developers
Example of the Display
JNet in the Process Monitor
|
When the template is being designed the tool tip property is not checked to guarantee Accessibility.
Runtime Class |
CL_WD_NETWORK |
Properties in the View Designer
Name |
Type |
Initial Value |
Bindable |
ID |
STRING |
(automatic) |
No |
STRING |
|
No |
|
STRING |
|
No |
|
STRING |
|
No |
|
STRING |
|
No |
|
XSTRING |
|
mandatory |
|
WDY_BOOLEAN |
true |
Yes |
|
STRING |
300px |
Yes |
|
WDUI_NETWORK_LAYOUT |
standard |
Yes |
|
Text |
|
Yes |
|
STRING |
|
No |
|
WDUI_VISIBILITY |
visible |
Yes |
|
STRING |
300px |
Yes |
Events in the View Designer
Name |
Further properties that can be inherited are defined in the associated higher-level class. The associated interface elements are:
For dynamic programming the same properties, events, and aggregations are provided in the View Designer. Bear in mind the different spellings.
Dynamic Programming of Properties
View Designer Name |
Runtime Name |
Type |
ADDITIONAL_ARCHIVES |
STRING |
|
ARCHIVE |
STRING |
|
CLASS_ID |
STRING |
|
CODE_BASE |
STRING |
|
DATA_SOURCE |
XSTRING |
|
ENABLED |
WDY_BOOLEAN |
|
HEIGHT |
STRING |
|
LAYOUT |
WDUI_NETWORK_LAYOUT |
|
layout: standard |
CL_WD_NETWORK=>E_LAYOUT-STANDARD |
|
layout: yworks |
CL_WD_NETWORK=>E_LAYOUT-YWORKS |
|
TOOLTIP |
WDY_MD_TRANSLATABLE_TEXT |
|
TYPE |
STRING |
|
VISIBLE |
WDUI_VISIBILITY |
|
visible: none |
CL_WD_NETWORK=>E_VISIBLE-NONE |
|
visible: visible |
CL_WD_NETWORK=>E_VISIBLE-VISIBLE |
|
WIDTH |
STRING |
Dynamic Programming of Events
View Designer Name |
Runtime Name |
ON_EDGE_PROPS_CHANGED |
|
ON_EDGE_SELECTED |
|
ON_GENERIC |
|
ON_GRAPH_ADDED |
|
ON_GRAPH_REMOVED |
|
ON_INITIALIZED |
|
ON_LAYOUT_CHANGED |
|
ON_LINK_ADDED |
|
ON_LINK_REMOVED |
|
ON_MODEL_ADDED |
|
ON_MODEL_DIRTY |
|
ON_MODEL_EXTRACTED |
|
ON_MODEL_SAVED |
|
ON_NODE_ADDED |
|
ON_NODE_DBL_CLK |
|
ON_NODE_PROPS_CHANGED |
|
ON_NODE_REMOVED |
|
ON_NODE_SELECTED |
|
ON_TRACE_LEVEL_CHANGED |
You can find examples of this interface element in the system in the Web Dynpro application WDR_TEST_UI_ELEMENTS, and in the component WDR_TEST_EVENTS in the NETWORK view.