wt.clients.widgets
Interface LocalSaveInterface

All Known Implementing Classes:
IBAContainerEditor, QueryFormEditor

public interface LocalSaveInterface


Method Summary
 Object getItem()
           
 boolean isChanged()
           
 void setChanged(boolean dirty)
           
 

Method Detail

isChanged

public boolean isChanged()

setChanged

public void setChanged(boolean dirty)

getItem

public Object getItem()
               throws ActionAbortedException
Throws:
ActionAbortedException