Uses of Interface
org.adempiere.webui.adwindow.IADTabbox
Packages that use IADTabbox
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Custom Zk components for iDempiere
-
Uses of IADTabbox in org.adempiere.webui.adwindow
Classes in org.adempiere.webui.adwindow that implement IADTabboxModifier and TypeClassDescriptionclass
Abstract base class for header+details AD_Tabs UI for AD_Window.class
Header and detail controller for AD_Tabs.
This class manage a list of tabs with the current selected tab as the visibleADTabpanel
instance.
Child tabs of selected tab is shown inDetailPane
usingTabbox
.Fields in org.adempiere.webui.adwindow declared as IADTabboxModifier and TypeFieldDescriptionprotected IADTabbox
AbstractADWindowContent.adTabbox
UI part for AD_TabsMethods in org.adempiere.webui.adwindow that return IADTabboxModifier and TypeMethodDescriptionprotected abstract IADTabbox
AbstractADWindowContent.createADTab()
Override to createIADTabbox
instance.protected IADTabbox
ADWindowContent.createADTab()
CreateCompositeADTabbox
AbstractADWindowContent.getADTab()
Get IADTabbox instance -
Uses of IADTabbox in org.adempiere.webui.component
Constructors in org.adempiere.webui.component with parameters of type IADTabboxModifierConstructorDescriptionADTabListModel
(List<ADTabListModel.ADTabLabel> listItems, IADTabbox tabbox)