Compiere 3.1

org.compiere.grid
Interface APanelTab

All Known Implementing Classes:
VSortTab

public interface APanelTab

Application Panel Tab Interface. Interface for CPanels displayed as a Tab in APanel

Version:
$Id: APanelTab.java,v 1.2 2006/07/30 00:51:28 jjanke Exp $
Author:
Jorg Janke

Method Summary
 void loadData()
          Load Data Called when tab is displayed.
 void registerAPanel(APanel panel)
          Register APanel
 void saveData()
          Save Data Called when tab is swiched to another tab.
 void unregisterPanel()
          Unregister APanel
 

Method Detail

loadData

void loadData()
Load Data Called when tab is displayed.


saveData

void saveData()
Save Data Called when tab is swiched to another tab.


registerAPanel

void registerAPanel(APanel panel)
Register APanel

Parameters:
panel - panel

unregisterPanel

void unregisterPanel()
Unregister APanel


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.