com.infragistics.faces.shared.component
Class ModelComponent

java.lang.Object
  extended bycom.infragistics.faces.shared.component.ModelComponent
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataPoint, Legend, LegendItem, Light, Mark, Scale, Series, SeriesGroup, StyledText

public abstract class ModelComponent
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ModelComponent()
           
 
Method Summary
 java.lang.Object getParent()
           
 javax.faces.el.ValueBinding getValueBinding(java.lang.String name)
           
 void setParent(java.lang.Object parent)
           
 void setValueBinding(java.lang.String name, javax.faces.el.ValueBinding binding)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelComponent

public ModelComponent()
Method Detail

getParent

public java.lang.Object getParent()
Returns:

setParent

public void setParent(java.lang.Object parent)
Parameters:
parent -

setValueBinding

public void setValueBinding(java.lang.String name,
                            javax.faces.el.ValueBinding binding)
Parameters:
name -
binding -

getValueBinding

public javax.faces.el.ValueBinding getValueBinding(java.lang.String name)
Parameters:
name -
Returns: