BrightSide Workbench Full Report + Source Code
org.turro.financials.product.ProductExtendedCombobox Class Reference
Inheritance diagram for org.turro.financials.product.ProductExtendedCombobox:
Collaboration diagram for org.turro.financials.product.ProductExtendedCombobox:

Public Member Functions

void setContractorId (long contractorId)
 
void populateList (String value, LinkedList list, int nRows)
 
String getTextFromObject (IProduct value)
 
- Public Member Functions inherited from org.turro.zkoss.input.GenericCombobox< V >
 GenericCombobox ()
 
getObjectValue ()
 
void setObjectValue (V value)
 
boolean isAllowNotInModelValues ()
 
void setAllowNotInModelValues (boolean allowNotInModelValues)
 
void refreshModel ()
 
abstract String getTextFromObject (V value)
 
Object getRelatedEntity ()
 
void setRelatedEntity (Object relatedEntity)
 
void render (Comboitem item, Object data, int index) throws Exception
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file ProductExtendedCombobox.java.

Member Function Documentation

◆ getTextFromObject()

String org.turro.financials.product.ProductExtendedCombobox.getTextFromObject ( IProduct  value)

Definition at line 42 of file ProductExtendedCombobox.java.

42  {
43  return value.getProductString();
44  }
Here is the call graph for this function:

◆ populateList()

void org.turro.financials.product.ProductExtendedCombobox.populateList ( String  value,
LinkedList  list,
int  nRows 
)

Reimplemented from org.turro.zkoss.input.GenericCombobox< V >.

Definition at line 37 of file ProductExtendedCombobox.java.

37  {
38  list.addAll(ProductFactory.getProducts(contractorId, value));
39  }
Here is the call graph for this function:

◆ setContractorId()

void org.turro.financials.product.ProductExtendedCombobox.setContractorId ( long  contractorId)

Definition at line 31 of file ProductExtendedCombobox.java.

31  {
32  this.contractorId = contractorId;
33  refreshModel();
34  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: