Uses of Class
org.compiere.model.GridFieldVO
-
Packages that use GridFieldVO Package Description org.adempiere.base org.compiere.model Provides for.... -
-
Uses of GridFieldVO in org.adempiere.base
Methods in org.adempiere.base with parameters of type GridFieldVO Modifier and Type Method Description Lookup
DefaultLookupFactory. getLookup(GridFieldVO gridFieldVO)
Lookup
ILookupFactory. getLookup(GridFieldVO gridFieldVO)
static Lookup
LookupFactoryHelper. getLookup(GridFieldVO gridFieldVO)
Get lookup from osgi factoryboolean
DefaultLookupFactory. isLookup(GridFieldVO gridFieldVO)
boolean
ILookupFactory. isLookup(GridFieldVO gridFieldVO)
static boolean
LookupFactoryHelper. isLookup(GridFieldVO gridFieldVO)
Check lookup from osgi factory -
Uses of GridFieldVO in org.compiere.model
Methods in org.compiere.model that return GridFieldVO Modifier and Type Method Description GridFieldVO
GridFieldVO. afterCreate()
Additional processing after a new vo have been created from db or cloned from cache This include asp customization, user customization and loading of lookup info.GridFieldVO
GridFieldVO. clone()
GridFieldVO
GridFieldVO. clone(Properties Ctx, int windowNo, int tabNo, int ad_Window_ID, int ad_Tab_ID, boolean TabReadOnly)
Clone Field.static GridFieldVO
GridFieldVO. create(Properties ctx, int WindowNo, int TabNo, int AD_Window_ID, int AD_Tab_ID, boolean readOnly, ResultSet rs)
Create Field Value Object.static GridFieldVO
GridFieldVO. createFromResultSet(Properties ctx, int WindowNo, int TabNo, int AD_Window_ID, int AD_Tab_ID, boolean readOnly, ResultSet rs)
Create GridFieldVO from db resultset.static GridFieldVO
GridFieldVO. createParameter(Properties ctx, int WindowNo, int WindowIDOfPanel, int infoWindowID, int AD_Column_ID, String ColumnName, String Name, int AD_Reference_ID, int AD_Reference_Value_ID, boolean IsMandatory, boolean IsEncrypted, String Placeholder)
Create parameter for infoWindowstatic GridFieldVO
GridFieldVO. createParameter(Properties ctx, int WindowNo, int ProcessIDOfPanel, int WindowIDOfPanel, int adInfoPaneId, ResultSet rs)
Init Field for Process Parameterstatic GridFieldVO
GridFieldVO. createParameter(GridFieldVO voF)
Create range "to" Parameter Field from "from" Parameter Fieldstatic GridFieldVO
GridFieldVO. createStdField(Properties ctx, int WindowNo, int TabNo, int AD_Window_ID, int AD_Tab_ID, boolean tabReadOnly, boolean isCreated, boolean isTimestamp)
Make a standard field (Created/Updated/By)GridFieldVO
GridField. getVO()
Get VOMethods in org.compiere.model that return types with arguments of type GridFieldVO Modifier and Type Method Description ArrayList<GridFieldVO>
GridTabVO. getFields()
Methods in org.compiere.model with parameters of type GridFieldVO Modifier and Type Method Description int
GridFieldVO.SeqNoComparator. compare(GridFieldVO gf1, GridFieldVO gf2)
static GridFieldVO
GridFieldVO. createParameter(GridFieldVO voF)
Create range "to" Parameter Field from "from" Parameter FieldConstructors in org.compiere.model with parameters of type GridFieldVO Constructor Description GridField(GridFieldVO vo)
Field Constructor.
-