Uses of Class
org.compiere.model.GridTabVO
Packages that use GridTabVO
Package
Description
This is the package that contains the majority of iDempiere's generated model class and interface.
Provide majority of iDempiere's extended model class (M*).
Provide majority of iDempiere's extended model class (M*).
-
Uses of GridTabVO in org.compiere.model
Fields in org.compiere.model with type parameters of type GridTabVOMethods in org.compiere.model that return GridTabVOModifier and TypeMethodDescriptionprotected GridTabVOGridTabVO.clone(Properties Ctx, int windowNo) Clonestatic GridTabVOGridTabVO.create(GridWindowVO wVO, int TabNo, ResultSet rs, boolean isRO, boolean onlyCurrentRows) Create GridTabVO VOGridTab.getVO()Methods in org.compiere.model with parameters of type GridTabVOModifier and TypeMethodDescriptionstatic booleanGridTabVO.checkAccessAndShowPreference(GridTabVO vo, MRole role) Check is vo should be visible for current session context and rolestatic voidGridTabVO.loadUserDefTab(GridTabVO vo) Update GridTabVO with values fromMUserDefTabstatic voidGridTabVO.updateContext(GridTabVO vo) Update environment context (vo.ctx)Constructors in org.compiere.model with parameters of type GridTabVOModifierConstructorDescriptionGridTab(GridTabVO vo, GridWindow w) Create Tab (Model) from Value Object.GridTab(GridTabVO vo, GridWindow w, boolean virtual) Create Tab Model from Value Object.