Uses of Class
com.sas.servlet.tbeans.ipage.iform.IForm

Packages that use IForm
com.sas.servlet.tbeans.ipage.iform Provides classes used to write form content to various client devices in the appropriate markup language, such as WML, HDML, or HTML. 
com.sas.taglib.servlet.tbeans.ipage Provides classes which implement the custom tags for com.sas.servlet.tbeans.ipage. 
 

Uses of IForm in com.sas.servlet.tbeans.ipage.iform
 

Methods in com.sas.servlet.tbeans.ipage.iform that return IForm
 IForm BaseIFormElement.getParentIForm()
          Gets the IForm parent of this IFormElement;
 

Methods in com.sas.servlet.tbeans.ipage.iform with parameters of type IForm
 void BaseIFormElement.setParentIForm(IForm parentIForm)
          Sets the parent IForm of this element.
 

Uses of IForm in com.sas.taglib.servlet.tbeans.ipage
 

Fields in com.sas.taglib.servlet.tbeans.ipage declared as IForm
protected  IForm BaseIFormElementTag.form
          Underlying IForm object
protected  IForm IFormHiddenTag.form
           
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.