Uses of Class
org.webswing.toolkit.api.url.WebswingUrlState
-
Packages that use WebswingUrlState Package Description org.webswing.toolkit.api org.webswing.toolkit.api.url -
-
Uses of WebswingUrlState in org.webswing.toolkit.api
Methods in org.webswing.toolkit.api that return WebswingUrlState Modifier and Type Method Description WebswingUrlStateWebswingApi. getUrlState()Methods in org.webswing.toolkit.api with parameters of type WebswingUrlState Modifier and Type Method Description voidWebswingApi. setUrlState(WebswingUrlState state)voidWebswingApi. setUrlState(WebswingUrlState state, boolean fireChangeEvent)Sets the hash Fragment of users browser URL to represent the current state of the swing application. -
Uses of WebswingUrlState in org.webswing.toolkit.api.url
Methods in org.webswing.toolkit.api.url that return WebswingUrlState Modifier and Type Method Description WebswingUrlStateWebswingUrlStateChangeEvent. getOldState()WebswingUrlStateWebswingUrlStateChangeEvent. getState()Constructors in org.webswing.toolkit.api.url with parameters of type WebswingUrlState Constructor Description WebswingUrlState(WebswingUrlState path)
-