Compiere 3.1

Uses of Class
org.compiere.vos.FieldVO

Packages that use FieldVO
org.compiere.apps.form   
org.compiere.apps.search   
org.compiere.common   
org.compiere.controller   
org.compiere.grid Provides for.... 
org.compiere.intf   
org.compiere.vos   
org.compiere.web.sample   
 

Uses of FieldVO in org.compiere.apps.form
 

Methods in org.compiere.apps.form that return types with arguments of type FieldVO
static ArrayList<FieldVO> VCharge.getTableFieldVOs(Ctx ctx)
           
 

Uses of FieldVO in org.compiere.apps.search
 

Methods in org.compiere.apps.search that return types with arguments of type FieldVO
static ArrayList<FieldVO> InvoiceHistory.getAtpTabFieldVOs(Ctx ctx, boolean isProduct)
           
static ArrayList<FieldVO> InvoiceHistory.getPriceTabFieldVOs(Ctx ctx, boolean isProduct)
           
static ArrayList<FieldVO> InvoiceHistory.getReservedOrderedTabFieldVOs(Ctx ctx, boolean isProduct, boolean reserved)
           
static ArrayList<FieldVO> InvoiceHistory.getUnconfirmedTabFieldVOs(Ctx ctx, boolean isProduct)
           
 

Uses of FieldVO in org.compiere.common
 

Fields in org.compiere.common with type parameters of type FieldVO
protected  ArrayList<FieldVO> TableModel.m_fieldVOs
          If this is populated, that means that the table needs to do a in-place replacement of its column definitions (e.g. add or remove columns)
 

Methods in org.compiere.common that return types with arguments of type FieldVO
 ArrayList<FieldVO> TableModel.getFieldVOs()
           
 

Method parameters in org.compiere.common with type arguments of type FieldVO
 void TableModel.setFieldVOs(ArrayList<FieldVO> fieldVOs)
           
 

Uses of FieldVO in org.compiere.controller
 

Subclasses of FieldVO in org.compiere.controller
 class GridFieldVO
          Field Model Value Object
 

Constructors in org.compiere.controller with parameters of type FieldVO
GridFieldVO(Ctx newCtx, FieldVO f)
          Copy constructor from a FieldVO
 

Uses of FieldVO in org.compiere.grid
 

Methods in org.compiere.grid that return types with arguments of type FieldVO
static ArrayList<FieldVO> VCreateFromStatement.getTableFieldVOs(Ctx ctx)
           
static ArrayList<FieldVO> VCreateFrom.getTableFieldVOs(Ctx ctx)
           
 

Uses of FieldVO in org.compiere.intf
 

Methods in org.compiere.intf with parameters of type FieldVO
 TableModel ComponentImplIntf.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
          Implement this method to return the result set for this component.
 

Uses of FieldVO in org.compiere.vos
 

Fields in org.compiere.vos declared as FieldVO
 FieldVO WFActivitiesVO.forwardField
           
 FieldVO WfActivityInfoVO.forwardVO
           
 

Fields in org.compiere.vos with type parameters of type FieldVO
 ArrayList<FieldVO> TabFieldsVO.fieldVOs
           
 ArrayList<FieldVO> ProcessInfoVO.Parameters
           
 

Methods in org.compiere.vos that return FieldVO
 FieldVO FieldVO.copySearch()
           
 FieldVO FieldVO.copySearchAdvanced()
           
 FieldVO UWindowID.getFieldVO()
           
 FieldVO WindowVO.getFieldVO(String colName)
           
 FieldVO ComponentVO.getFieldVO(String columnName)
           
 

Methods in org.compiere.vos with parameters of type FieldVO
 void UWindowID.setFieldVO(FieldVO fieldVO)
           
 

Uses of FieldVO in org.compiere.web.sample
 

Methods in org.compiere.web.sample with parameters of type FieldVO
 TableModel SampleTableComponentImpl.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
           
 TableModel SampleSearchComponentImpl.getQueryResults(QueryVO queryVO, WindowImplIntf windowImpl, WindowCtx windowCtx, FieldVO fieldVO, int startRow, int rowCount, boolean countOnly, boolean asc, int sortCol)
           
 


Compiere 3.1

Compiere® is a registered trademark of ComPiere, Inc. ©2004-2008 HumanFlash.com All rights reserved.