Uses of Class
org.compiere.model.GridTabVO
-
Packages that use GridTabVO Package Description org.compiere.model Provides for.... -
-
Uses of GridTabVO in org.compiere.model
Fields in org.compiere.model with type parameters of type GridTabVO Modifier and Type Field Description ArrayList<GridTabVO>GridWindowVO. TabsTabs contains MTabVO elementsMethods in org.compiere.model that return GridTabVO Modifier and Type Method Description protected GridTabVOGridTabVO. clone(Properties Ctx, int windowNo)Clonestatic GridTabVOGridTabVO. create(GridWindowVO wVO, int TabNo, ResultSet rs, boolean isRO, boolean onlyCurrentRows)Create MTab VOGridTabVOGridTab. getVO()Constructors in org.compiere.model with parameters of type GridTabVO Constructor Description GridTab(GridTabVO vo, GridWindow w)Create Tab (Model) from Value Object.GridTab(GridTabVO vo, GridWindow w, boolean virtual)Create Tab (Model) from Value Object.
-