Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.chart.Display
-
Packages that use Display Package Description net.n2oapp.framework.api.metadata.global.view.widget net.n2oapp.framework.api.metadata.global.view.widget.chart -
-
Uses of Display in net.n2oapp.framework.api.metadata.global.view.widget
Methods in net.n2oapp.framework.api.metadata.global.view.widget that return Display Modifier and Type Method Description DisplayN2oChart. getDisplay()Methods in net.n2oapp.framework.api.metadata.global.view.widget with parameters of type Display Modifier and Type Method Description voidN2oChart. setDisplay(Display display) -
Uses of Display in net.n2oapp.framework.api.metadata.global.view.widget.chart
Methods in net.n2oapp.framework.api.metadata.global.view.widget.chart that return Display Modifier and Type Method Description static DisplayDisplay. valueOf(String name)Returns the enum constant of this type with the specified name.static Display[]Display. values()Returns an array containing the constants of this enum type, in the order they are declared.
-