Uses of Interface
org.adempiere.webui.adwindow.IADTabpanel
Packages that use 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 support for custom toolbar action
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
Methods in org.adempiere.webui that return IADTabpanelModifier and TypeMethodDescriptionstatic IADTabpanelExtensions.getADTabPanel(String tabType) Get IADTabpanel instance -
Uses of IADTabpanel in org.adempiere.webui.action
Methods in org.adempiere.webui.action with parameters of type IADTabpanelModifier and TypeMethodDescriptiondefault voidIAction.updateToolbarCustomBtn(org.zkoss.zul.Toolbarbutton toolbarButton, IADTabpanel tabPanel, boolean changed, boolean readOnly) Customize detail toolbar button enable/disable based on current tab data status update -
Uses of IADTabpanel in org.adempiere.webui.adwindow
Classes in org.adempiere.webui.adwindow that implement IADTabpanelModifier and TypeClassDescriptionclassTab to maintain Order/SequenceclassPanel for an AD_Tab content (AD_Tab + AD_Fields).Fields in org.adempiere.webui.adwindow with type parameters of type IADTabpanelModifier and TypeFieldDescriptionprotected List<IADTabpanel>AbstractADTabbox.tabPanelListList ofIADTabpanelinstance manage by this AbstractADTabbox instanceMethods in org.adempiere.webui.adwindow that return IADTabpanelModifier 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 panelMethods in org.adempiere.webui.adwindow with parameters of type IADTabpanelModifier and TypeMethodDescriptionvoidDetailPane.addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel) Add IADTabpanel to tabboxvoidDetailPane.addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled) Add IADTabpanel to tabboxvoidAbstractADTabbox.addTab(GridTab gTab, IADTabpanel tabPanel) Add new tab(AD_Tab).
Delegate toAbstractADTabbox.doAddTab(GridTab, IADTabpanel)voidIADTabbox.addTab(GridTab tab, IADTabpanel tabPanel) Add new header tab (AD_Tab)protected abstract voidAbstractADTabbox.doAddTab(GridTab tab, IADTabpanel tabPanel) Handle add new tab to UI.
Override to implement add new tab to UI.protected voidCompositeADTabbox.doAddTab(GridTab gTab, IADTabpanel tabPanel) voidDetailPane.setADTabpanel(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel) Replace or add IADTabpanel to tabbox.voidDetailPane.setADTabpanel(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled) Replace or add IADTabpanel to tabbox.voidDetailPane.Tabpanel.setADTabpanel(IADTabpanel tabPanel) voidToolbarCustomButton.updateToolbarCustomBtn(IADTabpanel tabPanel, boolean changed, boolean readOnly) Constructors in org.adempiere.webui.adwindow with parameters of type IADTabpanelModifierConstructorDescriptionToolbarProcessButton(MToolBarButton mToolbarButton, IADTabpanel adTabpanel, ActionListener listener, int windowNo) -
Uses of IADTabpanel in org.adempiere.webui.editor
Methods in org.adempiere.webui.editor that return IADTabpanelModifier and TypeMethodDescriptionIProcessButton.getADTabpanel()GetIADTabpanelinstance that own this buttonWButtonEditor.getADTabpanel()Methods in org.adempiere.webui.editor with parameters of type IADTabpanel -
Uses of IADTabpanel in org.adempiere.webui.factory
Methods in org.adempiere.webui.factory that return IADTabpanelModifier and TypeMethodDescriptionDefaultTabPanelFactory.getInstance(String type) Default implementation that support type sort and form (AD_Tab+AD_Field)IADTabPanelFactory.getInstance(String type)