A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
fault(info) — Method in class org.restfulx.services.ChangeResponder
fault(error) — Method in class org.restfulx.services.ServiceResponder
fault(info) — Method in class org.restfulx.services.UndoRedoResponder
Invoke source IFunctionalResponder fault implementation.
field — Property in class org.restfulx.validators.ServiceErrorValidator
field that the errors are for
filter(items, filter) — Static method in class org.restfulx.Rx
Filters a given RxCollection with no side effects, a new restfulx array collection is created that the filter is applied on.
filter$(items:org.restfulx.collections:RxCollection, filter) — Static method in class org.restfulx.Rx
Filters a given RxCollection in place, this version actually modifies the instance passed in as the argument.
filterCategory — Property in class org.restfulx.components.rx.RxAutoComplete
If provided this indicates which property should be used for filtering/search
filterFunction — Property in class org.restfulx.components.rx.RxAutoComplete
Client-side filter function.
filterFunctions — Property in class org.restfulx.collections.RxCollection
filters(items:org.restfulx.collections:RxCollection, filters) — Static method in class org.restfulx.Rx
Applies a composite filter to a given RxCollection with no side effects, a new restfulx array collection is created that the filters are applied on.
filters$(items:org.restfulx.collections:RxCollection, filters) — Static method in class org.restfulx.Rx
Applies a composite filter to a given RxCollection in place, this version actually modifies the instance passed in as the argument.
findAll(optsOrClazz, conditions, includes, unmarshall, cacheBy) — Method in class org.restfulx.controllers.AuxAIRController
If you find Rx.models.index in combination with Rx.filter and/or metadata not sufficiently expressive you can perform finds against local SQLite database in a samilar manner to ActiveRecord's find(:all) with conditions.
findAllBySQL(optsOrClazz, sql, includes, unmarshall, cacheBy) — Method in class org.restfulx.controllers.AuxAIRController
If you don't want to bother with formatting conditions you can default to writing SQL for SQLite queries yourself.
fireUndoRedoActionEvent(undoRedoFlag) — Static method in class org.restfulx.utils.RxUtils
Dispatches appropriate Undo/Redo event depending on the flag.
fqn — Property in class org.restfulx.events.CacheUpdateEvent
Fully qualified name of the model class that got updated
fqns — Property in class org.restfulx.utils.ModelsMetadata
various aliases for FQNs
fromString(aUUID) — Static method in class org.restfulx.utils.UUID
Create a UUID from a string
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z