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

Packages that use HtmlConstants
com.bea.wlw.netui.tags   
com.bea.wlw.netui.tags.databinding.base   
com.bea.wlw.netui.tags.databinding.bundle   
com.bea.wlw.netui.tags.databinding.cellrepeater   
com.bea.wlw.netui.tags.databinding.grid   
com.bea.wlw.netui.tags.databinding.grid.column   
com.bea.wlw.netui.tags.databinding.grid.pager   
com.bea.wlw.netui.tags.databinding.grid.style   
com.bea.wlw.netui.tags.databinding.invoke   
com.bea.wlw.netui.tags.databinding.message   
com.bea.wlw.netui.tags.databinding.pageinput   
com.bea.wlw.netui.tags.databinding.repeater   
com.bea.wlw.netui.tags.databinding.repeater.choice   
com.bea.wlw.netui.tags.databinding.repeater.pad   
com.bea.wlw.netui.tags.databinding.script   
com.bea.wlw.netui.tags.html   
com.bea.wlw.netui.tags.rendering   
com.bea.wlw.netui.tags.template This package defines a set of JSP tag extensions providing a simple templating mechanism. 
 

Uses of HtmlConstants in com.bea.wlw.netui.tags
 

Classes in com.bea.wlw.netui.tags that implement HtmlConstants
 class AbstractBaseTag
          Abstract tag class that most netui tags are based from.
 class DataSourceTag
          Abstract tag class that adds support for a dataSource on the tag.
 class DefaultableDataSourceTag
          Abstract tag class that adds support for a default value on the tag.
 class OptionsDataSourceTag
          Abstract tag class that adds support for an OptionsDataSource.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.base
 

Classes in com.bea.wlw.netui.tags.databinding.base that implement HtmlConstants
 class StructuredBaseTag
          A base tag for NetUI Databinding tags that are work in a repeating context.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.bundle
 

Classes in com.bea.wlw.netui.tags.databinding.bundle that implement HtmlConstants
 class DeclareBundle
          A tag used to declare a ResourceBundle that can be used inside of the declaring page as a source for displaying internationalized messages.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.cellrepeater
 

Classes in com.bea.wlw.netui.tags.databinding.cellrepeater that implement HtmlConstants
 class CellRepeater
           The CellRepeater tag is a repeating, databound tag that renders its body each cell of a table of the specified dimensions.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.grid
 

Classes in com.bea.wlw.netui.tags.databinding.grid that implement HtmlConstants
 class Columns
          This tag is a container for the columns that will render the header, data, and footer for each column in a Grid.
 class Grid
          A <netui-data:grid...> tag is the containing tag of a tag set that renders regular data with the ability to page, sort, and filter the data set.
 class GridComponent
          An abstract base class for all tags that can be contained directly inside of a Grid tag.
 

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

Classes in com.bea.wlw.netui.tags.databinding.grid.column that implement HtmlConstants
 class AnchorColumn
           A column that renders an HTML anchor into each data cell in the column.
 class BasicColumn
           A BasicColumn simply renders data from the data set into the page.
 class ExpressionColumn
          A column that can use expressions in addition to formatters to format the value of a data cell.
 class FormattableColumn
          The abstract base class of a GridColumn that can accept NetUI FormatTag tags.
 class GridColumn
           The abstract base class for all column tags that can be children of the Columns tag.
 class ImageColumn
           A column that renders an image in HTML into each data cell in a column.
 class SortFilterColumn
           The abstract base class of a grid column that is sortable and / or filterable.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.grid.pager
 

Classes in com.bea.wlw.netui.tags.databinding.grid.pager that implement HtmlConstants
 class Pager
          A navigation pager for the grid.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.grid.style
 

Classes in com.bea.wlw.netui.tags.databinding.grid.style that implement HtmlConstants
 class GridStyle
          A tag that allows parameterization of the style components of the HTML table that a Grid renders.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.invoke
 

Classes in com.bea.wlw.netui.tags.databinding.invoke that implement HtmlConstants
 class AbstractCallMethod
           An abstract base class for tags that are capable of reflectively invoking methods.
 class CallControl
          A tag that is used to call a method on a control.
 class CallMethod
           An abstract base class for tags that are capable of reflectively invoking methods.
 class CallPageFlow
          A tag that is used to call a method on the current PageFlowController.
 class DeclareControl
          Declare a control that is stored in the PageContext attribute map.
 class MethodParameter
          A tag that is used to add an argument to a method that will be called on some object.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.message
 

Classes in com.bea.wlw.netui.tags.databinding.message that implement HtmlConstants
 class Message
          Provides a message schema, which can be parameterized to construct customizable messages.
 class MessageArg
          Provides a parameter value to a message schema.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.pageinput
 

Classes in com.bea.wlw.netui.tags.databinding.pageinput that implement HtmlConstants
 class DeclarePageInput
           The DeclarePageInput tag is used to declare variables that are passed to the page from the page flow.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.repeater
 

