|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JQueryCookieOption | |
---|---|
org.odlabs.wiquery.ui.tabs |
Uses of JQueryCookieOption in org.odlabs.wiquery.ui.tabs |
---|
Methods in org.odlabs.wiquery.ui.tabs that return JQueryCookieOption | |
---|---|
JQueryCookieOption |
Tabs.getCookie()
|
JQueryCookieOption |
JQueryCookieOption.setDomain(String domain)
Set's the domain name (example: server.domain.net) |
JQueryCookieOption |
JQueryCookieOption.setExpires(DateOption expires)
Set's with a Number or a Date the time of validation of the cookie |
JQueryCookieOption |
JQueryCookieOption.setPath(String path)
Set's the path ("/" or "http://server.domain.net" for examples) |
JQueryCookieOption |
JQueryCookieOption.setSecure(boolean secure)
Set's the transaction security status (must we enable the SSL protocol ?) |
JQueryCookieOption |
JQueryCookieOption.setValue(String value)
Set's the value of the cookie |
Methods in org.odlabs.wiquery.ui.tabs with parameters of type JQueryCookieOption | |
---|---|
void |
Tabs.setCookie(JQueryCookieOption cookie)
Method to store the latest selected tab in a cookie. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |