All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.fs.commons.desktop.dynform.ui.MasterPanel Maven / Gradle / Ivy

There is a newer version: 0.0.9-3
Show newest version
// package com.fs.commons.desktop.dynform.ui;
//
// import com.fs.commons.dao.dynamic.meta.Record;
// import com.fs.commons.dao.exception.DaoException;
// import com.fs.commons.desktop.dynform.ui.DynDaoPanel.DynDaoMode;
// import com.fs.commons.desktop.dynform.ui.action.DynDaoActionListener;
//
/// **
// * @deprecated this class should be detracted
// * @author jalal
// *
// */
// public interface MasterPanel {
// public void handleFindRecord(Object id) throws DaoException;
//
// public void requestFocus();
//
// public void addDynDaoActionListener(DynDaoActionListener listener);
//
// public DynDaoMode getMode();
//
// public Record getRecord();
// }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy