Uses of Class
org.adempiere.webui.component.ADTabListModel.ADTabLabel
-
Packages that use ADTabListModel.ADTabLabel Package Description org.adempiere.webui.adwindow org.adempiere.webui.component -
-
Uses of ADTabListModel.ADTabLabel in org.adempiere.webui.adwindow
Methods in org.adempiere.webui.adwindow with parameters of type ADTabListModel.ADTabLabel Modifier and Type Method Description voidDetailPane. addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel)voidDetailPane. addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled)voidDetailPane. setADTabpanel(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel)replace of addvoidDetailPane. setADTabpanel(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled)replace or add -
Uses of ADTabListModel.ADTabLabel in org.adempiere.webui.component
Constructor parameters in org.adempiere.webui.component with type arguments of type ADTabListModel.ADTabLabel Constructor Description ADTabListModel(List<ADTabListModel.ADTabLabel> listItems, IADTabbox tabbox)
-