| |
|
| java.lang.Object com.sun.perseus.demo.ContactDetailsForm
ContactDetailsForm | public class ContactDetailsForm (Code) | | The ContactDetailsForm class simplifies binding a contact's
information (name, phone number, etc...) to the various
SVG elements in the current skin.
|
CONTACT_DETAILS_ADDRESS1 | final public static String CONTACT_DETAILS_ADDRESS1(Code) | | |
CONTACT_DETAILS_ADDRESS2 | final public static String CONTACT_DETAILS_ADDRESS2(Code) | | |
CONTACT_DETAILS_CELL | final public static String CONTACT_DETAILS_CELL(Code) | | |
CONTACT_DETAILS_EMAIL | final public static String CONTACT_DETAILS_EMAIL(Code) | | |
CONTACT_DETAILS_HOME | final public static String CONTACT_DETAILS_HOME(Code) | | |
CONTACT_DETAILS_NAME | final public static String CONTACT_DETAILS_NAME(Code) | | |
CONTACT_DETAILS_PREFIX | final public static String CONTACT_DETAILS_PREFIX(Code) | | Identifier conventions used for contact details information.
|
CONTACT_DETAILS_WORK | final public static String CONTACT_DETAILS_WORK(Code) | | |
ContactDetailsForm | public ContactDetailsForm()(Code) | | Default constructor.
|
hookSkin | public void hookSkin(Document doc)(Code) | | Establishes new bindings between to the new skin.
Parameters: doc - - the new skin to hook into. |
setContactDetails | void setContactDetails(ContactDetails contactDetailsData)(Code) | | Applies the input contact details to the XML UI markup.
Parameters: contactDetailsData - - the new data to display. |
|
|
|