org.gcube.application.framework.search.library.util
Class DisableButtons
java.lang.Object
org.gcube.application.framework.search.library.util.DisableButtons
public class DisableButtons
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DisableButtons
public DisableButtons()
- The generic constructor
getBack
public boolean getBack()
- Returns:
- whether the back button must be disabled or not! (true: disabled)
getForward
public boolean getForward()
- Returns:
- whether the forward button must be disabled or not! (true: disabled)
setBack
public void setBack(boolean b)
- Parameters:
b - disable back or not (true: disabled)
setForward
public void setForward(boolean f)
- Parameters:
f - disable forward or not (true: disabled)
Copyright © 2013. All Rights Reserved.