BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.

Uses of Interface
com.bea.wlw.netui.tags.html.URLParams

Packages that use URLParams
com.bea.wlw.netui.tags.databinding.grid.column   
com.bea.wlw.netui.tags.html   
 

Uses of URLParams in com.bea.wlw.netui.tags.databinding.grid.column
 

Classes in com.bea.wlw.netui.tags.databinding.grid.column that implement URLParams
 class AnchorColumn
           A column that renders an HTML anchor into each data cell in the column.
 

Uses of URLParams in com.bea.wlw.netui.tags.html
 

Classes in com.bea.wlw.netui.tags.html that implement URLParams
 class Anchor
           Generates a hyperlink to a specified URI.
 class Button
          Generates a button on the page with the specified attributes.
 class Form
          This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form.
 class Image
          Generates an image with the specified attributes.
 class ImageAnchor
          Generates a hyperlink with a clickable image.
 


BEA NetUI tags and APIs are included for backward compatibility only. For new applications, use the Beehive tags and APIs.