Package com.portal.bas
Interface PViewComponent
- All Superinterfaces:
EventListener,PClientComponent,PComponent,PViewDataChangeListener
- All Known Subinterfaces:
PFieldComponent
- All Known Implementing Classes:
PAccountView,PExtendedServicePanel,PIAExpirationField,PIANotesPanel,PIAPanel,PIAPanelGroup,PIASimpleSearch,PIATabbedPane,PNotesPanel,PPayInfoPanel,SearchPanel
Deprecated.
PViewComponent is a Swing-compatible, Portal-aware GUI component
base class.This class should be subclassed by all Portal-aware GUI components. It is the class that client-side components are derived from. The actual server logic is handled by an internal delegate.
- Version:
- %revision%
- Author:
- Larry Lynch-Freshner
-
Method Summary
Modifier and TypeMethodDescriptionvoidfirePropertyChange(String prop, Object oldV, Object newV) Deprecated.Fires a property change event.voidfireVetoableChange(String prop, Object oldV, Object newV) Deprecated.Fires a vetoable property change event.Deprecated.Gets a reference to the remote component for this object.Methods inherited from interface com.portal.bas.PClientComponent
getResourceName, getTools, setResourceName, unregisterMethods inherited from interface com.portal.bas.PComponent
getControllerClassName, getModelHandle, isLight, setModelHandleMethods inherited from interface com.portal.bas.PViewDataChangeListener
viewDataChange
-
Method Details
-
firePropertyChange
Deprecated.Fires a property change event.- Parameters:
prop- the property being changedoldV- the old valuenewV- the new value
-
fireVetoableChange
Deprecated.Fires a vetoable property change event.- Parameters:
prop- the property being changedoldV- the old valuenewV- the new value- Throws:
PropertyVetoException- thrown if the proposed change represents an unacceptable value
-
getRemoteComponent
PRemoteComponent getRemoteComponent()Deprecated.Gets a reference to the remote component for this object.- Returns:
- A
PRemoteComponentreference to the object.
-
PViewComponentis deprecated and replaced byPAppComponent.