org.tigris.swidgets
Interface ButtonAction

All Known Implementing Classes:
AbstractButtonAction

public interface ButtonAction


Method Summary
 int getLockMethod()
           
 boolean isModal()
           
 void setLockMethod(int lockMethod)
           
 void setModal(boolean modal)
           
 

Method Detail

setModal

public void setModal(boolean modal)
Parameters:
modal - the modal of the action

isModal

public boolean isModal()
Returns:
true if the action is modal

setLockMethod

public void setLockMethod(int lockMethod)
Parameters:
lockMethod - purpose: action buttons can remain depressed so that they can be used multiple times

getLockMethod

public int getLockMethod()
Returns:
the int lockMethod