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
NMARoutingMode
object. The panel reflects itshazardousGoods
properties and sets theselectedItemIndexes
based on these route options.Declaration
Swift
public var routingMode: NMARoutingMode! { get set }
-
Declaration
Swift
public func optionItemDidChange(_ item: OptionItem)