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 LookupDefaultLookupFactory. getLookup(GridFieldVO gridFieldVO)LookupILookupFactory. getLookup(GridFieldVO gridFieldVO)static LookupLookupFactoryHelper. getLookup(GridFieldVO gridFieldVO)Get lookup from osgi factorybooleanDefaultLookupFactory. isLookup(GridFieldVO gridFieldVO)booleanILookupFactory. isLookup(GridFieldVO gridFieldVO)static booleanLookupFactoryHelper. 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 GridFieldVOGridFieldVO. 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.GridFieldVOGridFieldVO. clone()GridFieldVOGridFieldVO. clone(Properties Ctx, int windowNo, int tabNo, int ad_Window_ID, int ad_Tab_ID, boolean TabReadOnly)Clone Field.static GridFieldVOGridFieldVO. create(Properties ctx, int WindowNo, int TabNo, int AD_Window_ID, int AD_Tab_ID, boolean readOnly, ResultSet rs)Create Field Value Object.static GridFieldVOGridFieldVO. 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 GridFieldVOGridFieldVO. 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 GridFieldVOGridFieldVO. createParameter(Properties ctx, int WindowNo, int ProcessIDOfPanel, int WindowIDOfPanel, int adInfoPaneId, ResultSet rs)Init Field for Process Parameterstatic GridFieldVOGridFieldVO. createParameter(GridFieldVO voF)Create range "to" Parameter Field from "from" Parameter Fieldstatic GridFieldVOGridFieldVO. 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)GridFieldVOGridField. 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 intGridFieldVO.SeqNoComparator. compare(GridFieldVO gf1, GridFieldVO gf2)static GridFieldVOGridFieldVO. 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.
-