BrightSide Workbench Full Report + Source Code
org.turro.financials.treasury.m303m.Model349List Class Reference
Inheritance diagram for org.turro.financials.treasury.m303m.Model349List:
Collaboration diagram for org.turro.financials.treasury.m303m.Model349List:

Public Member Functions

 Model349List (EntryMonth em)
 
- Public Member Functions inherited from org.turro.zkoss.input.CollectionListbox< V >
 CollectionListbox ()
 
 CollectionListbox (Collection< V > collection)
 
void updateCollection ()
 
void updateCollection (Collection< V > collection)
 
boolean isAllowNull ()
 
void setAllowNull (boolean allowNull)
 
Collection< V > getCollection ()
 
void setCollection (Collection< V > collection)
 
boolean isNullAtBottom ()
 
void setNullAtBottom (boolean nullAtBottom)
 
String getNullLabel ()
 
void setNullLabel (String nullLabel)
 
- Public Member Functions inherited from org.turro.zkoss.input.GenericListbox< V >
 GenericListbox ()
 
void setDisabled (boolean value)
 
void afterCompose ()
 
void clearItems ()
 
void setObjectValue (V value)
 
void setObjectValues (Collection< V > collection)
 
getObjectValue ()
 
Collection< V > getObjectValues ()
 
Collection< V > getDeselectedObjectValues ()
 
boolean isSelectFirst ()
 
void setSelectFirst (boolean selectFirst)
 
Set getDeselectedItems ()
 
void sort ()
 
Object getRelatedEntity ()
 
void setRelatedEntity (Object relatedEntity)
 

Protected Member Functions

String convertToString (Item349 v)
 
- Protected Member Functions inherited from org.turro.zkoss.input.CollectionListbox< V >
void populateList ()
 
boolean equals (V value, V obj)
 
abstract String convertToString (V v)
 
void beforeAppend (Listitem li)
 

Additional Inherited Members

- Static Public Attributes inherited from org.turro.zkoss.input.CollectionListbox< V >
static final String ITEM_SEPARATOR = "|||"
 
- Protected Attributes inherited from org.turro.zkoss.input.GenericListbox< V >
boolean populated = false
 

Detailed Description

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

Definition at line 37 of file m303m/Model349List.java.

Constructor & Destructor Documentation

◆ Model349List()

org.turro.financials.treasury.m303m.Model349List.Model349List ( EntryMonth  em)

Definition at line 43 of file m303m/Model349List.java.

43  {
44  addHeaders();
45  fillData(em);
46  }

Member Function Documentation

◆ convertToString()

String org.turro.financials.treasury.m303m.Model349List.convertToString ( Item349  v)
protected

Definition at line 49 of file m303m/Model349List.java.

49  {
50  return v.name + CollectionListbox.ITEM_SEPARATOR +
51  currencyFormatter.format(v.amount[0]) +
52  CollectionListbox.ITEM_SEPARATOR +
53  currencyFormatter.format(v.amount[1]);
54  }

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