Uses of Interface
org.adempiere.webui.adwindow.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
Modifier 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
.Modifier and TypeFieldDescriptionprotected IADTabbox
AbstractADWindowContent.adTabbox
UI part for AD_TabsModifier 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
ModifierConstructorDescriptionADTabListModel
(List<ADTabListModel.ADTabLabel> listItems, IADTabbox tabbox)