PViewComponent
is deprecated and
replaced by PAppComponent
.public interface PViewComponent extends PClientComponent
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.
Modifier and Type | Method and Description |
---|---|
void |
firePropertyChange(String prop,
Object oldV,
Object newV)
Deprecated.
Fires a property change event.
|
void |
fireVetoableChange(String prop,
Object oldV,
Object newV)
Deprecated.
Fires a vetoable property change event.
|
PRemoteComponent |
getRemoteComponent()
Deprecated.
Gets a reference to the remote component for this object.
|
getResourceName, getTools, setResourceName, unregister
getControllerClassName, getModelHandle, isLight, setModelHandle
viewDataChange
void firePropertyChange(String prop, Object oldV, Object newV)
prop
- the property being changedoldV
- the old valuenewV
- the new valuevoid fireVetoableChange(String prop, Object oldV, Object newV) throws PropertyVetoException
prop
- the property being changedoldV
- the old valuenewV
- the new valuePropertyVetoException
- thrown if the proposed change represents
an unacceptable valuePRemoteComponent getRemoteComponent()
PRemoteComponent
reference to the object.Copyright © 2003, 2023, Oracle and/or its affiliates.