Uses of Class
org.compiere.util.ValueNamePair
-
Packages that use ValueNamePair Package Description org.adempiere.webui.component org.adempiere.webui.editor org.compiere.apps.form org.compiere.grid org.compiere.install org.compiere.model Provides for....org.compiere.print.layout org.compiere.util -
-
Uses of ValueNamePair in org.adempiere.webui.component
Fields in org.adempiere.webui.component with type parameters of type ValueNamePair Modifier and Type Field Description protected org.zkoss.addon.chosenbox.Chosenbox<ValueNamePair>ChosenSearchBox. chosenboxMethods in org.adempiere.webui.component that return ValueNamePair Modifier and Type Method Description ValueNamePairListItem. toValueNamePair()Methods in org.adempiere.webui.component that return types with arguments of type ValueNamePair Modifier and Type Method Description org.zkoss.addon.chosenbox.Chosenbox<ValueNamePair>ChosenSearchBox. getChosenbox()Methods in org.adempiere.webui.component with parameters of type ValueNamePair Modifier and Type Method Description voidListbox. addItem(ValueNamePair pp)shortcut for appendItem(pp.getName(), pp.getValue()), to ease porting of swing formvoidListbox. setSelectedValueNamePair(ValueNamePair vp)select selected item base on vp.getValue, to ease porting of swing formConstructor parameters in org.adempiere.webui.component with type arguments of type ValueNamePair Constructor Description ChosenSearchBox(org.zkoss.addon.chosenbox.Chosenbox<ValueNamePair> chosenbox) -
Uses of ValueNamePair in org.adempiere.webui.editor
Methods in org.adempiere.webui.editor that return types with arguments of type ValueNamePair Modifier and Type Method Description org.zkoss.zul.ListModel<ValueNamePair>InfoListSubModel. getSubModel(Object value, int nRows) -
Uses of ValueNamePair in org.compiere.apps.form
Methods in org.compiere.apps.form that return types with arguments of type ValueNamePair Modifier and Type Method Description ArrayList<ValueNamePair>PaySelect. getPaymentRuleData(PaySelect.BankInfo bi)Load Bank Info - Load Info from Bank Account and valid Documents (PaymentRule)ArrayList<ValueNamePair>PayPrint. loadPaymentRule(int C_PaySelection_ID)Bank changed - load PaymentRuleMethods in org.compiere.apps.form with parameters of type ValueNamePair Modifier and Type Method Description StringPaySelect. generatePaySelect(IMiniTable miniTable, ValueNamePair paymentRule, Timestamp payDate, PaySelect.BankInfo bi)Generate PaySelectionvoidPaySelect. loadTableInfo(PaySelect.BankInfo bi, Timestamp payDate, ValueNamePair paymentRule, boolean onlyDue, boolean onlyPositiveBalance, KeyNamePair bpartner, KeyNamePair docType, IMiniTable miniTable)Query and create TableInfo -
Uses of ValueNamePair in org.compiere.grid
Fields in org.compiere.grid declared as ValueNamePair Modifier and Type Field Description ValueNamePairPaymentFormCreditCard. selectedCreditCardMethods in org.compiere.grid that return ValueNamePair Modifier and Type Method Description ValueNamePair[]PaymentFormCreditCard. getCreditCardList() -
Uses of ValueNamePair in org.compiere.install
Methods in org.compiere.install that return types with arguments of type ValueNamePair Modifier and Type Method Description ArrayList<ValueNamePair>TranslationController. getLanguageList()Deprecated.ArrayList<ValueNamePair>TranslationController. getTableList()Deprecated. -
Uses of ValueNamePair in org.compiere.model
Fields in org.compiere.model declared as ValueNamePair Modifier and Type Field Description static ValueNamePair[]MQuery. OPERATORSAll the Operatorsstatic ValueNamePair[]MQuery. OPERATORS_DATESOperators for Datesstatic ValueNamePair[]MQuery. OPERATORS_ENCRYPTEDOperators for encrypted fieldsstatic ValueNamePair[]MQuery. OPERATORS_LOOKUPOperators for Lookups and Lists (including Y/N)static ValueNamePair[]MQuery. OPERATORS_NUMBERSOperators for Numbers, Integersstatic ValueNamePair[]MQuery. OPERATORS_STRINGSOperators for StringsMethods in org.compiere.model that return ValueNamePair Modifier and Type Method Description protected ValueNamePairMPayment. getCreditCardPair(String CreditCardType)Get Type and name pairValueNamePair[]MPayment. getCreditCards()Get Accepted Credit Cards for PayAmt (default 0)ValueNamePair[]MPayment. getCreditCards(BigDecimal amt)Get Accepted Credit Cards for amountstatic ValueNamePair[]MRefList. getList(Properties ctx, int AD_Reference_ID, boolean optional)Get Reference List (translated)static ValueNamePair[]MRefList. getList(Properties ctx, int AD_Reference_ID, boolean optional, String orderBy)Get Reference List (translated)Methods in org.compiere.model with parameters of type ValueNamePair Modifier and Type Method Description voidGridTab. fireDataStatusEEvent(ValueNamePair errorLog)Create and fire Data Status Error Event (from Error Log)protected voidGridTable. fireDataStatusEEvent(ValueNamePair errorLog)Create and fire Data Status Event (from Error Log) -
Uses of ValueNamePair in org.compiere.print.layout
Methods in org.compiere.print.layout that return ValueNamePair Modifier and Type Method Description ValueNamePair[]TableProperties. getColumnHeader()Methods in org.compiere.print.layout with parameters of type ValueNamePair Modifier and Type Method Description voidTableProperties. setColumnHeader(ValueNamePair[] columnHeader)Constructors in org.compiere.print.layout with parameters of type ValueNamePair Constructor Description TableElement(ValueNamePair[] columnHeader, int[] columnMaxWidth, int[] columnMaxHeight, String[] columnJustification, boolean[] fixedWidth, ArrayList<Integer> functionRows, boolean multiLineHeader, org.compiere.print.util.SerializableMatrix<Serializable> data, KeyNamePair[] pk, String pkColumnName, int pageNoStart, Rectangle firstPage, Rectangle nextPages, int repeatedColumns, HashMap<Integer,Integer> additionalLines, HashMap<Point,Font> rowColFont, HashMap<Point,Color> rowColColor, HashMap<Point,Color> rowColBackground, MPrintTableFormat tFormat, ArrayList<Integer> pageBreak, Boolean[] colSuppressRepeats, HashMap<Point,MReportLine> rowColReportLine, ArrayList<Integer> finReportSumRows)Constructor.TableProperties(ValueNamePair[] columnHeader, int[] columnMaxWidth, int[] columnMaxHeight, boolean[] fixedWidth, Boolean[] colSuppressRepeats, String[] columnJustification) -
Uses of ValueNamePair in org.compiere.util
Fields in org.compiere.util declared as ValueNamePair Modifier and Type Field Description static ValueNamePairValueNamePair. EMPTYMethods in org.compiere.util that return ValueNamePair Modifier and Type Method Description static ValueNamePair[]DB. getValueNamePairs(String sql, boolean optional, List<Object> params)Get Array of ValueNamePair items.static ValueNamePairCLogger. peekError()Peek Error from Stackstatic ValueNamePairCLogger. retrieveError()Get Error from Stackstatic ValueNamePairCLogger. retrieveInfo()Get Info from Stackstatic ValueNamePairCLogger. retrieveWarning()Get Warning from Stack
-