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

Serialized Form


Package com.bea.wlw.netui.databinding.exception

Class com.bea.wlw.netui.databinding.exception.RowIdentifierParseException extends RuntimeException implements Serializable


Package com.bea.wlw.netui.databinding.form

Class com.bea.wlw.netui.databinding.form.RowSetForm extends FormData implements Serializable

Serialized Fields

properties

List<E> properties

changes

List<E> changes

Class com.bea.wlw.netui.databinding.form.RowSetFormException extends Exception implements Serializable

Serialized Fields

localizedMessage

String localizedMessage

Package com.bea.wlw.netui.tags

Class com.bea.wlw.netui.tags.AbstractBaseTag extends javax.servlet.jsp.tagext.BodyTagSupport implements Serializable

Serialized Fields

initDocType

boolean initDocType

_errors

List<E> _errors

jsMap

Map<K,V> jsMap

styleMap

Map<K,V> styleMap

generalMap

Map<K,V> generalMap

generalExpressionMap

Map<K,V> generalExpressionMap

ee

ExpressionEvaluator ee

Class com.bea.wlw.netui.tags.DataSourceTag extends AbstractBaseTag implements Serializable

Serialized Fields

namingChain

List<E> namingChain
The namingChain list maintains a list of NamingInterceptors that will be used to assign the "name" attribute to Form fields. The "name" may need to be rewritten to fully qualify it as an expression or to do "container" qualification, for example.

The list must be managed carefully because of the web container's pooling and reuse of Tag instances. This list can not be made static because tags may add additional interceptors to their own lists, so one list of naming interceptors is not suitable for all tags.


dataSource

String dataSource

Class com.bea.wlw.netui.tags.DefaultableDataSourceTag extends DataSourceTag implements Serializable

Serialized Fields

defaultValue

String defaultValue
A String that contains or references the data to render for the default value of this tag.


results

Object results
An Object that contains the default value. Generally, this will be .toString()'ed by extending tags to create the default text to render, if necessary.

Class com.bea.wlw.netui.tags.JavaScriptUtils extends Object implements Serializable

Serialized Fields

_anchorFormSubmit

boolean _anchorFormSubmit

_rollover

boolean _rollover

_writeLookupMethods

boolean _writeLookupMethods

Class com.bea.wlw.netui.tags.OptionsDataSourceTag extends DefaultableDataSourceTag implements Serializable

Serialized Fields

optionsDataSource

String optionsDataSource
The value of the options data source.


results

Object results

Package com.bea.wlw.netui.tags.databinding

Class com.bea.wlw.netui.tags.databinding.SortFilterService extends Object implements Serializable

Serialized Fields

filterTerms

List<E> filterTerms

sortTerms

List<E> sortTerms

rowIds

List<E> rowIds

currentPages

Map<K,V> currentPages

unknownParams

Map<K,V> unknownParams

pageSize

int pageSize

Package com.bea.wlw.netui.tags.databinding.base

Class com.bea.wlw.netui.tags.databinding.base.StructuredBaseTag extends AbstractBaseTag implements Serializable

Serialized Fields

contentBuffer

weblogic.utils.UnsyncStringBuffer contentBuffer

Package com.bea.wlw.netui.tags.databinding.bundle

Class com.bea.wlw.netui.tags.databinding.bundle.DeclareBundle extends AbstractBaseTag implements Serializable

Serialized Fields

name

String name

bundlePath

String bundlePath

language

String language

country

String country

variant

String variant

Package com.bea.wlw.netui.tags.databinding.cellrepeater

Class com.bea.wlw.netui.tags.databinding.cellrepeater.CellRepeater extends DataSourceTag implements Serializable

Serialized Fields

dataList

List<E> dataList

currentItem

Object currentItem

currentIndex

int currentIndex

currentRow

int currentRow

currentColumn

int currentColumn

styleContext

StyleContext styleContext

valid

boolean valid

contentBuffer

weblogic.utils.UnsyncStringBuffer contentBuffer

verticalRepeat

boolean verticalRepeat

rows

int rows

columns

int columns

columnsString

String columnsString

rowsString

String rowsString

Package com.bea.wlw.netui.tags.databinding.grid

Class com.bea.wlw.netui.tags.databinding.grid.Columns extends GridComponent implements Serializable

Serialized Fields

sortAction

String sortAction

filterAction

String filterAction

styleClassPrefix

String styleClassPrefix

