BrightSide Workbench Full Report + Source Code
org.turro.contacts.zul.contact.ConnectorNameCombobox Class Reference
Inheritance diagram for org.turro.contacts.zul.contact.ConnectorNameCombobox:
Collaboration diagram for org.turro.contacts.zul.contact.ConnectorNameCombobox:

Public Member Functions

 ConnectorNameCombobox ()
 
String getConnectorName ()
 
void setConnectorName (String name)
 

Detailed Description

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

Definition at line 26 of file zul/contact/ConnectorNameCombobox.java.

Constructor & Destructor Documentation

◆ ConnectorNameCombobox()

org.turro.contacts.zul.contact.ConnectorNameCombobox.ConnectorNameCombobox ( )

Definition at line 30 of file zul/contact/ConnectorNameCombobox.java.

30  {
31  createModel();
32  }

Member Function Documentation

◆ getConnectorName()

String org.turro.contacts.zul.contact.ConnectorNameCombobox.getConnectorName ( )

Definition at line 34 of file zul/contact/ConnectorNameCombobox.java.

34  {
35  name = getText();
36  return name;
37  }
Here is the caller graph for this function:

◆ setConnectorName()

void org.turro.contacts.zul.contact.ConnectorNameCombobox.setConnectorName ( String  name)

Definition at line 39 of file zul/contact/ConnectorNameCombobox.java.

39  {
40  this.name = name;
41  if(name != null) {
42  setText(name);
43  } else {
44  setText("");
45  }
46  }
Here is the caller graph for this function:

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