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.| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayFieldFormat()
Gets the data field description used by the component.
|
String |
getHelpID()
Gets the current help ID for this component.
|
void |
setDisplayFieldFormat(String fieldForm)
Sets the format used to display field information.
|
void |
setHelpID(String id)
Sets the help ID for this component.
|
getRemoteComponentgetResourceName, getTools, setResourceName, unregistergetControllerClassName, getModelHandle, isLight, setModelHandleviewDataChangegetAssociatedClass, getDisplayFieldDescription, getField, getModelFieldDescription, revertToPrimary, setAssociatedClass, setDisplayFieldDescription, setField, setModelFieldDescription, togglePrimaryToSecondaryvoid setDisplayFieldFormat(String fieldForm) throws RemoteException
java.text.MessageFormat.fieldForm - the format to use for display of the fieldRemoteException - thrown for errorsString getDisplayFieldFormat() throws RemoteException
String description of the fields used by this component.RemoteException - thrown for errorsvoid setHelpID(String id)
id - the new help IDString getHelpID()
String help ID.Copyright © 2003, 2023, Oracle and/or its affiliates.