sortable

boolean sortable

filterable

boolean filterable

Class com.bea.wlw.netui.tags.databinding.grid.Grid extends DataSourceTag implements Serializable

Serialized Fields

gridContext

GridContext gridContext

contentBuffer

weblogic.utils.UnsyncStringBuffer contentBuffer

currentState

int currentState

autoRender

boolean autoRender

imageRoot

String imageRoot

localErrors

ArrayList<E> localErrors

Class com.bea.wlw.netui.tags.databinding.grid.GridComponent extends StructuredBaseTag implements Serializable

Serialized Fields

gridContext

GridContext gridContext

grid

Grid grid

Package com.bea.wlw.netui.tags.databinding.grid.column

Class com.bea.wlw.netui.tags.databinding.grid.column.AnchorColumn extends ImageColumn implements Serializable

Serialized Fields

action

String action

href

String href

params

Map<K,V> params

target

String target

addRowId

boolean addRowId

Class com.bea.wlw.netui.tags.databinding.grid.column.BasicColumn extends SortFilterColumn implements Serializable

Serialized Fields

name

String name

title

String title

Class com.bea.wlw.netui.tags.databinding.grid.column.ExpressionColumn extends FormattableColumn implements Serializable

Serialized Fields

title

String title

value

String value

Class com.bea.wlw.netui.tags.databinding.grid.column.FormattableColumn extends GridColumn implements Serializable

Serialized Fields

formatters

List<E> formatters

Class com.bea.wlw.netui.tags.databinding.grid.column.GridColumn extends GridComponent implements Serializable

Serialized Fields

columns

Columns columns
The parent <columns/> tag that must contain grid columns.


styleClassPrefix

String styleClassPrefix
A String prefix appended to the style key for each region of the column.

Class com.bea.wlw.netui.tags.databinding.grid.column.ImageColumn extends SortFilterColumn implements Serializable

Serialized Fields

alt

String alt

height

String height

src

String src

width

String width

border

int border

Class com.bea.wlw.netui.tags.databinding.grid.column.SortFilterColumn extends FormattableColumn implements Serializable

Serialized Fields

sortAction

String sortAction

filterAction

String filterAction

sortable

Boolean sortable

filterable

Boolean filterable

name

String name

title

String title

titleText

String titleText

Package com.bea.wlw.netui.tags.databinding.grid.datacontext

Class com.bea.wlw.netui.tags.databinding.grid.datacontext.DataContextException extends Exception implements Serializable

Serialized Fields

localizedMessage

String localizedMessage

Class com.bea.wlw.netui.tags.databinding.grid.datacontext.NoSuchDataException extends RuntimeException implements Serializable


Package com.bea.wlw.netui.tags.databinding.grid.pager

Class com.bea.wlw.netui.tags.databinding.grid.pager.Pager extends GridComponent implements Serializable

Serialized Fields

renderInHeader

boolean renderInHeader

renderInFooter

boolean renderInFooter

action

String action

pageSize

int pageSize

Package com.bea.wlw.netui.tags.databinding.grid.style

Class com.bea.wlw.netui.tags.databinding.grid.style.GridStyle extends GridComponent implements Serializable

Serialized Fields

gridStyleContext

GridStyleContext gridStyleContext

Package com.bea.wlw.netui.tags.databinding.invoke

Class com.bea.wlw.netui.tags.databinding.invoke.AbstractCallMethod extends AbstractBaseTag implements Serializable

Serialized Fields

parameters

List<E> parameters

method

String method

failOnError

boolean failOnError

resultId

String resultId

verifyTypes

boolean verifyTypes

Class com.bea.wlw.netui.tags.databinding.invoke.CallControl extends AbstractCallMethod implements Serializable

Serialized Fields

controlId

String controlId

Class com.bea.wlw.netui.tags.databinding.invoke.CallMethod extends AbstractCallMethod implements Serializable

Serialized Fields

object

String object

Class com.bea.wlw.netui.tags.databinding.invoke.CallPageFlow extends CallMethod implements Serializable

Class com.bea.wlw.netui.tags.databinding.invoke.DeclareControl extends AbstractBaseTag implements Serializable

Serialized Fields

type

String type

controlId

String controlId

Class com.bea.wlw.netui.tags.databinding.invoke.MethodParameter extends AbstractBaseTag implements Serializable

Serialized Fields

isNull

boolean isNull

value

String value

actualValue

Object actualValue

type

String type

Class com.bea.wlw.netui.tags.databinding.invoke.ObjectNotFoundException extends Exception implements Serializable

Serialized Fields

objectName

String objectName

Package com.bea.wlw.netui.tags.databinding.message

Class com.bea.wlw.netui.tags.databinding.message.Message extends AbstractBaseTag implements Serializable

Serialized Fields

resultId

String resultId

value

String value

argList

List<E> argList

Class com.bea.wlw.netui.tags.databinding.message.MessageArg extends AbstractBaseTag implements Serializable

Serialized Fields

value

String value

Package com.bea.wlw.netui.tags.databinding.pageinput

Class com.bea.wlw.netui.tags.databinding.pageinput.DeclarePageInput extends AbstractBaseTag implements Serializable

Serialized Fields

type

String type

name

String name

Package com.bea.wlw.netui.tags.databinding.repeater

Class com.bea.wlw.netui.tags.databinding.repeater.Repeater extends DataSourceTag implements Serializable

Serialized Fields

have

int have

defaultText

String defaultText

currentIndex

int currentIndex

currentItem

Object currentItem

iterator

Iterator<E> iterator

padContext

PadContext padContext

renderState

int renderState

contentBuffer

weblogic.utils.UnsyncStringBuffer contentBuffer

ignoreNulls

boolean ignoreNulls

renderedItems

int renderedItems

Class com.bea.wlw.netui.tags.databinding.repeater.RepeaterComponent extends StructuredBaseTag implements Serializable

Serialized Fields

repeater

Repeater repeater

Class com.bea.wlw.netui.tags.databinding.repeater.RepeaterFooter extends RepeaterComponent implements Serializable

Class com.bea.wlw.netui.tags.databinding.repeater.RepeaterHeader extends RepeaterComponent implements Serializable

Class com.bea.wlw.netui.tags.databinding.repeater.RepeaterItem extends RepeaterComponent implements Serializable

Serialized Fields

haveChoice

boolean haveChoice

haveChoiceMethod

boolean haveChoiceMethod

renderedItem

boolean renderedItem

selected

Object selected

choiceValue

Object choiceValue

choices

List<E> choices

renderState

int renderState

stopRendering

boolean stopRendering

choiceMethodCount

int choiceMethodCount

Package com.bea.wlw.netui.tags.databinding.repeater.choice

Class com.bea.wlw.netui.tags.databinding.repeater.choice.Choice extends RepeaterComponent implements Serializable

Serialized Fields

repeaterItem

RepeaterItem repeaterItem

value

String value

defaultItem

boolean defaultItem

actualValue

Object actualValue

Class com.bea.wlw.netui.tags.databinding.repeater.choice.ChoiceMethod extends CallMethod implements Serializable

Serialized Fields

object

String object

repeaterItem

RepeaterItem repeaterItem

Package com.bea.wlw.netui.tags.databinding.repeater.pad

Class com.bea.wlw.netui.tags.databinding.repeater.pad.Pad extends RepeaterComponent implements Serializable

Serialized Fields

padText

String padText

minRepeatString

String minRepeatString

maxRepeatString

String maxRepeatString

setPadTextProp

boolean setPadTextProp

maxRepeat

int maxRepeat

minRepeat

int minRepeat

Package com.bea.wlw.netui.tags.databinding.script

Class com.bea.wlw.netui.tags.databinding.script.GetData extends AbstractBaseTag implements Serializable

Serialized Fields

value

String value

resultId

String resultId

Package com.bea.wlw.netui.tags.html

Class com.bea.wlw.netui.tags.html.Anchor extends AbstractBaseTag implements Serializable

Serialized Fields

_state

AnchorTag.State _state

text

String text

action

String action

href

String href

forward

String forward

linkName

String linkName

formSubmit

boolean formSubmit

target

String target

hrefValue

String hrefValue

location

String location

tagId

String tagId

params

Map<K,V> params

id

String id

page

String page
The module-relative page URL (beginning with a slash) to which this hyperlink will be rendered.

Class com.bea.wlw.netui.tags.html.Attribute extends AbstractBaseTag implements Serializable

Serialized Fields

_name

String _name

_value

String _value

Class com.bea.wlw.netui.tags.html.Base extends AbstractBaseTag implements Serializable

Serialized Fields

_state

BaseTag.State _state
The default target window for every link that does not have an explicit target reference

