Uses of Class
org.adempiere.webui.component.ADTabListModel.ADTabLabel
Packages that use ADTabListModel.ADTabLabel
Package
Description
Provide interface and classes for AD window implementation (AD_Window,AD_Tab and AD_Field)
Custom Zk components for iDempiere
-
Uses of ADTabListModel.ADTabLabel in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type ADTabListModel.ADTabLabelModifier 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
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. -
Uses of ADTabListModel.ADTabLabel in org.adempiere.webui.component
Fields in org.adempiere.webui.component with type parameters of type ADTabListModel.ADTabLabelModifier and TypeFieldDescriptionprotected List<ADTabListModel.ADTabLabel>
ADTabListModel.listItems
Constructor parameters in org.adempiere.webui.component with type arguments of type ADTabListModel.ADTabLabelModifierConstructorDescriptionADTabListModel
(List<ADTabListModel.ADTabLabel> listItems, IADTabbox tabbox)