FilterFormView
public struct FilterFormView
extension FilterFormView: View
extension FilterFormView: _ViewEmptyChecking
Undocumented
-
init(title:
options: controlState: errorMessage: isEnabled: allowsMultipleSelection: allowsEmptySelection: value: buttonSize: isSingleLine: onValueChange: componentIdentifier: ) Undocumented
Declaration
Swift
public init(@ViewBuilder title: () -> any View, options: [AttributedString] = [], controlState: ControlState = .normal, errorMessage: AttributedString? = nil, isEnabled: Bool, allowsMultipleSelection: Bool = true, allowsEmptySelection: Bool = false, value: Binding<[Int]>, buttonSize: FilterButtonSize = .fixed, isSingleLine: Bool = true, onValueChange: (([Int]) -> Void)? = nil, componentIdentifier: String? = FilterFormView.identifier)
-
Undocumented
Declaration
Swift
static let identifier: String
-
init(title:
mandatoryFieldIndicator: isRequired: options: controlState: errorMessage: isEnabled: allowsMultipleSelection: allowsEmptySelection: value: buttonSize: isSingleLine: onValueChange: ) Undocumented
Declaration
Swift
init(title: AttributedString, mandatoryFieldIndicator: TextOrIcon? = .text("*"), isRequired: Bool = false, options: [AttributedString] = [], controlState: ControlState = .normal, errorMessage: AttributedString? = nil, isEnabled: Bool, allowsMultipleSelection: Bool = true, allowsEmptySelection: Bool = false, value: Binding<[Int]>, buttonSize: FilterButtonSize = .fixed, isSingleLine: Bool = true, onValueChange: (([Int]) -> Void)? = nil)
-
Undocumented
Declaration
Swift
init(_ configuration: FilterFormViewConfiguration)
-
Declaration
Swift
public var body: some View { get }
-
Undocumented
Declaration
Swift
public var isEmpty: Bool { get }