Class com.bea.wlw.netui.tags.html.BindingUpdateErrors extends AbstractBaseTag implements Serializable

Serialized Fields

_expression

String _expression

_alwaysReport

boolean _alwaysReport

Class com.bea.wlw.netui.tags.html.Body extends AbstractBaseTag implements Serializable

Serialized Fields

_state

BodyTag.State _state

_text

String _text

Class com.bea.wlw.netui.tags.html.Button extends AbstractBaseTag implements Serializable

Serialized Fields

_state

InputSubmitTag.State _state

text

String text
The body content of this tag (if any).


action

String action
The action of this button. If an action is specified for this button, it will override the action of the enclosing Form tag.


value

String value
The text of the button (this will override any body text).


tagId

String tagId

disabled

String disabled

params

Map<K,V> params

Class com.bea.wlw.netui.tags.html.CheckBox extends DefaultableDataSourceTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_hiddenState

InputHiddenTag.State _hiddenState

checked

Boolean checked
Whether the checkBox is checked or not.


tagId

String tagId

disabled

String disabled

Class com.bea.wlw.netui.tags.html.CheckBoxGroup extends OptionsDataSourceTag implements Serializable

Serialized Fields

_inputState

InputBooleanTag.State _inputState

_spanState

SpanTag.State _spanState

_hiddenState

InputHiddenTag.State _hiddenState

reportDefaultWarning

boolean reportDefaultWarning

defaultSelections

List<E> defaultSelections

tagId

String tagId

disabled

String disabled

childSequenceNumber

int childSequenceNumber

_style

String _style

_styleClass

String _styleClass

match

String[] match
The actual values we will match against, calculated in doStartTag().

Exclude:

labelStyle

String labelStyle
The style of the label for each contained CheckBoxOption.

Exclude:

labelStyleClass

String labelStyleClass
The style class of the label for each contained CheckBoxOption.

Exclude:

saveBody

String saveBody
The saved body content of this tag.

Exclude:

useDefault

boolean useDefault
Exclude:

Class com.bea.wlw.netui.tags.html.CheckBoxOption extends AbstractBaseTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_spanState

SpanTag.State _spanState

parentCBG

CheckBoxGroup parentCBG

optionValue

String optionValue

tagId

String tagId

text

String text
The message text to be displayed to the user for this tag (if any)


labelStyle

String labelStyle
The style of the label for each contained CheckBoxOption.


labelStyleClass

String labelStyleClass
The style class of the label for each contained CheckBoxOption.

Exclude:

value

String value
The server value for this checkbox, also used to match against the current property value to determine whether this checkbox should be marked as checked.

Class com.bea.wlw.netui.tags.html.Content extends AbstractBaseTag implements Serializable

Serialized Fields

text

String text

defaultValue

String defaultValue

defaultValueResults

Object defaultValueResults

value

String value
The value for this content. If this is an expression, the result of the expression is output. If this is a literal, that literal will be output.

Class com.bea.wlw.netui.tags.html.Error extends AbstractBaseTag implements Serializable

Serialized Fields

bundle

String bundle
The message bundle where the error messages can be found. This defaults to org.apache.struts.action.Action.MESSAGES_KEY.


locale

String locale
The session attribute key for the locale. This defaults to org.apache.struts.action.Action.LOCALE_KEY.


value

String value
The value for getting the error key. This is either a keyname or an expression which gets the key name.


errorKey

String errorKey

Class com.bea.wlw.netui.tags.html.Errors extends AbstractBaseTag implements Serializable

Serialized Fields

bundle

String bundle
The message bundle where the error messages can be found. This defaults to org.apache.struts.action.Action.MESSAGES_KEY.


locale

String locale
The session attribute key for the locale. This defaults to org.apache.struts.action.Action.LOCALE_KEY.

Class com.bea.wlw.netui.tags.html.Exceptions extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

showMessage

boolean showMessage
Determines whether or not the message of the exception should be shown. Defaults to true.


showStackTrace

boolean showStackTrace
Determines whether or not the stack trace of the exception should be shown. Defaults to false.

Class com.bea.wlw.netui.tags.html.FileUpload extends DataSourceTag implements Serializable

Serialized Fields

_state

InputFileTag.State _state

accept

String accept

readonly

boolean readonly

size

String size

tagId

String tagId

Class com.bea.wlw.netui.tags.html.Form extends AbstractBaseTag implements Serializable

Serialized Fields

_state

FormTag.State _state

_hiddenState

InputHiddenTag.State _hiddenState

appConfig

org.apache.struts.config.ModuleConfig appConfig
The application configuration for our module.

Exclude:

enctype

String enctype
The content encoding to be used on a post submit.


focus

String focus
The name of the field to receive focus, if any.


location

String location
The location hash to append to the url.


mapping

org.apache.struts.action.ActionMapping mapping
The ActionMapping defining where we will be submitting this form

Exclude:

method

String method
The request method used when submitting this form.


name

String name
The attribute key under which our associated bean is stored.


scope

String scope
The scope (request or session) under which our associated bean is stored.


servlet

org.apache.struts.action.ActionServlet servlet
The ActionServlet instance we are associated with (so that we can initialize the servlet property on any form bean that we create).

Exclude:

target

String target
The window target.


text

String text
The body content of this tag (if any).

Exclude:

beanName

String beanName
The name of the form bean to (create and) use. This is either the same as the 'name' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.

Exclude:

beanType

String beanType
The type of the form bean to (create and) use. This is either the same as the 'type' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.


beanScope

String beanScope
The scope of the form bean to (create and) use. This is either the same as the 'scope' attribute, if that was specified, or is obtained from the associated ActionMapping otherwise.


type

String type
The Java class name of the bean to be created, if necessary.


action

String action

params

Map<K,V> params

focusMap

HashMap<K,V> focusMap

tagId

String tagId

realName

String realName

setRealName

boolean setRealName

formId

String formId

Class com.bea.wlw.netui.tags.html.FormatDate extends FormatTag implements Serializable

Serialized Fields

_stringInput

String _stringInput

Class com.bea.wlw.netui.tags.html.FormatNumber extends FormatTag implements Serializable

Serialized Fields

type

String type
The type of number format to be used.

Class com.bea.wlw.netui.tags.html.FormatString extends FormatTag implements Serializable

Serialized Fields

truncate

boolean truncate
Whether or not pattern-exceeding characters should be dropped.

Class com.bea.wlw.netui.tags.html.FormatTag extends AbstractBaseTag implements Serializable

Serialized Fields

language

String language

country

String country

pattern

String pattern
The pattern used by a FormatTag to do its formatting.


patternValue

String patternValue
Exclude:

Class com.bea.wlw.netui.tags.html.GetNetuiTagName extends AbstractBaseTag implements Serializable

Serialized Fields

_tagId

String _tagId

Class com.bea.wlw.netui.tags.html.Hidden extends DataSourceTag implements Serializable

Serialized Fields

_state

InputHiddenTag.State _state

value

String value

tagId

String tagId

dataInput

String dataInput

Class com.bea.wlw.netui.tags.html.Html extends ScriptContainer implements Serializable

Serialized Fields

_state

HtmlTag.State _state

_br

TagRenderingBase _br

useLocale

boolean useLocale

saveBody

String saveBody

_errors

ArrayList<E> _errors

_containerErrors

ErrorReporter _containerErrors

dir

String dir

scopeId

String scopeId

uniqueId

int uniqueId

_rendering

int _rendering

_docType

String _docType

Class com.bea.wlw.netui.tags.html.Image extends AbstractBaseTag implements Serializable

Serialized Fields

_state

ImageTag.State _state

location

String location
The location hash to append to the url.


page

String page
The module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.


lowsrc

String lowsrc
The low resolution image source URI.


src

String src
The image source URI.


params

Map<K,V> params

id

String id

tagId

String tagId

srcValue

String srcValue

Class com.bea.wlw.netui.tags.html.ImageAnchor extends Anchor implements Serializable

Serialized Fields

_imgState

ImageTag.State _imgState

lowsrc

String lowsrc

rolloverImage

String rolloverImage

src

String src

srcValue

String srcValue

page

String page
The module-relative path, starting with a slash character, of the image to be displayed by this rendered tag.

Class com.bea.wlw.netui.tags.html.ImageButton extends AbstractBaseTag implements Serializable

Serialized Fields

_state

InputImageTag.State _state

align

String align
The alignment for this image.


page

String page
The module-relative URI of the image.


rolloverImage

String rolloverImage
The roll-over image of the ImageButton.


src

String src
The URL of this image.


value

String value
The value of the image.


id

String id

tagId

String tagId

srcValue

String srcValue

disabled

