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 void
DetailPane. addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel)
void
DetailPane. addADTabpanel(IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel, boolean enabled)
void
DetailPane. setADTabpanel(int index, IADTabpanel tabPanel, ADTabListModel.ADTabLabel tabLabel)
replace of addvoid
DetailPane. 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)
-