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. Tabs
Tabs contains MTabVO elementsMethods in org.compiere.model that return GridTabVO Modifier and Type Method Description protected GridTabVO
GridTabVO. clone(Properties Ctx, int windowNo)
Clonestatic GridTabVO
GridTabVO. create(GridWindowVO wVO, int TabNo, ResultSet rs, boolean isRO, boolean onlyCurrentRows)
Create MTab VOGridTabVO
GridTab. 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.
-