Uses of Class
com.axellience.vueroutergwt.client.RouterMode
-
Packages that use RouterMode Package Description com.axellience.vueroutergwt.client -
-
Uses of RouterMode in com.axellience.vueroutergwt.client
Methods in com.axellience.vueroutergwt.client that return RouterMode Modifier and Type Method Description static RouterModeRouterMode. fromValue(String value)RouterModeVueRouter. getMode()static RouterModeRouterMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RouterMode[]RouterMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axellience.vueroutergwt.client with parameters of type RouterMode Modifier and Type Method Description RouterOptionsRouterOptions. setMode(RouterMode mode)
-