String disabled

Class com.bea.wlw.netui.tags.html.Label extends AbstractBaseTag implements Serializable

Serialized Fields

_state

SpanTag.State _state

defaultValue

String defaultValue

defaultValueResults

Object defaultValueResults

defaultLiteral

boolean defaultLiteral

escapeWhiteSpace

boolean escapeWhiteSpace

id

String id

tagId

String tagId

formatters

ArrayList<E> formatters
Exclude:

dataformatas

String dataformatas
The data format of the Label.


labelObject

Object labelObject
Exclude:

value

String value
The text of the Label.

Class com.bea.wlw.netui.tags.html.Node extends AbstractBaseTag implements Serializable

Serialized Fields

action

String action

expanded

String expanded

href

String href

icon

String icon

label

String label

node

TreeNode node

target

String target

Class com.bea.wlw.netui.tags.html.Parameter extends AbstractBaseTag implements Serializable

Serialized Fields

name

String name

value

String value

paramValue

Object paramValue

Class com.bea.wlw.netui.tags.html.ParameterMap extends AbstractBaseTag implements Serializable

Serialized Fields

map

String map

paramMap

Map<K,V> paramMap

Class com.bea.wlw.netui.tags.html.RadioButtonGroup extends OptionsDataSourceTag implements Serializable

Serialized Fields

_inputState

InputBooleanTag.State _inputState

_spanState

SpanTag.State _spanState

_style

String _style

_styleClass

String _styleClass

match

String match
The actual values we will match against, calculated in doStartTag().


saveBody

String saveBody
The saved body content of this tag.


defaultRadio

String defaultRadio

labelStyle

String labelStyle

labelStyleClass

String labelStyleClass

tagId

String tagId

disabled

String disabled

childSequenceNumber

int childSequenceNumber

Class com.bea.wlw.netui.tags.html.RadioButtonOption extends AbstractBaseTag implements Serializable

Serialized Fields

_state

InputBooleanTag.State _state

_spanState

SpanTag.State _spanState

text

String text
The message text to be displayed to the user for this tag (if any)


value

String value
The server value for this radiobutton, also used to match against the current property value to determine whether this radiobutton should be marked as selected.


labelStyle

String labelStyle

labelStyleClass

String labelStyleClass

parentRBG

RadioButtonGroup parentRBG

optionValue

String optionValue

tagId

String tagId

Class com.bea.wlw.netui.tags.html.RewriteName extends AbstractBaseTag implements Serializable

Serialized Fields

_name

String _name

_resultId

String _resultId

Class com.bea.wlw.netui.tags.html.RewriteURL extends AbstractBaseTag implements Serializable

Serialized Fields

url

String url

Class com.bea.wlw.netui.tags.html.ScriptContainer extends AbstractBaseTag implements Serializable

Serialized Fields

_saveBody

String _saveBody

_scopeId

String _scopeId

_funcBlocks

ArrayList<E> _funcBlocks

_codeBlocks

ArrayList<E> _codeBlocks

_idMap

HashMap<K,V> _idMap

_tagIdRefs

ArrayList<E> _tagIdRefs

_scriptWritten

boolean _scriptWritten

Class com.bea.wlw.netui.tags.html.Select extends OptionsDataSourceTag implements Serializable

Serialized Fields

_state

SelectTag.State _state

_optionState

OptionTag.State _optionState

_hiddenState

InputHiddenTag.State _hiddenState

defaultSelections

List<E> defaultSelections

formatters

ArrayList<E> formatters

match

String[] match

multiple

boolean multiple

saveBody

String saveBody

size

String size

nullableOptionText

String nullableOptionText

nullable

boolean nullable

optionList

ArrayList<E> optionList

tagId

String tagId

disabled

String disabled

childSequenceNumber

int childSequenceNumber

nullableTop

boolean nullableTop

Class com.bea.wlw.netui.tags.html.SelectOption extends AbstractBaseTag implements Serializable

Serialized Fields

_state

OptionTag.State _state

text

String text
The message text to be displayed to the user for this tag (if any)


disabled

String disabled

value

String value
The server value for this option, also used to match against the current property value to determine whether this option should be marked as selected.


parentSelect

Select parentSelect

hasError

boolean hasError

id

String id

tagId

String tagId

optionValue

String optionValue

Class com.bea.wlw.netui.tags.html.TextArea extends DefaultableDataSourceTag implements Serializable

