class
property to define
a completely new graphic representation of a business
object. To add new decorations to an existing business object,
define the property children
with the new
decorations and property constraints
that specify how each new decoration should be attached to the
object base.@Deprecated public class IltObjectDefaultRenderer extends IltGraphicRenderer implements IlpGraphicRenderer
IlpObject
) of type
IltObject
.
The look-and-feel can generally be customized using cascading style sheets.
IltObject
managers
Constructor and Description |
---|
IltObjectDefaultRenderer()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
IlpGraphic |
createGraphic(IlpGraphicView view,
IltGraphicManager manager,
IlpRepresentationObject object,
IlpAttribute attribute,
IlpGraphicRendererContext rendererContext)
Deprecated.
Creates a new graphic representation.
|
boolean |
equals(Object o)
Deprecated.
Compares two objects, used by
IlpDefaultNetworkRenderer to
know whether the graphic object must be replaced or can be reused. |
void |
updateGraphicProperties(IltObject tgo,
IlpRepresentationObject object)
Deprecated.
Copies rendering-relevant attributes from the representation object
to the
IltObject that is used for graphic rendering. |
createGraphic, customizeGraphic, customizeGraphic, GetCSSContext, GetManagerForCreateGraphic, GetManagerForView, GetManagerForWebView, handleSelectionAndFocus, updateGraphic
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createGraphic, updateGraphic
public IlpGraphic createGraphic(IlpGraphicView view, IltGraphicManager manager, IlpRepresentationObject object, IlpAttribute attribute, IlpGraphicRendererContext rendererContext)
createGraphic
in class IltGraphicRenderer
view
- The IlpGraphicView
.manager
- The IltGraphicManager
in which to create IltGraphic
objects.object
- The object to be displayed.attribute
- Ignored.rendererContext
- The context used to render the object.public void updateGraphicProperties(IltObject tgo, IlpRepresentationObject object)
IltObject
that is used for graphic rendering.updateGraphicProperties
in class IltGraphicRenderer
public boolean equals(Object o)
IlpDefaultNetworkRenderer
to
know whether the graphic object must be replaced or can be reused.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.