org.apache.commons.ognl.test.objects
Class FormComponentImpl

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.ComponentImpl
      extended by org.apache.commons.ognl.test.objects.FormComponentImpl
All Implemented Interfaces:
IComponent, IFormComponent

public class FormComponentImpl
extends ComponentImpl
implements IFormComponent


Constructor Summary
FormComponentImpl()
           
 
Method Summary
 IForm getForm()
           
 void setForm(IForm form)
           
 
Methods inherited from class org.apache.commons.ognl.test.objects.ComponentImpl
getClientId, getCount, setClientId, setCount
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.ognl.test.objects.IFormComponent
getClientId
 
Methods inherited from interface org.apache.commons.ognl.test.objects.IComponent
getCount, setClientId, setCount
 

Constructor Detail

FormComponentImpl

public FormComponentImpl()
Method Detail

getForm

public IForm getForm()
Specified by:
getForm in interface IFormComponent

setForm

public void setForm(IForm form)
Specified by:
setForm in interface IFormComponent


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.