Uses of Class
com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
-
Packages that use UIHttpManagerComponent.CloseButtonSpec Package Description com.orchestranetworks.ui This package provides the capability to create custom user interface components that are integrated within EBX®. -
-
Uses of UIHttpManagerComponent.CloseButtonSpec in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as UIHttpManagerComponent.CloseButtonSpec Modifier and Type Field Description static UIHttpManagerComponent.CloseButtonSpecUIHttpManagerComponent.CloseButtonSpec. CROSSDisplays a cross button on the top right.static UIHttpManagerComponent.CloseButtonSpecUIHttpManagerComponent.CloseButtonSpec. LOGOUTDisplays the standard log out button on the top right.Methods in com.orchestranetworks.ui that return UIHttpManagerComponent.CloseButtonSpec Modifier and Type Method Description UIHttpManagerComponent.CloseButtonSpecUIHttpManagerComponent. getCloseButtonSpec()Returns the close button display style for this Web Component.static UIHttpManagerComponent.CloseButtonSpecUIHttpManagerComponent.CloseButtonSpec. parse(String flag)Methods in com.orchestranetworks.ui with parameters of type UIHttpManagerComponent.CloseButtonSpec Modifier and Type Method Description voidUIHttpManagerComponent. setCloseButtonSpec(UIHttpManagerComponent.CloseButtonSpec closeButtonSpec)Specifies whether the close button is displayed for this Web Component, and if so, its display style.
-