Package com.portal.bas
Interface PAppFieldComponent
- All Superinterfaces:
EventListener
,PAppComponent
,PClientComponent
,PComponent
,PFieldBean
,PViewDataChangeListener
,Remote
- All Known Implementing Classes:
BalanceGroupSearchResultsTable
,PAccountsResults
,PAcctTree
,PAREventResults
,PArrayTable
,PBillsResults
,PChangeStatusPage.PIAChangeStatusTextAreaField
,PDefaultChoiceStringEnum
,PDeviceComboBox
,PIABigIntegerField
,PIABinaryStringField
,PIABooleanEnumField
,PIABooleanEnumRadioField
,PIACanonField
,PIAConstant
,PIACurrencyField
,PIADateField
,PIADefaultChoiceEnumField
,PIADigitsTextField
,PIAEnumField
,PIAFieldComponent
,PIAGroupTree
,PIAIndexedArrayTable
,PIAIntegerField
,PIAList
,PIANumberField
,PIAObjectField
,PIAPasswordField
,PIAPaymentField
,PIAPaymentOnFileField
,PIAPercentField
,PIAPhoneTable
,PIAReadOnlyField
,PIASearchResultsPanel
,PIASpecSpreadSheet
,PIASpinnerField
,PIASpreadSheet
,PIAStringEnum
,PIATextAreaField
,PIATextField
,PMSExchangeOrgNameField
,PNavigationButton
,PNonCurrencyTable
,PPromotionArrayTable
,PServicesDealsProductsTable
,ServiceSearchResultsTable
PAppFieldComponent
is a client view interface for field components.
It extends the required PAppComponent
and PFieldBean
access interfaces.
All field components must implement PAppFieldComponent
.- Version:
- %version: 3 % %date_modified: Mon Apr 09 15:06:02 2001 %
- Author:
- larrylf
-
Method Summary
Modifier and TypeMethodDescriptionGets the data field description used by the component.Gets the current help ID for this component.void
setDisplayFieldFormat
(String fieldForm) Sets the format used to display field information.void
Sets the help ID for this component.Methods inherited from interface com.portal.bas.PAppComponent
getRemoteComponent
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.PFieldBean
getAssociatedClass, getDisplayFieldDescription, getField, getModelFieldDescription, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondary
Methods inherited from interface com.portal.bas.PViewDataChangeListener
viewDataChange
-
Method Details
-
setDisplayFieldFormat
Sets the format used to display field information. The same format is is used byjava.text.MessageFormat
.- Parameters:
fieldForm
- the format to use for display of the field- Throws:
RemoteException
- thrown for errors
-
getDisplayFieldFormat
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
Sets the help ID for this component.- Parameters:
id
- the new help ID
-
getHelpID
String getHelpID()Gets the current help ID for this component.- Returns:
- A
String
help ID.
-