org.gcube.application.framework.search.library.util
Class DisableButtons

java.lang.Object
  extended by org.gcube.application.framework.search.library.util.DisableButtons

public class DisableButtons
extends java.lang.Object


Constructor Summary
DisableButtons()
          The generic constructor
 
Method Summary
 boolean getBack()
           
 boolean getForward()
           
 void setBack(boolean b)
           
 void setForward(boolean f)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisableButtons

public DisableButtons()
The generic constructor

Method Detail

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)