org.tigris.swidgets

Interface ButtonAction

Known Implementing Classes:
AbstractButtonAction

public interface ButtonAction

Author:
ButtonAction

Method Summary

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

Method Details

getLockMethod

public int getLockMethod()
Returns:
the int lockMethod

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

setModal

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