BrightSide Workbench Full Report + Source Code
org.turro.erp.resource.RequiredAptitudeListbox Class Reference
Inheritance diagram for org.turro.erp.resource.RequiredAptitudeListbox:
Collaboration diagram for org.turro.erp.resource.RequiredAptitudeListbox:

Public Member Functions

Resource getResource ()
 
void setResource (Resource resource)
 
void afterCompose ()
 
- 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 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 (AptitudeDegree 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 33 of file RequiredAptitudeListbox.java.

Member Function Documentation

◆ afterCompose()

void org.turro.erp.resource.RequiredAptitudeListbox.afterCompose ( )

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

Definition at line 54 of file RequiredAptitudeListbox.java.

54  {
55  addHeaders();
56  super.afterCompose();
57  }

◆ convertToString()

String org.turro.erp.resource.RequiredAptitudeListbox.convertToString ( AptitudeDegree  v)
protected

Definition at line 47 of file RequiredAptitudeListbox.java.

47  {
48  return v.getFullName() + ITEM_SEPARATOR +
49  DecimalFormats.format(v.getCost()) + ITEM_SEPARATOR +
50  DecimalFormats.format(v.getPrice());
51  }
Here is the call graph for this function:

◆ getResource()

Resource org.turro.erp.resource.RequiredAptitudeListbox.getResource ( )

Definition at line 37 of file RequiredAptitudeListbox.java.

37  {
38  return resource;
39  }

◆ setResource()

void org.turro.erp.resource.RequiredAptitudeListbox.setResource ( Resource  resource)

Definition at line 41 of file RequiredAptitudeListbox.java.

41  {
42  this.resource = resource;
44  }
Set< AptitudeDegree > getAptitudeDegrees()
Definition: Resource.java:98
void setCollection(Collection< V > collection)
Here is the call graph for this function:

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