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

Public Member Functions

void setPrefix (String prefix)
 
void setSuffix (String suffix)
 
void setPath (String path)
 
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 (String 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 TemplatesMailListbox.java.

Member Function Documentation

◆ afterCompose()

void org.turro.newsletter.TemplatesMailListbox.afterCompose ( )

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

Definition at line 66 of file TemplatesMailListbox.java.

66  {
67  setCollection(createCollection());
68  super.afterCompose();
69  }
void setCollection(Collection< V > collection)
Here is the call graph for this function:

◆ convertToString()

String org.turro.newsletter.TemplatesMailListbox.convertToString ( String  v)
protected

Definition at line 50 of file TemplatesMailListbox.java.

50  {
51  return Strings.isBlank(v) ? ("<" + I_.get("Default") + ">") : v;
52  }
Here is the call graph for this function:

◆ setPath()

void org.turro.newsletter.TemplatesMailListbox.setPath ( String  path)

Definition at line 45 of file TemplatesMailListbox.java.

45  {
46  this.path = path;
47  }

◆ setPrefix()

void org.turro.newsletter.TemplatesMailListbox.setPrefix ( String  prefix)

Definition at line 37 of file TemplatesMailListbox.java.

37  {
38  this.prefix = prefix;
39  }

◆ setSuffix()

void org.turro.newsletter.TemplatesMailListbox.setSuffix ( String  suffix)

Definition at line 41 of file TemplatesMailListbox.java.

41  {
42  this.suffix = suffix;
43  }

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