Index

A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

S

selector() - Element in annotation interface io.github.jeemv.springboot.vuejs.annotations.VueJSInstance
 
Serialization - Class in io.github.jeemv.springboot.vuejs.utilities
Serialization This class is part of springBoot-VueJS
Serialization() - Constructor for class io.github.jeemv.springboot.vuejs.utilities.Serialization
 
serialize(RawObject, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.RawObjectSerializer
 
serialize(VueComponent, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.VueComponentSerializer
 
serialize(VueProp, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.PropSerializer
 
serialize(AbstractVueComposition, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.AbstractCompositionSerializer
 
serialize(VueComputed, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.ComputedSerializer
 
serialize(VueComputeds, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.ComputedsSerializer
 
serialize(VueDirectives, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.DirectivesSerializer
 
serialize(VueFilters, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.FiltersSerializer
 
serialize(VueMethod, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.MethodSerializer
 
serialize(VueMethods, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.MethodsSerializer
 
serialize(VueProps, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.PropsSerializer
 
serialize(VueWatcher, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.WatcherSerializer
 
serialize(VueWatchers, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.WatchersSerializer
 
serialize(VueJS, JsonGenerator, SerializerProvider) - Method in class io.github.jeemv.springboot.vuejs.serializers.VueJSSerializer
 
serializeParts(VuePart, JsonGenerator, SerializerProvider) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Serialization
 
serializeParts(VuePart, JsonGenerator, SerializerProvider, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Serialization
 
serializeVueElements(AbstractVueJS, JsonGenerator, SerializerProvider) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Serialization
 
set(String, String) - Method in class io.github.jeemv.springboot.vuejs.AbstractVueJS
Sets a new value to a data in the vueJS instance.
set(String, String) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsPart
 
setAction(Runnable) - Method in class io.github.jeemv.springboot.vuejs.console.CommandAction
 
setAxios(boolean) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
setBody(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueHook
 
setBody(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
 
setDeep() - Method in class io.github.jeemv.springboot.vuejs.parts.VueDirective
To also detect nested value changes inside Objects
setDeep(boolean) - Method in class io.github.jeemv.springboot.vuejs.parts.VueWatcher
 
setDefaultTemplateFile() - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
Sets the default template file (componentName+".html")
setDefaultValue(Object) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
 
setDelimiters(String...) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
setDelimiters(String, String) - Method in class io.github.jeemv.springboot.vuejs.VueJS
Defines the element delimiters (<% %>).
setEl(String) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
setEl(String) - Method in class io.github.jeemv.springboot.vuejs.VueJS
 
setGet(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueComputed
 
setHttpData(String) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
setImmediate(boolean) - Method in class io.github.jeemv.springboot.vuejs.parts.VueWatcher
 
setInternal(boolean) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
Defines if the component is created in the vue instance or not
setJsContent(String) - Method in class io.github.jeemv.springboot.vuejs.utilities.resources.JsResourceElement
 
setKeys(String...) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsonHelper
 
setName(String) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
 
setName(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
 
setOption(String) - Method in class io.github.jeemv.springboot.vuejs.console.CommandAction
 
setParams(List<String>) - Method in class io.github.jeemv.springboot.vuejs.parts.VueMethod
 
setProps(String...) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
Sets the component properties
setRequestHeader(String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Defines a request header.
setRequired(boolean) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
 
setResponseToVariable(String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Sets response.data to a variable
setResponseToVariable(String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Sets response.data.
setSet(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueComputed
 
setShortHand(String) - Method in class io.github.jeemv.springboot.vuejs.parts.VueDirective
 
setTemplate(String) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
Defines the template string
setTemplateFile(String) - Method in class io.github.jeemv.springboot.vuejs.components.VueComponent
Sets a template file
setTypes(String...) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
 
setUseAxios(boolean) - Method in class io.github.jeemv.springboot.vuejs.VueJS
Sets axios as library to use for $http do not forget to include the corresponding js file.
setValidator(String) - Method in class io.github.jeemv.springboot.vuejs.components.VueProp
 
setValues(String...) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsonHelper
 
setVuetify(boolean) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
setVueVersion(String) - Method in class io.github.jeemv.springboot.vuejs.configuration.VueJSProperties
 
shortHand - Variable in class io.github.jeemv.springboot.vuejs.parts.VueDirective
 
shouldAnswerWithTrue() - Method in class io.github.jeemv.springboot.vuejs.AppTest
Rigorous Test :-)
submitForm(String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Submits a form (form action must be provided on the html form)
submitForm(String, String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Submits an existing form
submitForm(String, String, String, String) - Static method in class io.github.jeemv.springboot.vuejs.utilities.Http
Submits an existing form
switchStatement(String, String...) - Method in class io.github.jeemv.springboot.vuejs.utilities.JsPart
 
A B C D E F G H I J L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form