Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- AbstractCompositionSerializer - Class in io.github.jeemv.springboot.vuejs.serializers
-
AbstractCompositionSerializer This class is part of springBoot-VueJS
- AbstractCompositionSerializer() - Constructor for class io.github.jeemv.springboot.vuejs.serializers.AbstractCompositionSerializer
- AbstractCompositionSerializer(Class<AbstractVueComposition>) - Constructor for class io.github.jeemv.springboot.vuejs.serializers.AbstractCompositionSerializer
- AbstractVueComposition - Class in io.github.jeemv.springboot.vuejs.parts
-
AbstractVueComposition This class is part of springBoot-VueJS
- AbstractVueComposition() - Constructor for class io.github.jeemv.springboot.vuejs.parts.AbstractVueComposition
- AbstractVueComposition(String) - Constructor for class io.github.jeemv.springboot.vuejs.parts.AbstractVueComposition
- AbstractVueComposition(String, boolean) - Constructor for class io.github.jeemv.springboot.vuejs.parts.AbstractVueComposition
- AbstractVueJS - Class in io.github.jeemv.springboot.vuejs
-
AbstractVueJS This class is part of springBoot-VueJS
- AbstractVueJS() - Constructor for class io.github.jeemv.springboot.vuejs.AbstractVueJS
- add(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueDirectives
- add(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueProps
- add(String) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsPart
- add(String, String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueComputeds
- add(String, String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueDirectives
- add(String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.JsArray
-
Adds an element to array
- add(String, String, boolean) - Method in class io.github.jeemv.springboot.vuejs.parts.VueWatchers
- add(String, String, boolean, boolean) - Method in class io.github.jeemv.springboot.vuejs.parts.VueWatchers
- add(String, String, String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueComputeds
- add(String, String, String...) - Method in class io.github.jeemv.springboot.vuejs.parts.VueFilters
- add(String, String, String...) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethods
- addAll(String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.JsArray
-
Adds all elements from an array to another
- addBeforeMountScript(String) - Method in class io.github.jeemv.springboot.vuejs.VueJS
-
Adds a script to be executed before the VueJS instance is mounted.
- addBody(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
- addBodyParts(String...) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
- addComputed(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a computed property
- addComputed(String, String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds an editable computed property
- addData(String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Declare a data
- addData(String, Object) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a data
- addDataRaw(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a data and the exact value without transformation
- addDeepWatcher(String, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a deep watcher on variableName, detect nested value changes inside Objects Handlers have oldVal and val as parameters
- addDirective(String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a new directive in the vue instance
- addDirective(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a new directive in the vue instance
- addElements(String...) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsPart
- addFilter(String, String, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a new filter in the vue instance
- addGlobalComponent(String) - Method in class io.github.jeemv.springboot.vuejs.VueJS
-
Adds a new global component.
- addGlobalDirective(String) - Method in class io.github.jeemv.springboot.vuejs.VueJS
-
Adds a new global directive.
- addGlobalFilter(String, String, String...) - Method in class io.github.jeemv.springboot.vuejs.VueJS
-
Adds a new global filter.
- addHandlers(String, String...) - Method in class io.github.jeemv.springboot.vuejs.parts.VueWatchers
- addHook(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
- addImmediateWatcher(String, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds an immediate watcher on variableName, the callback will be called immediately after the start of the observation Handlers have oldVal and val as parameters
- addMethod(String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a method
- addMethod(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a method
- addMethod(String, String, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a method with parameters
- addOrReplace(String, String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.JsArray
-
Adds or replace an element in array
- addParams(String...) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
- addProp(String, Object) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
-
Adds a new property to the component
- addProp(String, String, boolean) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
-
Adds a required property to the component
- addProp(String, String, boolean, boolean) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
-
Adds a mutable property (use mutProperty=value to assign a value)
- addProperty(String, Object) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethods
- addPropRaw(String, String) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
-
Adds a new property to the component defaultValue is not quoted (because it's a raw property)
- addType(String) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
- addVariables(Object) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JavascriptResource
-
Adds all members name/value of an object to java contents.
- addVariables(Object) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JsResourceElement
-
Adds all members name/value of an object to java contents.
- addVariables(Object[][]) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JavascriptResource
-
Adds an array of names,values to the resource.
- addVariables(Object[][]) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JsResourceElement
-
Adds an array of names,values to the resource.
- addVariables(String) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JavascriptResource
-
Adds names,values of contents to the resource from a json array.
- addVariables(String) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JsResourceElement
-
Adds names,values of contents to the resource from a json array.
- addWatcher(String, boolean, boolean, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a watcher on variableName Handlers have oldVal and val as parameters
- addWatcher(String, boolean, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a watcher on variableName Handlers have oldVal and val as parameters
- addWatcher(String, String...) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Adds a watcher on variableName Handlers have oldVal and val as parameters
- AppTest - Class in io.github.jeemv.springboot.vuejs
-
Unit test for simple App.
- AppTest() - Constructor for class io.github.jeemv.springboot.vuejs.AppTest
- asArray() - Method in class io.github.jeemv.springboot.vuejs.utilities.JsonHelper
- asObject() - Method in class io.github.jeemv.springboot.vuejs.utilities.JsonHelper
- assignOriginal(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Assigns a value to an originalData cloned with
cloneOriginalData
- assignOriginalWithHttp(String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Assigns a value to an originalData cloned with
cloneOriginalData
using Http response.data - attachDeepWatcher(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Attaches an existing function for observing the variable, detect nested value changes inside Objects The function must have the prototype function (oldVal, val)
- attachImmediateWatcher(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Attaches an existing function for observing the variable, the callback will be called immediately after the start of the observation The function must have the prototype function (oldVal, val)
- attachWatcher(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Attaches an existing function for observing the variable The function must have the prototype function (oldVal, val)
- attachWatcher(String, String, boolean) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Attaches an existing function for observing the variable The function must have the prototype function (oldVal, val)
- attachWatcher(String, String, boolean, boolean) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
-
Attaches an existing function for observing the variable The function must have the prototype function (oldVal, val)
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form