Serialized Fields

_state

TextAreaTag.State _state

cols

String cols
The number of columns in the TextArea.


disabled

String disabled
Whether or not the TextArea is disabled


readonly

boolean readonly
The read-only status of the TextArea


rows

String rows
The number of row in the TextArea


formatters

ArrayList<E> formatters

tagId

String tagId

Class com.bea.wlw.netui.tags.html.TextBox extends DefaultableDataSourceTag implements Serializable

Serialized Fields

_state

InputTextTag.State _state

formatters

ArrayList<E> formatters

readonly

boolean readonly

size

String size

maxlength

String maxlength

textObject

Object textObject

password

boolean password

tagId

String tagId

disabled

String disabled

Class com.bea.wlw.netui.tags.html.Tree extends DataSourceTag implements Serializable

Serialized Fields

imageHandleDownLast

String imageHandleDownLast

imageHandleDownMiddle

String imageHandleDownMiddle

imageHandleRightLast

String imageHandleRightLast

imageHandleRightMiddle

String imageHandleRightMiddle

imageLineLast

String imageLineLast

imageLineMiddle

String imageLineMiddle

imageLineVertical

String imageLineVertical

action

String action
The hyperlink to be used for submitting requests to expand and contract tree nodes. The placeholder "${name}" will be replaced by the name property of the current tree node.


imageRoot

String imageRoot
The name of the directory containing the images for our icons, relative to the page including this tag.


rootNode

TreeNode rootNode

style

String style
The CSS style class to be applied to the entire tree.


styleSelected

String styleSelected
The CSS style class to be applied to the text of selected nodes.


styleUnselected

String styleUnselected
The CSS style class to be applied to the text of unselected nodes.


tree

String tree
The name of the attribute (in the specified scope) under which our TreeControl instance is stored.


treeNode

TreeNode treeNode

shouldExit

boolean shouldExit

Class com.bea.wlw.netui.tags.html.TreeNode extends Object implements Serializable

Serialized Fields

children

ArrayList<E> children
The set of child TreeControlNodes for this node, in the order that they should be displayed.


action

String action
The action invoked if this node is selected by the user.


expanded

boolean expanded
Is this node currently expanded?


href

String href

icon

String icon
The pathname to the icon file displayed when this node is visible, relative to the image directory for our images.


label

String label
The label that will be displayed when this node is visible.


last

boolean last
Is this the last node in the set of children for our parent node?


name

String name
The unique (within the entire tree) name of this node.


parent

TreeNode parent
The parent node of this node, or null if this is the root node.


selected

boolean selected
Is this node currently selected?


target

String target
The window target for the hyperlink identified by the action property, if this node is selected by the user.


width

int width
The display width necessary to display this item (if it is visible). If this item is not visible, the calculated width will be that of our most immediately visible parent.


Package com.bea.wlw.netui.tags.template

Class com.bea.wlw.netui.tags.template.Attribute extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

_name

String _name
The name of the attribute.


_defaultValue

String _defaultValue
Default value

Class com.bea.wlw.netui.tags.template.IncludeSection extends AbstractBaseTag implements Serializable

Serialized Fields

_name

String _name
The name of the section.


_default

String _default
The name of a JSP that will act as a default page

Class com.bea.wlw.netui.tags.template.Section extends AbstractBaseTag implements Serializable

Serialized Fields

_name

String _name
The name of the section.


_visible

boolean _visible
Is the section visible


_visExpr

String _visExpr
The expression version of visibility

Class com.bea.wlw.netui.tags.template.SetAttribute extends AbstractBaseTag implements Serializable

Serialized Fields

_name

String _name
The name of the attribute.


_value

String _value
The value of the attribute.

Class com.bea.wlw.netui.tags.template.Template extends AbstractBaseTag implements Serializable

Serialized Fields

_savedContext

Template.TemplateContext _savedContext
Saved context for the nested case


_fatalError

boolean _fatalError

_innerErrors

ErrorReporter _innerErrors
Inner class that is exposed to handle errors


_templatePage

String _templatePage
The URL of the template file...


_reportErrors

boolean _reportErrors
boolean indicating the error reporting.

Class com.bea.wlw.netui.tags.template.Visible extends AbstractBaseTag implements Serializable

Serialized Fields

_visible

boolean _visible
Is the section visible


_negate

boolean _negate

_visExpr

String _visExpr
The expression version of visibility


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