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

public interface PAppFieldComponent extends PAppComponent, PFieldBean
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 Details

    • setDisplayFieldFormat

      void setDisplayFieldFormat(String fieldForm) throws RemoteException
      Sets the format used to display field information. The same format is is used by java.text.MessageFormat.
      Parameters:
      fieldForm - the format to use for display of the field
      Throws:
      RemoteException - thrown for errors
    • getDisplayFieldFormat

      String getDisplayFieldFormat() throws RemoteException
      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

      void setHelpID(String id)
      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.