Class JDPValueBackLink

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----JDPValueComponent
                                   |
                                   +----JDPValueBackLink

public class JDPValueBackLink
extends JDPValueComponent
Class JDPValueBackLink represents a set of textfields that display a backlink.


Variable Index

 o objName
 o remoteId

Constructor Index

 o JDPValueBackLink()
 o JDPValueBackLink(JDPTextGrid)

Method Index

 o clear()
Clear the component
 o getEditable()
Get the editable setting of the component
 o getEnabled()
Get the enabled setting of the component
 o getObjectName()
Get the value of Object Name
 o getRemoteID()
Get the value of Remote ID
 o getText()
Get the value of the component
 o handleEvent(Event)
 o isValid()
Check whether the component value is valid
 o setBackground(Color)
 o setEditable(boolean)
Set the editable setting of the component
 o setEnabled(boolean)
Set the enabled setting of the component
 o setFont(Font)
 o setForeground(Color)
 o setObjectName(String)
Set the value of Object Name
 o setRemoteID(int)
Set the value of Remote ID
 o setText(String)
Set the value of the component

Variables

 o remoteId
 public JDPSpinner remoteId
 o objName
 public TextField objName

Constructors

 o JDPValueBackLink
 public JDPValueBackLink()
 o JDPValueBackLink
 public JDPValueBackLink(JDPTextGrid thisGrid)

Methods

 o setRemoteID
 public void setRemoteID(int value)
Set the value of Remote ID

Parameters:
the - value of Remote ID
 o getRemoteID
 public int getRemoteID()
Get the value of Remote ID

Returns:
the value of Remote ID
 o setObjectName
 public void setObjectName(String value)
Set the value of Object Name

Parameters:
the - value of Object Name
 o getObjectName
 public String getObjectName()
Get the value of Object Name

Returns:
the value of Object Name
 o setFont
 public void setFont(Font thisFont)
Overrides:
setFont in class Component
 o setBackground
 public void setBackground(Color thisColor)
Overrides:
setBackground in class JDPValueComponent
 o setForeground
 public void setForeground(Color thisColor)
Overrides:
setForeground in class JDPValueComponent
 o clear
 public void clear()
Clear the component

Overrides:
clear in class JDPValueComponent
 o 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
 o getText
 public String getText()
Get the value of the component

Returns:
newValue the new value for the component
Overrides:
getText in class JDPValueComponent
 o 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
 o getEditable
 public boolean getEditable()
Get the editable setting of the component

Returns:
the editable setting for the component
Overrides:
getEditable in class JDPValueComponent
 o 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
 o getEnabled
 public boolean getEnabled()
Get the enabled setting of the component

Returns:
the enabled setting for the component
Overrides:
getEnabled in class JDPValueComponent
 o isValid
 public boolean isValid()
Check whether the component value is valid

Returns:
whether the component value is valid
Overrides:
isValid in class JDPValueComponent
 o handleEvent
 public boolean handleEvent(Event e)
Overrides:
handleEvent in class JDPValueComponent