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.IAttributeConsumer

Packages that use IAttributeConsumer
com.bea.wlw.netui.tags.html   
 

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

Classes in com.bea.wlw.netui.tags.html that implement IAttributeConsumer
 class Anchor
           Generates a hyperlink to a specified URI.
 class Base
          Provides the base for every URL on the page.
 class Button
          Generates a button on the page with the specified attributes.
 class CheckBox
          Generates a checkbox which binds to a form bean property or databound expression.
 class CheckBoxOption
          A checkbox whose state is determined by its enclosing CheckBoxGroup.
 class FileUpload
          Renders an input tag with type="file", with the given attributes.
 class Form
          This tag represents an input form, associated with a bean whose properties correspond to the various fields of the form.
 class Hidden
          Generates a hidden tag with a given value.
 class Image
          Generates an image with the specified attributes.
 class ImageAnchor
          Generates a hyperlink with a clickable image.
 class ImageButton
          Generates an <input type="image"> tag with the specified attributes.
 class Label
          Generates styled text span based on an expression or literal value.
 class RadioButtonOption
          A radio button whose state is determined by its enclosing RadioButtonGroup.
 class Select
          Renders a select containing a set of SelectOptions.
 class SelectOption
          An option whose state is determined by its enclosing SelectOption.
 class TextArea
          Renders a databound TextArea with the given attributes.
 class TextBox
          Renders a databound TextBox with the given attributes.
 


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