Class RouteRecord
- java.lang.Object
-
- com.axellience.vueroutergwt.client.RouteRecord
-
@JsType(isNative=true, namespace="<global>", name="Object") public final class RouteRecord extends Object- Author:
- Adrien Baron
-
-
Constructor Summary
Constructors Constructor Description RouteRecord()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description jsinterop.base.JsPropertyMapgetComponents()jsinterop.base.JsPropertyMap<com.axellience.vuegwt.core.client.Vue>getInstances()StringgetMatchAs()ObjectgetMeta()StringgetName()RouteRecordgetParent()StringgetPath()ObjectgetProps()RedirectOptiongetRedirect()elemental2.core.JsRegExpgetRegex()RouteRecordsetComponents(jsinterop.base.JsPropertyMap components)RouteRecordsetInstances(jsinterop.base.JsPropertyMap<com.axellience.vuegwt.core.client.Vue> instances)RouteRecordsetMatchAs(String matchAs)RouteRecordsetMeta(Object meta)RouteRecordsetName(String name)RouteRecordsetParent(RouteRecord parent)RouteRecordsetPath(String path)RouteRecordsetProps(Object props)RouteRecordsetRedirect(RedirectOption redirect)RouteRecordsetRegex(elemental2.core.JsRegExp regex)
-
-
-
Method Detail
-
getPath
@JsOverlay public final String getPath()
-
setPath
@JsOverlay public final RouteRecord setPath(String path)
-
getRegex
@JsOverlay public final elemental2.core.JsRegExp getRegex()
-
setRegex
@JsOverlay public final RouteRecord setRegex(elemental2.core.JsRegExp regex)
-
getComponents
@JsOverlay public final jsinterop.base.JsPropertyMap getComponents()
-
setComponents
@JsOverlay public final RouteRecord setComponents(jsinterop.base.JsPropertyMap components)
-
getInstances
@JsOverlay public final jsinterop.base.JsPropertyMap<com.axellience.vuegwt.core.client.Vue> getInstances()
-
setInstances
@JsOverlay public final RouteRecord setInstances(jsinterop.base.JsPropertyMap<com.axellience.vuegwt.core.client.Vue> instances)
-
getName
@JsOverlay public final String getName()
-
setName
@JsOverlay public final RouteRecord setName(String name)
-
getParent
@JsOverlay public final RouteRecord getParent()
-
setParent
@JsOverlay public final RouteRecord setParent(RouteRecord parent)
-
getRedirect
@JsOverlay public final RedirectOption getRedirect()
-
setRedirect
@JsOverlay public final RouteRecord setRedirect(RedirectOption redirect)
-
getMatchAs
@JsOverlay public final String getMatchAs()
-
setMatchAs
@JsOverlay public final RouteRecord setMatchAs(String matchAs)
-
getMeta
@JsOverlay public final Object getMeta()
-
setMeta
@JsOverlay public final RouteRecord setMeta(Object meta)
-
getProps
@JsOverlay public final Object getProps()
-
setProps
@JsOverlay public final RouteRecord setProps(Object props)
-
-