- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file MyDataItem.java.
◆ MyDataItem()
org.turro.contacts.mydata.MyDataItem.MyDataItem |
( |
MyDataItemType |
type | ) |
|
◆ fillValue()
void org.turro.contacts.mydata.MyDataItem.fillValue |
( |
IContact |
contact | ) |
|
Definition at line 100 of file MyDataItem.java.
101 if(
null != type)
switch (type) {
108 case MYDATA_CONNECTOR:
109 setValue(contact.getConnector(name));
◆ getCols()
int org.turro.contacts.mydata.MyDataItem.getCols |
( |
| ) |
|
◆ getInput()
InputElement org.turro.contacts.mydata.MyDataItem.getInput |
( |
| ) |
|
◆ getLabel()
String org.turro.contacts.mydata.MyDataItem.getLabel |
( |
| ) |
|
◆ getName()
String org.turro.contacts.mydata.MyDataItem.getName |
( |
| ) |
|
◆ getType()
◆ getValue()
String org.turro.contacts.mydata.MyDataItem.getValue |
( |
| ) |
|
◆ isReadonly()
boolean org.turro.contacts.mydata.MyDataItem.isReadonly |
( |
| ) |
|
◆ isRequired()
boolean org.turro.contacts.mydata.MyDataItem.isRequired |
( |
| ) |
|
◆ setCols()
void org.turro.contacts.mydata.MyDataItem.setCols |
( |
int |
cols | ) |
|
◆ setInput()
void org.turro.contacts.mydata.MyDataItem.setInput |
( |
InputElement |
input | ) |
|
◆ setLabel()
void org.turro.contacts.mydata.MyDataItem.setLabel |
( |
String |
label | ) |
|
◆ setName()
void org.turro.contacts.mydata.MyDataItem.setName |
( |
String |
name | ) |
|
◆ setReadonly()
void org.turro.contacts.mydata.MyDataItem.setReadonly |
( |
boolean |
readonly | ) |
|
◆ setRequired()
void org.turro.contacts.mydata.MyDataItem.setRequired |
( |
boolean |
required | ) |
|
◆ setValue()
void org.turro.contacts.mydata.MyDataItem.setValue |
( |
String |
value | ) |
|
The documentation for this class was generated from the following file: