Interface org.jfouffa.jslider.Navigation
- public interface Navigation
This class defines the navigation methods.
Method index
-
getBiggerUrl()
- Gets the url of the bigger button.
-
getNextUrl()
- Gets the url of the next button.
-
getPreviousUrl()
- Gets the url of the previous button.
-
getTocUrl()
- Gets the url of the toc button.
-
setBiggerUrl(String)
- Sets the url of the bigger button to the specified url.
-
setNextUrl(String)
- Sets the url of the next button to the specified url.
-
setPreviousUrl(String)
- Sets the url of the previous button to the specified url.
-
setTocUrl(String)
- Sets the url of the toc button to the specified url.
Methods
getNextUrl
public abstract String getNextUrl()
- Gets the url of the next button.
setNextUrl
public abstract void setNextUrl(String nextUrl)
- Sets the url of the next button to the specified url.
- Parameters:
- nextUrl - the new url for the next button
getPreviousUrl
public abstract String getPreviousUrl()
- Gets the url of the previous button.
setPreviousUrl
public abstract void setPreviousUrl(String previousUrl)
- Sets the url of the previous button to the specified url.
- Parameters:
- previousUrl - the new url for the previous button
getBiggerUrl
public abstract String getBiggerUrl()
- Gets the url of the bigger button.
setBiggerUrl
public abstract void setBiggerUrl(String biggerUrl)
- Sets the url of the bigger button to the specified url.
- Parameters:
- biggerUrl - the new url for the bigger button
getTocUrl
public abstract String getTocUrl()
- Gets the url of the toc button.
setTocUrl
public abstract void setTocUrl(String tocUrl)
- Sets the url of the toc button to the specified url.
- Parameters:
- tocUrl - the new url for the toc button