Uses of Enum Class
com.orchestranetworks.ui.FirstCallDisplay
Packages that use FirstCallDisplay
Package
Description
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 FirstCallDisplayModifier and TypeMethodDescriptionstatic FirstCallDisplayReturns the enum constant of this class with the specified name.static FirstCallDisplay[]FirstCallDisplay.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.orchestranetworks.ui with parameters of type FirstCallDisplayModifier and TypeMethodDescriptionfinal voidUIHttpManagerComponent.setFirstCallDisplay(FirstCallDisplay aFirstCallDisplay) Specifies what must be displayed upon first call, either the whole tabular or hierarchical or a record.