FxElement
public class FxElement: FxBase
Undocumented
-
The view/textfield/control bound to this field by FxForm.
Declaration
Swift
public weak var view: UIView?
-
Primarily an internal function used by configuration routines to set attributes. If defined, values will be bound to fields using the appropriate binding strategy.
Declaration
Swift
public func updateAttribute<T>( _ value: T?, forkey key: String)
-
Primarily an internal function used by configuration routines to add the appropriate binding strategy.
Declaration
Swift
public func addAttributeBindingStrategy(_ key: String, bind: @escaping FxAttributeBindingStrategy)
-
Primarily an internal function used by configuration routines to add the appropriate binding strategy.
Declaration
Swift
public func addReactiveBindingStrategy(_ key: String, bind: @escaping FxReactiveBindingStrategy)