Top   Module   Use   Manual   Index 

com :: sun :: star :: text ::

constants group UserDataPart


Description
These constants define which part of the user data is displayed in a user data text field (service "sun.one.text.TextField.ExtendedUser")


Constants

const short COMPANY = = 0;
Description
The field shows the company name.
const short FIRSTNAME = = 1;
Description
The field shows the first name.
const short NAME = = 2;
Description
The field shows the name.
const short SHORTCUT = = 3;
Description
The field shows the initials.
const short STREET = = 4;
Description
The field shows the street.
const short COUNTRY = = 5;
Description
The field shows the country.
const short ZIP = = 6;
Description
The field shows the zip code.
const short CITY = = 7;
Description
The field shows the city.
const short TITLE = = 8;
Description
The field shows the title.
const short POSITION = = 9;
Description
The field shows the position.
const short PHONE_PRIVATE = = 10;
Description
The field shows the no of the private phone.
const short PHONE_COMPANY = = 11;
Description
The field shows the number of the business phone.
const short FAX = = 12;
Description
The field shows the fax no.
const short EMAIL = = 13;
Description
The field shows the e-Mail.
const short STATE = = 14;
Description
The field shows the state.
Top of Page