Uses of Interface
org.adempiere.webui.adwindow.IADTabpanel
Package
Description
Provide classes for initialization and entry point to iDempiere web client.
Provide entry point for access to UI extensions.
Provide entry point for access to UI extensions.
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Implement field editors
Provide factory implementation for various UI objects
-
Uses of IADTabpanel in org.adempiere.webui
Modifier and TypeMethodDescriptionstatic IADTabpanel
Extensions.getADTabPanel
(String tabType) Get IADTabpanel instance -
Uses of IADTabpanel in org.adempiere.webui.adwindow
Modifier and TypeClassDescriptionclass
Tab to maintain Order/Sequenceclass
Panel for an AD_Tab content (AD_Tab + AD_Fields).Modifier and TypeFieldDescriptionprotected List<IADTabpanel>
AbstractADTabbox.tabPanelList
List ofIADTabpanel
instance manage by this AbstractADTabbox instanceModifier and TypeMethodDescriptionAbstractADWindowContent.findADTabpanel
(IProcessButton button) Find parent IADTabpanel for buttonCompositeADTabbox.findADTabpanel
(GridTab gTab) IADTabbox.findADTabpanel
(GridTab gTab) Find IADTabpanel by GridTabAbstractADTabbox.getADTabpanel
(int index) Get IADTabpanel at indexDetailPane.getADTabpanel
(int index) Get IADTabpanel at indexIADTabbox.getADTabpanel
(int index) Get header IADTabpanel at indexToolbarProcessButton.getADTabpanel()
CompositeADTabbox.getDirtyADTabpanel()
IADTabbox.getDirtyADTabpanel()
Get IADTabpanel that has pending changes to saveDetailPane.getSelectedADTabpanel()
Get IADTabpanel for selected tabCompositeADTabbox.getSelectedDetailADTabpanel()
IADTabbox.getSelectedDetailADTabpanel()
Get IADTabpanel of selected detail tabCompositeADTabbox.getSelectedTabpanel()
Return the selected Tab PanelIADTabbox.getSelectedTabpanel()
Get selected header tab panelModifier and TypeMethodDescriptionvoid
DetailPane.addADTabpanel
(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel) Add IADTabpanel to tabboxvoid
DetailPane.addADTabpanel
(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled) Add IADTabpanel to tabboxvoid
AbstractADTabbox.addTab
(GridTab gTab, IADTabpanel tabPanel) Add new tab(AD_Tab).
Delegate toAbstractADTabbox.doAddTab(GridTab, IADTabpanel)
void
IADTabbox.addTab
(GridTab tab, IADTabpanel tabPanel) Add new header tab (AD_Tab)protected abstract void
AbstractADTabbox.doAddTab
(GridTab tab, IADTabpanel tabPanel) Handle add new tab to UI.
Override to implement add new tab to UI.protected void
CompositeADTabbox.doAddTab
(GridTab gTab, IADTabpanel tabPanel) void
DetailPane.setADTabpanel
(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel) Replace or add IADTabpanel to tabbox.void
DetailPane.setADTabpanel
(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled) Replace or add IADTabpanel to tabbox.void
DetailPane.Tabpanel.setADTabpanel
(IADTabpanel tabPanel) ModifierConstructorDescriptionToolbarProcessButton
(MToolBarButton mToolbarButton, IADTabpanel adTabpanel, ActionListener listener, int windowNo) -
Uses of IADTabpanel in org.adempiere.webui.editor
Modifier and TypeMethodDescriptionIProcessButton.getADTabpanel()
GetIADTabpanel
instance that own this buttonWButtonEditor.getADTabpanel()
-
Uses of IADTabpanel in org.adempiere.webui.factory
Modifier and TypeMethodDescriptionDefaultTabPanelFactory.getInstance
(String type) Default implementation that support type sort and form (AD_Tab+AD_Field)IADTabPanelFactory.getInstance
(String type)