Uses of Class
com.axellience.vueroutergwt.client.RouteRecord
-
Packages that use RouteRecord Package Description com.axellience.vueroutergwt.client -
-
Uses of RouteRecord in com.axellience.vueroutergwt.client
Methods in com.axellience.vueroutergwt.client that return RouteRecord Modifier and Type Method Description RouteRecordRouteRecord. getParent()RouteRecordRouteRecord. setComponents(jsinterop.base.JsPropertyMap components)RouteRecordRouteRecord. setInstances(jsinterop.base.JsPropertyMap<com.axellience.vuegwt.core.client.Vue> instances)RouteRecordRouteRecord. setMatchAs(String matchAs)RouteRecordRouteRecord. setMeta(Object meta)RouteRecordRouteRecord. setName(String name)RouteRecordRouteRecord. setParent(RouteRecord parent)RouteRecordRouteRecord. setPath(String path)RouteRecordRouteRecord. setProps(Object props)RouteRecordRouteRecord. setRedirect(RedirectOption redirect)RouteRecordRouteRecord. setRegex(elemental2.core.JsRegExp regex)Methods in com.axellience.vueroutergwt.client that return types with arguments of type RouteRecord Modifier and Type Method Description elemental2.core.JsArray<RouteRecord>Route. getMatched()Methods in com.axellience.vueroutergwt.client with parameters of type RouteRecord Modifier and Type Method Description RouteRecordRouteRecord. setParent(RouteRecord parent)Method parameters in com.axellience.vueroutergwt.client with type arguments of type RouteRecord Modifier and Type Method Description RouteRoute. setMatched(elemental2.core.JsArray<RouteRecord> matched)
-