Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RedFroggy/angular-spring-dynamic-form
/ functions
Functions
1,170 in github.com/RedFroggy/angular-spring-dynamic-form
⨍
Functions
1,170
◇
Types & classes
122
Method
getMin
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:162
Method
getMinLength
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:186
Method
getOptionTitle
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldDropDown.java:20
Method
getPattern
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:145
Method
getPlaceholder
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:210
Method
getReadable
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:129
Method
getShowAsColumn
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:194
Method
getValue
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldDropDown.java:41
Method
getValue
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormFieldValue.java:12
Method
getVersion
()
src/main/java/fr/redfroggy/dynamicforms/utils/Form.java:37
Method
getWritable
()
src/main/java/fr/redfroggy/dynamicforms/utils/FormField.java:137
Method
groupBy
* Creates an object composed of keys generated from the results of running each element of collection through * iteratee. The corresponding v
typings/lodash/lodash.d.ts:7293
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7365
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7375
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7400
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7448
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7458
Method
groupBy
* @see _.groupBy
typings/lodash/lodash.d.ts:7483
Method
gt
* Checks if value is greater than other. * * @param value The value to compare. * @param other The other value to compare.
typings/lodash/lodash.d.ts:10926
Method
gt
* @see _.gt
typings/lodash/lodash.d.ts:10936
Method
gt
* @see _.gt
typings/lodash/lodash.d.ts:10943
Method
gte
* Checks if value is greater than or equal to other. * * @param value The value to compare. * @param other The other value
typings/lodash/lodash.d.ts:10955
Method
gte
* @see _.gte
typings/lodash/lodash.d.ts:10965
Method
gte
* @see _.gte
typings/lodash/lodash.d.ts:10972
Method
has
* Checks if a cached value for `key` exists. * @param key The key of the entry to check. * @return Returns `true` if an entry for `k
typings/lodash/lodash.d.ts:348
Method
has
* Checks if `path` is a direct property of `object`. * * @static * @memberOf _ * @category Object * @para
typings/lodash/lodash.d.ts:14899
Method
has
* @see _.has
typings/lodash/lodash.d.ts:14909
Method
has
* @see _.has
typings/lodash/lodash.d.ts:14916
Method
hasIn
* Checks if `path` is a direct or inherited property of `object`. * * @static * @memberOf _ * @category Object
typings/lodash/lodash.d.ts:14946
Method
hasIn
* @see _.hasIn
typings/lodash/lodash.d.ts:14956
Method
hasIn
* @see _.hasIn
typings/lodash/lodash.d.ts:14963
Method
head
* Gets the first element of array. * * @alias _.first * * @param array The array to query. * @return Retu
typings/lodash/lodash.d.ts:2074
Method
head
* @see _.first
typings/lodash/lodash.d.ts:2081
Method
head
* @see _.first
typings/lodash/lodash.d.ts:2088
Method
identity
* This method returns the first argument provided to it. * @param value Any value. * @return Returns value.
typings/lodash/lodash.d.ts:17325
Method
identity
* @see _.identity
typings/lodash/lodash.d.ts:17332
Method
identity
* @see _.identity
typings/lodash/lodash.d.ts:17339
Method
identity
* @see _.identity
typings/lodash/lodash.d.ts:17346
Method
inRange
* Checks if n is between start and up to but not including, end. If end is not specified it’s set to start * with start then set to 0.
typings/lodash/lodash.d.ts:13119
Method
inRange
* @see _.inRange
typings/lodash/lodash.d.ts:13139
Method
inRange
* @see _.inRange
typings/lodash/lodash.d.ts:13154
Method
includes
* Checks if target is in collection using SameValueZero for equality comparisons. If fromIndex is negative, * it’s used as the offset from th
typings/lodash/lodash.d.ts:7538
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7558
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7568
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7578
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7588
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7598
Method
includes
* @see _.includes
typings/lodash/lodash.d.ts:7608
Method
indexOf
* @see _.indexOf
typings/lodash/lodash.d.ts:2127
Method
indexOf
* @see _.indexOf
typings/lodash/lodash.d.ts:2137
Method
indexOf
* @see _.indexOf
typings/lodash/lodash.d.ts:2147
Method
indexOf
* @see _.indexOf
typings/lodash/lodash.d.ts:2157
Method
initBDD
(final CustomerRepository repository)
src/main/java/fr/redfroggy/dynamicforms/Application.java:25
Method
initial
* Gets all but the last element of array. * * @param array The array to query. * @return Returns the slice of array.
typings/lodash/lodash.d.ts:2427
Method
initial
* @see _.initial
typings/lodash/lodash.d.ts:2434
Method
initial
* @see _.initial
typings/lodash/lodash.d.ts:2441
Method
initial
* @see _.initial
typings/lodash/lodash.d.ts:2448
Method
initial
* @see _.initial
typings/lodash/lodash.d.ts:2455
Method
intersection
* Creates an array of unique values that are included in all of the provided arrays using SameValueZero for * equality comparisons.
typings/lodash/lodash.d.ts:2467
Method
intersection
* @see _.intersection
typings/lodash/lodash.d.ts:2474
Method
intersection
* @see _.intersection
typings/lodash/lodash.d.ts:2481
Method
intersection
* @see _.intersection
typings/lodash/lodash.d.ts:2488
Method
intersection
* @see _.intersection
typings/lodash/lodash.d.ts:2495
Method
intersectionBy
* This method is like `_.intersection` except that it accepts `iteratee` * which is invoked for each element of each `arrays` to generate the
typings/lodash/lodash.d.ts:2185
Method
intersectionWith
* This method is like `_.intersection` except that it accepts `comparator` * which is invoked to compare elements of `arrays`. The comparator
typings/lodash/lodash.d.ts:2212
Method
invert
* Creates an object composed of the inverted keys and values of object. If object contains duplicate values, * subsequent values overwrite pr
typings/lodash/lodash.d.ts:14976
Method
invert
* @see _.invert
typings/lodash/lodash.d.ts:14994
Method
invert
* @see _.invert
typings/lodash/lodash.d.ts:15001
Method
invertBy
* This method is like _.invert except that the inverted object is generated from the results of running each * element of object through iter
typings/lodash/lodash.d.ts:15019
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15053
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15062
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15078
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15094
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15103
Method
invertBy
* @see _.invertBy
typings/lodash/lodash.d.ts:15119
Method
invokeMap
* Invokes the method named by methodName on each element in the collection returning * an array of the results of each invoked method. Additio
typings/lodash/lodash.d.ts:7831
Method
invokeMap
* @see _.invokeMap
typings/lodash/lodash.d.ts:7897
Method
invokeMap
* @see _.invokeMap
typings/lodash/lodash.d.ts:7913
Method
invokeMap
* @see _.invokeMap
typings/lodash/lodash.d.ts:7929
Method
invokeMap
* @see _.invokeMap
typings/lodash/lodash.d.ts:7945
Method
isArguments
* Checks if value is classified as an arguments object. * * @param value The value to check. * @return Returns true if valu
typings/lodash/lodash.d.ts:10983
Method
isArguments
* @see _.isArguments
typings/lodash/lodash.d.ts:10990
Method
isArguments
* @see _.isArguments
typings/lodash/lodash.d.ts:10997
Method
isArray
* Checks if value is classified as an Array object. * @param value The value to check. * * @return Returns true if value is
typings/lodash/lodash.d.ts:11008
Method
isArray
* @see _.isArray
typings/lodash/lodash.d.ts:11015
Method
isArray
* @see _.isArray
typings/lodash/lodash.d.ts:11022
Method
isArrayBuffer
* Checks if value is classified as an ArrayBuffer object. * * @param value The value to check. * @return Returns true if va
typings/lodash/lodash.d.ts:11033
Method
isArrayBuffer
* @see _.isArrayBuffer
typings/lodash/lodash.d.ts:11040
Method
isArrayBuffer
* @see _.isArrayBuffer
typings/lodash/lodash.d.ts:11047
Method
isArrayLike
* Checks if `value` is array-like. A value is considered array-like if it's * not a function and has a `value.length` that's an integer great
typings/lodash/lodash.d.ts:11077
Method
isArrayLike
* @see _.isArrayLike
typings/lodash/lodash.d.ts:11084
Method
isArrayLike
* @see _.isArrayLike
typings/lodash/lodash.d.ts:11091
Method
isArrayLikeObject
* This method is like `_.isArrayLike` except that it also checks if `value` * is an object. * * @static * @memberO
typings/lodash/lodash.d.ts:11120
Method
isArrayLikeObject
* @see _.isArrayLikeObject
typings/lodash/lodash.d.ts:11127
Method
isArrayLikeObject
* @see _.isArrayLikeObject
typings/lodash/lodash.d.ts:11134
Method
isBoolean
* Checks if value is classified as a boolean primitive or object. * * @param value The value to check. * @return Returns tr
typings/lodash/lodash.d.ts:11145
Method
isBoolean
* @see _.isBoolean
typings/lodash/lodash.d.ts:11152
Method
isBoolean
* @see _.isBoolean
typings/lodash/lodash.d.ts:11159
Method
isBuffer
* Checks if value is a buffer. * * @param value The value to check. * @return Returns true if value is a buffer, else false
typings/lodash/lodash.d.ts:11170
Method
isBuffer
* @see _.isBuffer
typings/lodash/lodash.d.ts:11177
← previous
next →
401–500 of 1,170, ranked by callers