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. chosenbox
Methods in org.adempiere.webui.component that return ValueNamePair Modifier and Type Method Description ValueNamePair
ListItem. 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 void
Listbox. addItem(ValueNamePair pp)
shortcut for appendItem(pp.getName(), pp.getValue()), to ease porting of swing formvoid
Listbox. 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 String
PaySelect. generatePaySelect(IMiniTable miniTable, ValueNamePair paymentRule, Timestamp payDate, PaySelect.BankInfo bi)
Generate PaySelectionvoid
PaySelect. 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 ValueNamePair
PaymentFormCreditCard. selectedCreditCard
Methods 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. OPERATORS
All the Operatorsstatic ValueNamePair[]
MQuery. OPERATORS_DATES
Operators for Datesstatic ValueNamePair[]
MQuery. OPERATORS_ENCRYPTED
Operators for encrypted fieldsstatic ValueNamePair[]
MQuery. OPERATORS_LOOKUP
Operators for Lookups and Lists (including Y/N)static ValueNamePair[]
MQuery. OPERATORS_NUMBERS
Operators for Numbers, Integersstatic ValueNamePair[]
MQuery. OPERATORS_STRINGS
Operators for StringsMethods in org.compiere.model that return ValueNamePair Modifier and Type Method Description protected ValueNamePair
MPayment. 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 void
GridTab. fireDataStatusEEvent(ValueNamePair errorLog)
Create and fire Data Status Error Event (from Error Log)protected void
GridTable. 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 void
TableProperties. 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 ValueNamePair
ValueNamePair. EMPTY
Methods 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 ValueNamePair
CLogger. peekError()
Peek Error from Stackstatic ValueNamePair
CLogger. retrieveError()
Get Error from Stackstatic ValueNamePair
CLogger. retrieveInfo()
Get Info from Stackstatic ValueNamePair
CLogger. retrieveWarning()
Get Warning from Stack
-