Classes in com.bea.wlw.netui.tags.databinding.repeater that implement HtmlConstants
 class Repeater
          The <netui-data:repeater> tag is a markup-generic tag that repeats over a data set.
 class RepeaterComponent
          The base class for tags that are part of the Repeater tag set and participate in the structured nature of Repeater rendering.
 class RepeaterFooter
          This tag is used to render the footer of a Repeater.
 class RepeaterHeader
          This tag is used to render the header of a Repeater.
 class RepeaterItem
          This tag is used to render each item in the data set.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.repeater.choice
 

Classes in com.bea.wlw.netui.tags.databinding.repeater.choice that implement HtmlConstants
 class Choice
          A tag that when nested in a RepeaterItem allows its body to be rendered conditionally.
 class ChoiceMethod
          A ChoiceMethod tag is used in order to choose a particular Choice tag whose body should be rendered for the current data item in the Repeater.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.repeater.pad
 

Classes in com.bea.wlw.netui.tags.databinding.repeater.pad that implement HtmlConstants
 class Pad
           A tag that affects the number of items that are rendered in a Repeater.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.databinding.script
 

Classes in com.bea.wlw.netui.tags.databinding.script that implement HtmlConstants
 class GetData
           This tag evaluates an expression and places the result of expression evaluation in a JSP's PageContext.
 

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

Classes in com.bea.wlw.netui.tags.html that implement HtmlConstants
 class Anchor
           Generates a hyperlink to a specified URI.
 class Attribute
          Add an attribute to the parent tag which is being rendered
 class Base
          Provides the base for every URL on the page.
 class BindingUpdateErrors
          Renders the set of error messages found during the process of resolving data binding expressions ({pageFlow.firstname}, {request.firstname}, etc.).
 class Body
           
 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 CheckBoxGroup
          Groups a collection of CheckBoxOptions, and handles databinding of their values.
 class CheckBoxOption
          A checkbox whose state is determined by its enclosing CheckBoxGroup.
 class Content
          The Content tag is used to display text, or the result of an expression, to the page.
 class Error
          Renders an error message with a given error key value if that key can be found in the ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
 class Errors
          Renders the set of error messages found in the ActionErrors registered in the pageContext at org.apache.struts.action.Action.ERROR_KEY.
 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 FormatDate
          A formatter used to format dates.
 class FormatNumber
          A formatter used to format numbers.
 class FormatString
          A formatter used to format strings.
 class FormatTag
          Abstract base class for formatting tags.
 class GetNetuiTagName
          Returns the value of the tagId attribute.
 class Hidden
          Generates a hidden tag with a given value.
 class Html
          Generates the html element and performs error handling within its body.
 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 Node
          Instantiates a TreeNode object that will get added to the parent tag (either a Tree or another Node).
 class Parameter
          Writes a URL parameter to a URL on its parent tag.
 class ParameterMap
          Writes each in a map of URL parameters to a URL on its parent tag.
 class RadioButtonGroup
          Groups a collection of RadioButtonOptions, and handles databinding of their values.
 class RadioButtonOption
          A radio button whose state is determined by its enclosing RadioButtonGroup.
 class RewriteName
          Allow a tag name, typically either an id or name attribute, to participate in URL rewritting.
 class RewriteURL
          Allow a name, typically either an id or name attribute, to participate in URL rewritting.
 class ScriptContainer
          Acts as a container that will bundle up JavaScript created by other NetUI tags, and output it within a single <script> tag.
 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.
 class Tree
          Netui tag that renders a tree control represented by a set of TreeNode objects.
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.rendering
 

Classes in com.bea.wlw.netui.tags.rendering that implement HtmlConstants
 class AnchorTag
          Rendering for HTML anchor tags $lt;a>.
 class BaseTag
          Render the HTML <base> tag.
 class FormTag
          Renderthe HTML <form> element.
 class HtmlTag
          Renderthe HTML <form> element.
 class ImageTag
          Render the HTML <img> element.
 class InputBooleanTag
          Render and HTML <input> element of either type checkbox or radio.
 class InputFileTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputHiddenTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputImageTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputSubmitTag
          Body, Start Tag: required, End tag: forbidden Required href
 class InputTextTag
          Body, Start Tag: required, End tag: forbidden Required href
 class OptionTag
          Body, Start Tag: optional, End tag: optional Required href
 class SelectTag
          Body, Start Tag: optional, End tag: optional Required href
 class TextAreaTag
          Body, Start Tag: optional, End tag: optional Required href
 

Uses of HtmlConstants in com.bea.wlw.netui.tags.template
 

Classes in com.bea.wlw.netui.tags.template that implement HtmlConstants
 class IncludeSection
          Used within a template JSP page to define a placeholder for section content.
 class Section
          Used within a content page to provide content for a placeholder section defined within a template.
 class SetAttribute
          Set an Attribute value defined in a template.
 class Template
          This tags defines the template to use within a content page.
 class Visible
          Tag that turns on or off display of the body content based upon the visible state of the tag.
 


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