Class JDPValueReplicaPointer
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----JDPValueComponent
|
+----JDPValueReplicaPointer
- public class JDPValueReplicaPointer
- extends JDPValueComponent
Class JDPValueReplicaPointer represents a set of textfields that display a fax number
-
replicaAddrHint
-
-
replicaNumber
-
-
replicaType
-
-
serverName
-
-
JDPValueReplicaPointer(JDPUser)
-
-
JDPValueReplicaPointer(JDPUser, JDPTextGrid)
-
-
clear()
- Clear the address
-
getEditable()
- Get the editable setting of the component
-
getEnabled()
- Get the enabled setting of the component
-
getReplicaAddrHint()
- Get the value of Replica Address Hint
-
getReplicaNumber()
- Get the value of Replica Number
-
getReplicaType()
- Get the value of Replica Type
-
getServerName()
- Get the value of Fax Number
-
getText()
- Get the value of the component
-
handleEvent(Event)
-
-
setBackground(Color)
-
-
setEditable(boolean)
- Set the editable setting of the component
-
setEnabled(boolean)
- Set the enabled setting of the component
-
setFont(Font)
-
-
setForeground(Color)
-
-
setReplicaAddrHint(String)
- Set the value of the Replica Address Hint
-
setReplicaNumber(int)
- Set the value of Replica Number
-
setReplicaType(String)
- Set the value of Replica Type
-
setServerName(String)
- Set the value of the Fax Number
-
setText(String)
- Set the value of the component
serverName
public TextField serverName
replicaType
public JDPChoice replicaType
replicaNumber
public JDPSpinner replicaNumber
replicaAddrHint
public JDPValueList replicaAddrHint
JDPValueReplicaPointer
public JDPValueReplicaPointer(JDPUser user)
JDPValueReplicaPointer
public JDPValueReplicaPointer(JDPUser user,
JDPTextGrid thisGrid)
setServerName
public void setServerName(String value)
- Set the value of the Fax Number
- Parameters:
- the - value of the Fax Number
getServerName
public String getServerName()
- Get the value of Fax Number
- Returns:
- the value of Fax Number
setReplicaType
public void setReplicaType(String value)
- Set the value of Replica Type
- Parameters:
- the - value of Replica Type
getReplicaType
public String getReplicaType()
- Get the value of Replica Type
- Returns:
- the value of Replica Type
setReplicaNumber
public void setReplicaNumber(int value)
- Set the value of Replica Number
- Parameters:
- the - value of Replica Number
getReplicaNumber
public int getReplicaNumber()
- Get the value of Replica Number
- Returns:
- the value of Replica Number
setReplicaAddrHint
public void setReplicaAddrHint(String value)
- Set the value of the Replica Address Hint
- Parameters:
- the - value of the Replica Address Hint
getReplicaAddrHint
public String getReplicaAddrHint()
- Get the value of Replica Address Hint
- Returns:
- the value of Replica Address Hint
setFont
public void setFont(Font thisFont)
- Overrides:
- setFont in class Component
setBackground
public void setBackground(Color thisColor)
- Overrides:
- setBackground in class JDPValueComponent
setForeground
public void setForeground(Color thisColor)
- Overrides:
- setForeground in class JDPValueComponent
clear
public void clear()
- Clear the address
- Overrides:
- clear in class JDPValueComponent
setText
public void setText(String newValue)
- Set the value of the component
- Parameters:
- newValue - the new value for the component
- Overrides:
- setText in class JDPValueComponent
getText
public String getText()
- Get the value of the component
- Returns:
- newValue the new value for the component
- Overrides:
- getText in class JDPValueComponent
setEditable
public void setEditable(boolean editable)
- Set the editable setting of the component
- Parameters:
- editable - the editable setting for the component
- Overrides:
- setEditable in class JDPValueComponent
getEditable
public boolean getEditable()
- Get the editable setting of the component
- Returns:
- the editable setting for the component
- Overrides:
- getEditable in class JDPValueComponent
setEnabled
public void setEnabled(boolean enabled)
- Set the enabled setting of the component
- Parameters:
- enabled - the enabled setting for the component
- Overrides:
- setEnabled in class JDPValueComponent
getEnabled
public boolean getEnabled()
- Get the enabled setting of the component
- Returns:
- the enabled setting for the component
- Overrides:
- getEnabled in class JDPValueComponent
handleEvent
public boolean handleEvent(Event e)
- Overrides:
- handleEvent in class JDPValueComponent