- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file ContactField.java.
◆ ContactField() [1/2]
org.turro.contacts.control.ContactField.ContactField |
( |
ContactFieldType |
type, |
|
|
boolean |
required |
|
) |
| |
◆ ContactField() [2/2]
org.turro.contacts.control.ContactField.ContactField |
( |
ContactFieldType |
type, |
|
|
boolean |
required, |
|
|
String |
fieldLabel |
|
) |
| |
Definition at line 39 of file ContactField.java.
41 this.required = required;
42 this.fieldLabel = fieldLabel;
◆ addEditor()
void org.turro.contacts.control.ContactField.addEditor |
( |
HtmlBasedComponent |
editor | ) |
|
◆ getEditor()
HtmlBasedComponent org.turro.contacts.control.ContactField.getEditor |
( |
| ) |
|
◆ getEditors()
ArrayList<HtmlBasedComponent> org.turro.contacts.control.ContactField.getEditors |
( |
| ) |
|
◆ getFieldLabel()
String org.turro.contacts.control.ContactField.getFieldLabel |
( |
| ) |
|
◆ getFinalLabel()
String org.turro.contacts.control.ContactField.getFinalLabel |
( |
| ) |
|
◆ getLastEditor()
HtmlBasedComponent org.turro.contacts.control.ContactField.getLastEditor |
( |
| ) |
|
◆ getType()
◆ isRequired()
boolean org.turro.contacts.control.ContactField.isRequired |
( |
| ) |
|
◆ setEditor()
void org.turro.contacts.control.ContactField.setEditor |
( |
HtmlBasedComponent |
editor | ) |
|
◆ setFinalLabel()
void org.turro.contacts.control.ContactField.setFinalLabel |
( |
String |
finalLabel | ) |
|
The documentation for this class was generated from the following file: