Uses of Class
com.orchestranetworks.ui.FirstCallDisplay
-
Packages that use FirstCallDisplay Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of FirstCallDisplay in com.orchestranetworks.ui
Methods in com.orchestranetworks.ui that return FirstCallDisplay Modifier and Type Method Description static FirstCallDisplayFirstCallDisplay. valueOf(String name)Returns the enum constant of this type with the specified name.static FirstCallDisplay[]FirstCallDisplay. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.orchestranetworks.ui with parameters of type FirstCallDisplay Modifier and Type Method Description voidUIHttpManagerComponent. setFirstCallDisplay(FirstCallDisplay aFirstCallDisplay)Specifies what must be displayed upon first call, either the whole tabular or hierarchical or a record.
-