| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty
Documentation
data FormInputValuePropertyBindingPropertiesProperty Source #
Constructors
| FormInputValuePropertyBindingPropertiesProperty | |
Instances
data FileUploaderFieldConfigProperty Source #
Constructors
| FileUploaderFieldConfigProperty | |
Fields
| |
Instances
| ToJSON FileUploaderFieldConfigProperty Source # | |||||
| Show FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Methods showsPrec :: Int -> FileUploaderFieldConfigProperty -> ShowS # | |||||
| Eq FileUploaderFieldConfigProperty Source # | |||||
| ToResourceProperties FileUploaderFieldConfigProperty Source # | |||||
| Property "AcceptedFileTypes" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "AcceptedFileTypes" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| Property "AccessLevel" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "AccessLevel" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| Property "IsResumable" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "IsResumable" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| Property "MaxFileCount" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "MaxFileCount" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| Property "MaxSize" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "MaxSize" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| Property "ShowThumbnails" FileUploaderFieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FileUploaderFieldConfigProperty Associated Types
Methods set :: PropertyType "ShowThumbnails" FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty -> FileUploaderFieldConfigProperty # | |||||
| type PropertyType "AcceptedFileTypes" FileUploaderFieldConfigProperty Source # | |||||
| type PropertyType "AccessLevel" FileUploaderFieldConfigProperty Source # | |||||
| type PropertyType "IsResumable" FileUploaderFieldConfigProperty Source # | |||||
| type PropertyType "MaxFileCount" FileUploaderFieldConfigProperty Source # | |||||
| type PropertyType "MaxSize" FileUploaderFieldConfigProperty Source # | |||||
| type PropertyType "ShowThumbnails" FileUploaderFieldConfigProperty Source # | |||||
data FieldInputConfigProperty Source #
Constructors
| FieldInputConfigProperty | |
Fields
| |
Instances
| ToJSON FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Methods toJSON :: FieldInputConfigProperty -> Value # toEncoding :: FieldInputConfigProperty -> Encoding # toJSONList :: [FieldInputConfigProperty] -> Value # | |||||
| Show FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Methods showsPrec :: Int -> FieldInputConfigProperty -> ShowS # show :: FieldInputConfigProperty -> String # showList :: [FieldInputConfigProperty] -> ShowS # | |||||
| Eq FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Methods (==) :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool # (/=) :: FieldInputConfigProperty -> FieldInputConfigProperty -> Bool # | |||||
| ToResourceProperties FieldInputConfigProperty Source # | |||||
| Property "DefaultChecked" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "DefaultChecked" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "DefaultCountryCode" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "DefaultCountryCode" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "DefaultValue" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "DefaultValue" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "DescriptiveText" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "DescriptiveText" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "FileUploaderConfig" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "FileUploaderConfig" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "IsArray" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "IsArray" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "MaxValue" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "MaxValue" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "MinValue" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "MinValue" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Name" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Name" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Placeholder" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Placeholder" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "ReadOnly" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "ReadOnly" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Required" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Required" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Step" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Step" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Type" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Type" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "Value" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "Value" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| Property "ValueMappings" FieldInputConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldInputConfigProperty Associated Types
Methods set :: PropertyType "ValueMappings" FieldInputConfigProperty -> FieldInputConfigProperty -> FieldInputConfigProperty # | |||||
| type PropertyType "DefaultChecked" FieldInputConfigProperty Source # | |||||
| type PropertyType "DefaultCountryCode" FieldInputConfigProperty Source # | |||||
| type PropertyType "DefaultValue" FieldInputConfigProperty Source # | |||||
| type PropertyType "DescriptiveText" FieldInputConfigProperty Source # | |||||
| type PropertyType "FileUploaderConfig" FieldInputConfigProperty Source # | |||||
| type PropertyType "IsArray" FieldInputConfigProperty Source # | |||||
| type PropertyType "MaxValue" FieldInputConfigProperty Source # | |||||
| type PropertyType "MinValue" FieldInputConfigProperty Source # | |||||
| type PropertyType "Name" FieldInputConfigProperty Source # | |||||
| type PropertyType "Placeholder" FieldInputConfigProperty Source # | |||||
| type PropertyType "ReadOnly" FieldInputConfigProperty Source # | |||||
| type PropertyType "Required" FieldInputConfigProperty Source # | |||||
| type PropertyType "Step" FieldInputConfigProperty Source # | |||||
| type PropertyType "Type" FieldInputConfigProperty Source # | |||||
| type PropertyType "Value" FieldInputConfigProperty Source # | |||||
| type PropertyType "ValueMappings" FieldInputConfigProperty Source # | |||||
data FormInputValuePropertyProperty Source #
Constructors
| FormInputValuePropertyProperty | |
Instances
| ToJSON FormInputValuePropertyProperty Source # | |||||
| Show FormInputValuePropertyProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputValuePropertyProperty Methods showsPrec :: Int -> FormInputValuePropertyProperty -> ShowS # show :: FormInputValuePropertyProperty -> String # showList :: [FormInputValuePropertyProperty] -> ShowS # | |||||
| Eq FormInputValuePropertyProperty Source # | |||||
| ToResourceProperties FormInputValuePropertyProperty Source # | |||||
| Property "BindingProperties" FormInputValuePropertyProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputValuePropertyProperty Associated Types
Methods set :: PropertyType "BindingProperties" FormInputValuePropertyProperty -> FormInputValuePropertyProperty -> FormInputValuePropertyProperty # | |||||
| Property "Concat" FormInputValuePropertyProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputValuePropertyProperty Associated Types
Methods set :: PropertyType "Concat" FormInputValuePropertyProperty -> FormInputValuePropertyProperty -> FormInputValuePropertyProperty # | |||||
| Property "Value" FormInputValuePropertyProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputValuePropertyProperty Associated Types
Methods set :: PropertyType "Value" FormInputValuePropertyProperty -> FormInputValuePropertyProperty -> FormInputValuePropertyProperty # | |||||
| type PropertyType "BindingProperties" FormInputValuePropertyProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputValuePropertyProperty type PropertyType "BindingProperties" FormInputValuePropertyProperty = FormInputValuePropertyBindingPropertiesProperty | |||||
| type PropertyType "Concat" FormInputValuePropertyProperty Source # | |||||
| type PropertyType "Value" FormInputValuePropertyProperty Source # | |||||
data ValueMappingProperty Source #
Constructors
| ValueMappingProperty | |
Instances
| ToJSON ValueMappingProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingProperty Methods toJSON :: ValueMappingProperty -> Value # toEncoding :: ValueMappingProperty -> Encoding # toJSONList :: [ValueMappingProperty] -> Value # toEncodingList :: [ValueMappingProperty] -> Encoding # omitField :: ValueMappingProperty -> Bool # | |||||
| Show ValueMappingProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingProperty Methods showsPrec :: Int -> ValueMappingProperty -> ShowS # show :: ValueMappingProperty -> String # showList :: [ValueMappingProperty] -> ShowS # | |||||
| Eq ValueMappingProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingProperty Methods (==) :: ValueMappingProperty -> ValueMappingProperty -> Bool # (/=) :: ValueMappingProperty -> ValueMappingProperty -> Bool # | |||||
| ToResourceProperties ValueMappingProperty Source # | |||||
| Property "DisplayValue" ValueMappingProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingProperty Associated Types
Methods set :: PropertyType "DisplayValue" ValueMappingProperty -> ValueMappingProperty -> ValueMappingProperty # | |||||
| Property "Value" ValueMappingProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingProperty Associated Types
Methods set :: PropertyType "Value" ValueMappingProperty -> ValueMappingProperty -> ValueMappingProperty # | |||||
| type PropertyType "DisplayValue" ValueMappingProperty Source # | |||||
| type PropertyType "Value" ValueMappingProperty Source # | |||||
data ValueMappingsProperty Source #
Constructors
| ValueMappingsProperty | |
Fields | |
Instances
| ToJSON ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty Methods toJSON :: ValueMappingsProperty -> Value # toEncoding :: ValueMappingsProperty -> Encoding # toJSONList :: [ValueMappingsProperty] -> Value # toEncodingList :: [ValueMappingsProperty] -> Encoding # omitField :: ValueMappingsProperty -> Bool # | |||||
| Show ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty Methods showsPrec :: Int -> ValueMappingsProperty -> ShowS # show :: ValueMappingsProperty -> String # showList :: [ValueMappingsProperty] -> ShowS # | |||||
| Eq ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty Methods (==) :: ValueMappingsProperty -> ValueMappingsProperty -> Bool # (/=) :: ValueMappingsProperty -> ValueMappingsProperty -> Bool # | |||||
| ToResourceProperties ValueMappingsProperty Source # | |||||
| Property "BindingProperties" ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty Associated Types
Methods set :: PropertyType "BindingProperties" ValueMappingsProperty -> ValueMappingsProperty -> ValueMappingsProperty # | |||||
| Property "Values" ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty Associated Types
Methods set :: PropertyType "Values" ValueMappingsProperty -> ValueMappingsProperty -> ValueMappingsProperty # | |||||
| type PropertyType "BindingProperties" ValueMappingsProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.ValueMappingsProperty type PropertyType "BindingProperties" ValueMappingsProperty = Map Text FormInputBindingPropertiesValueProperty | |||||
| type PropertyType "Values" ValueMappingsProperty Source # | |||||
data FormInputBindingPropertiesValuePropertiesProperty Source #
Constructors
| FormInputBindingPropertiesValuePropertiesProperty | |
Fields
| |
Instances
| ToJSON FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputBindingPropertiesValuePropertiesProperty Methods toJSON :: FormInputBindingPropertiesValuePropertiesProperty -> Value # toEncoding :: FormInputBindingPropertiesValuePropertiesProperty -> Encoding # toJSONList :: [FormInputBindingPropertiesValuePropertiesProperty] -> Value # toEncodingList :: [FormInputBindingPropertiesValuePropertiesProperty] -> Encoding # omitField :: FormInputBindingPropertiesValuePropertiesProperty -> Bool # | |||||
| Show FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
| Eq FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
| ToResourceProperties FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
| Property "Model" FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputBindingPropertiesValuePropertiesProperty Associated Types
| |||||
| type PropertyType "Model" FormInputBindingPropertiesValuePropertiesProperty Source # | |||||
data FormInputBindingPropertiesValueProperty Source #
Constructors
| FormInputBindingPropertiesValueProperty | |
Instances
| ToJSON FormInputBindingPropertiesValueProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputBindingPropertiesValueProperty Methods toJSON :: FormInputBindingPropertiesValueProperty -> Value # toEncoding :: FormInputBindingPropertiesValueProperty -> Encoding # toJSONList :: [FormInputBindingPropertiesValueProperty] -> Value # toEncodingList :: [FormInputBindingPropertiesValueProperty] -> Encoding # omitField :: FormInputBindingPropertiesValueProperty -> Bool # | |||||
| Show FormInputBindingPropertiesValueProperty Source # | |||||
| Eq FormInputBindingPropertiesValueProperty Source # | |||||
| ToResourceProperties FormInputBindingPropertiesValueProperty Source # | |||||
| Property "BindingProperties" FormInputBindingPropertiesValueProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputBindingPropertiesValueProperty Associated Types
Methods set :: PropertyType "BindingProperties" FormInputBindingPropertiesValueProperty -> FormInputBindingPropertiesValueProperty -> FormInputBindingPropertiesValueProperty # | |||||
| Property "Type" FormInputBindingPropertiesValueProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FormInputBindingPropertiesValueProperty Associated Types
| |||||
| type PropertyType "BindingProperties" FormInputBindingPropertiesValueProperty Source # | |||||
| type PropertyType "Type" FormInputBindingPropertiesValueProperty Source # | |||||
mkFileUploaderFieldConfigProperty :: ValueList Text -> Value Text -> FileUploaderFieldConfigProperty Source #
mkFormInputBindingPropertiesValuePropertiesProperty :: FormInputBindingPropertiesValuePropertiesProperty Source #
mkFormInputValuePropertyBindingPropertiesProperty :: Value Text -> FormInputValuePropertyBindingPropertiesProperty Source #
data FieldConfigProperty Source #
Constructors
| FieldConfigProperty | |
Fields | |
Instances
| ToJSON FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Methods toJSON :: FieldConfigProperty -> Value # toEncoding :: FieldConfigProperty -> Encoding # toJSONList :: [FieldConfigProperty] -> Value # toEncodingList :: [FieldConfigProperty] -> Encoding # omitField :: FieldConfigProperty -> Bool # | |||||
| Show FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Methods showsPrec :: Int -> FieldConfigProperty -> ShowS # show :: FieldConfigProperty -> String # showList :: [FieldConfigProperty] -> ShowS # | |||||
| Eq FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Methods (==) :: FieldConfigProperty -> FieldConfigProperty -> Bool # (/=) :: FieldConfigProperty -> FieldConfigProperty -> Bool # | |||||
| ToResourceProperties FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Methods toResourceProperties :: FieldConfigProperty -> ResourceProperties # | |||||
| Property "Excluded" FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Associated Types
Methods set :: PropertyType "Excluded" FieldConfigProperty -> FieldConfigProperty -> FieldConfigProperty # | |||||
| Property "InputType" FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Associated Types
Methods set :: PropertyType "InputType" FieldConfigProperty -> FieldConfigProperty -> FieldConfigProperty # | |||||
| Property "Label" FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Associated Types
Methods set :: PropertyType "Label" FieldConfigProperty -> FieldConfigProperty -> FieldConfigProperty # | |||||
| Property "Position" FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Associated Types
Methods set :: PropertyType "Position" FieldConfigProperty -> FieldConfigProperty -> FieldConfigProperty # | |||||
| Property "Validations" FieldConfigProperty Source # | |||||
Defined in Stratosphere.AmplifyUIBuilder.Form.FieldConfigProperty Associated Types
Methods set :: PropertyType "Validations" FieldConfigProperty -> FieldConfigProperty -> FieldConfigProperty # | |||||
| type PropertyType "Excluded" FieldConfigProperty Source # | |||||
| type PropertyType "InputType" FieldConfigProperty Source # | |||||
| type PropertyType "Label" FieldConfigProperty Source # | |||||
| type PropertyType "Position" FieldConfigProperty Source # | |||||
| type PropertyType "Validations" FieldConfigProperty Source # | |||||