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

Packages that use BaseIFormElement
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. 
 

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

Subclasses of BaseIFormElement in com.sas.servlet.tbeans.ipage.iform
 class IFormHidden
          The IFormHidden is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormListBox
          The IFormListBox is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormPassword
          The IFormPassword is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormRadio
          The IFormRadio is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 class IFormTextEntry
          The IFormTextEntry is a TransformationBean™ used to produce a form using a variety of markup languages (including WML,HDML, and HTML).
 

Methods in com.sas.servlet.tbeans.ipage.iform that return BaseIFormElement
 BaseIFormElement IForm.add(BaseIFormElement element)
          Adds a BaseIFormElement to the IForm bean, such as a text entry field or radio box.
 

Methods in com.sas.servlet.tbeans.ipage.iform with parameters of type BaseIFormElement
 BaseIFormElement IForm.add(BaseIFormElement element)
          Adds a BaseIFormElement to the IForm bean, such as a text entry field or radio box.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.