org.openxma.dsl.reference.xma.customeredit.client
Interface ICustomerEdit

All Superinterfaces:
at.spardat.xma.boot.component.IComponent, at.spardat.xma.page.IEmbeddable, at.spardat.xma.boot.component.IXMAControl
All Known Implementing Classes:
CustomerEdit, CustomerEditGen

public interface ICustomerEdit
extends at.spardat.xma.boot.component.IComponent, at.spardat.xma.page.IEmbeddable

This interface defines the public getter and setter for the properties of CustomerEdit.

Author:
build

Field Summary
static java.lang.String COMPONENT_NAME
          The name of the component to use in getComponent()
 
Method Summary
 java.lang.String getSelectedCustomerFirstName()
          firstname of the selected customer
 java.lang.String getSelectedCustomerId()
          the id of the selected customer
 java.lang.String getSelectedCustomerLastName()
          lastname of the selected customer
 void setMode(java.lang.String mode)
          the mode of the component
 
Methods inherited from interface at.spardat.xma.boot.component.IComponent
addEventListener, addPropertyChangeListener, dispose, getProperties, getProperty, getRTSession, invoke, removeEventListener, removePropertyChangeListener, setProperties, setProperty
 
Methods inherited from interface at.spardat.xma.page.IEmbeddable
determineStateBase, getContextString, getDialog, setDialog, setEventsEnabled, stateChangedBaseImpl, stateChangedExtend
 
Methods inherited from interface at.spardat.xma.boot.component.IXMAControl
createComposite, enterBase, getComposite, initGUI, leaveBase, removeModel, removeWidgetsBase, stateChangedBase
 

Field Detail

COMPONENT_NAME

static final java.lang.String COMPONENT_NAME
The name of the component to use in getComponent()

See Also:
Constant Field Values
Method Detail

setMode

void setMode(java.lang.String mode)
the mode of the component


getSelectedCustomerId

java.lang.String getSelectedCustomerId()
the id of the selected customer


getSelectedCustomerFirstName

java.lang.String getSelectedCustomerFirstName()
firstname of the selected customer


getSelectedCustomerLastName

java.lang.String getSelectedCustomerLastName()
lastname of the selected customer



Copyright © 2010. All Rights Reserved.