Uses of Class
org.adempiere.model.MInfoProcess
-
Packages that use MInfoProcess Package Description org.adempiere.model org.adempiere.webui.panel org.compiere.model Provides for.... -
-
Uses of MInfoProcess in org.adempiere.model
Methods in org.adempiere.model that return MInfoProcess Modifier and Type Method Description MInfoProcessMInfoProcess. markImmutable()Constructors in org.adempiere.model with parameters of type MInfoProcess Constructor Description MInfoProcess(MInfoProcess copy)Copy constructor -
Uses of MInfoProcess in org.adempiere.webui.panel
Fields in org.adempiere.webui.panel declared as MInfoProcess Modifier and Type Field Description protected MInfoProcess[]InfoPanel. infoProcessListAll info process of this infoWindowFields in org.adempiere.webui.panel with type parameters of type MInfoProcess Modifier and Type Field Description protected List<MInfoProcess>InfoPanel. infoProcessBtListInfo process have style is buttonprotected List<MInfoProcess>InfoPanel. infoProcessDropListInfo process have style is drop down listprotected List<MInfoProcess>InfoPanel. infoProcessMenuListInfo process have style is menu -
Uses of MInfoProcess in org.compiere.model
Methods in org.compiere.model that return MInfoProcess Modifier and Type Method Description MInfoProcess[]MInfoWindow. getInfoProcess(boolean requery)IDEMPIERE-1334 Get listMInfoProcessof this infoWindowMethod parameters in org.compiere.model with type arguments of type MInfoProcess Modifier and Type Method Description protected voidMInfoWindow. checkProcessRight(List<MInfoProcess> lsInfoProcess)if user haven't right to run a process, set infoProcess to null
-