RichFaces UI Components UI 4.2.2.Final

org.richfaces.el
Class ValueReference

java.lang.Object
  extended by org.richfaces.el.ValueReference

public class ValueReference
extends Object

Author:
asmirnov

Constructor Summary
ValueReference(Object base, Object property, ValueReference parent)
           
 
Method Summary
 Object getBase()
           
 Object getProperty()
           
 boolean hasNext()
           
 ValueReference next()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueReference

public ValueReference(Object base,
                      Object property,
                      ValueReference parent)
Method Detail

getBase

public Object getBase()

getProperty

public Object getProperty()

hasNext

public boolean hasNext()

next

public ValueReference next()

RichFaces UI Components UI 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.