org.openfaces.renderkit
Class TableUtil.ColumnExpressionData
java.lang.Object
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
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TableUtil.ColumnExpressionData
public TableUtil.ColumnExpressionData()
TableUtil.ColumnExpressionData
public TableUtil.ColumnExpressionData(javax.el.ValueExpression valueExpression,
java.lang.Class valueType,
javax.faces.convert.Converter valueConverter)
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.