Package com.portal.bas
Interface PFieldComponent
- All Superinterfaces:
EventListener
,PClientComponent
,PComponent
,PViewComponent
,PViewDataChangeListener
- All Known Implementing Classes:
PIAExpirationField
Deprecated.
PFieldComponent
is a PViewComponent
that directly displays
the contents of a field.
This class was used as the base for displaying field contents, for example,
single field controls, list boxes, and tables.
Components implementing this interface will also have API methods provided by the
swing API for populating/retrieving data.In case you are using the methods of this
interface it is not advisable to use the regular swing API methods to populate/retrieve
the data from these components as it might result in data corruption.- Version:
- 9
- Author:
- Larry Lynch-Freshner
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the data field description used by the component.Deprecated.Gets the data field description used by the component.Deprecated.Gets the current help ID for this component.Deprecated.Gets the data field description used by the component.void
setDisplayFieldDescription
(String fieldDisp) Deprecated.Sets the description of the field of the data model that is most important to this component.void
setDisplayFieldFormat
(String fieldForm) Deprecated.Sets the description of the field of the data model that is most important to this component.void
Deprecated.Sets the help ID for this component.void
setModelFieldDescription
(String fieldDesc) Deprecated.Sets the description of the field of the data model that is most important to this component.Methods inherited from interface com.portal.bas.PClientComponent
getResourceName, getTools, setResourceName, unregister
Methods inherited from interface com.portal.bas.PComponent
getControllerClassName, getModelHandle, isLight, setModelHandle
Methods inherited from interface com.portal.bas.PViewComponent
firePropertyChange, fireVetoableChange, getRemoteComponent
Methods inherited from interface com.portal.bas.PViewDataChangeListener
viewDataChange
-
Method Details
-
setModelFieldDescription
Deprecated.Sets the description of the field of the data model that is most important to this component. Used for populating data to the specific component (e.g. java swing components) that implements this interface- Parameters:
fieldDesc
- aString
that describes the field(s) used by this component- Throws:
RemoteException
- thrown for errors
-
getModelFieldDescription
Deprecated.Gets the data field description used by the component.- Returns:
- A
String
description of the fields used by this component. - Throws:
RemoteException
- thrown for errors
-
setDisplayFieldDescription
Deprecated.Sets the description of the field of the data model that is most important to this component.- Parameters:
fieldDisp
- aString
that describes the field(s) used by this component- Throws:
RemoteException
- thrown for errors
-
getDisplayFieldDescription
Deprecated.Gets the data field description used by the component.- Returns:
- A
String
description of the fields used by this component. - Throws:
RemoteException
- thrown for errors
-
setDisplayFieldFormat
Deprecated.Sets the description of the field of the data model that is most important to this component.- Parameters:
fieldForm
- AString
that describes the field(s) used by this component.- Throws:
RemoteException
- thrown for errors
-
getDisplayFieldFormat
Deprecated.Gets the data field description used by the component.- Returns:
- A
String
description of the fields used by this component. - Throws:
RemoteException
- thrown for errors
-
setHelpID
Deprecated.Sets the help ID for this component.- Parameters:
id
- aString
with the new help ID
-
getHelpID
String getHelpID()Deprecated.Gets the current help ID for this component.- Returns:
- A
String
help ID.
-
PFieldComponent
is deprecated and replaced byPAppFieldComponent
.