HazardousMaterialsOptionsPanel
@IBDesignable
open class HazardousMaterialsOptionsPanel : OptionsPanel
An options panel for displaying the hazardous material’s options available for NMARoutingMode.
See also
NMARoutingMode.hazardousGoods
-
A string that can be used to represent the panel.
Declaration
Swift
public static var name: String -
The underlying
NMARoutingModeobject. The panel reflects itshazardousGoodsproperties and sets theselectedItemIndexesbased on these route options.Declaration
Swift
public var routingMode: NMARoutingMode! { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)
View on GitHub
HazardousMaterialsOptionsPanel Class Reference