BrightSide Workbench Full Report + Source Code
org.turro.matching.MatchingCombobox Class Reference
Inheritance diagram for org.turro.matching.MatchingCombobox:
Collaboration diagram for org.turro.matching.MatchingCombobox:

Public Member Functions

void populateList (String value, LinkedList list, int nRows)
 
String getTextFromObject (String 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 30 of file MatchingCombobox.java.

Member Function Documentation

◆ getTextFromObject()

String org.turro.matching.MatchingCombobox.getTextFromObject ( String  value)

Definition at line 38 of file MatchingCombobox.java.

38  {
39  return Reflections.of(value).simpleName();
40  }

◆ populateList()

void org.turro.matching.MatchingCombobox.populateList ( String  value,
LinkedList  list,
int  nRows 
)

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

Definition at line 33 of file MatchingCombobox.java.

33  {
34  list.addAll(ClassNames.cached().bySuper(MatchingEntity.class.getName()));
35  }

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