org.openfaces.renderkit
Class TableUtil.ColumnExpressionData

java.lang.Object
  extended by org.openfaces.renderkit.TableUtil.ColumnExpressionData
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable
Enclosing class:
TableUtil

public static class TableUtil.ColumnExpressionData
extends java.lang.Object
implements java.io.Externalizable

See Also:
Serialized Form

Constructor Summary
TableUtil.ColumnExpressionData()
           
TableUtil.ColumnExpressionData(javax.el.ValueExpression valueExpression, java.lang.Class valueType, javax.faces.convert.Converter valueConverter)
           
 
Method Summary
 javax.faces.convert.Converter getValueConverter()
           
 javax.el.ValueExpression getValueExpression()
           
 java.lang.Class getValueType()
           
 void readExternal(java.io.ObjectInput in)
           
 void writeExternal(java.io.ObjectOutput out)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableUtil.ColumnExpressionData

public TableUtil.ColumnExpressionData()

TableUtil.ColumnExpressionData

public TableUtil.ColumnExpressionData(javax.el.ValueExpression valueExpression,
                                      java.lang.Class valueType,
                                      javax.faces.convert.Converter valueConverter)
Method Detail

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException

getValueExpression

public javax.el.ValueExpression getValueExpression()

getValueType

public java.lang.Class getValueType()

getValueConverter

public javax.faces.convert.Converter getValueConverter()


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.