A B C D E F G H I J L M N O P R S T U V W

A

APPLICATION_ATTRIBUTE - Static variable in interface com.ivata.mask.web.field.FieldWriterFactory
Name of the attribute to set in the application scope.
AddFormatTag - class com.ivata.mask.web.tag.format.AddFormatTag.
Add a format to an HTMLFormatter.
AddFormatTag() - Constructor for class com.ivata.mask.web.tag.format.AddFormatTag
 
ApplyTag - class com.ivata.mask.web.tag.html.ApplyTag.
Overridden from SubmitTag for convenience, this tag creates a submit button with the name apply.
ApplyTag() - Constructor for class com.ivata.mask.web.tag.html.ApplyTag
 
AttributesWriter - class com.ivata.mask.web.field.AttributesWriter.
Stores and displays the attributes for an HTML field.
AttributesWriter(Field) - Constructor for class com.ivata.mask.web.field.AttributesWriter
Construct an attributes writer for the given field.
AttributesWriter(Field, String) - Constructor for class com.ivata.mask.web.field.AttributesWriter
Construct an attributes writer for the given field.
add(HTMLFormat) - Method in class com.ivata.mask.web.format.HTMLFormatter
Adds the format to the internal list of HTMLFormat instances this formatter holds.
addMaskTag(BaseHandlerTag, PageContext) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Implementation method.
appendAttribute(String, String) - Method in class com.ivata.mask.web.field.AttributesWriter
Append an attribute value, such as CSS class.
authenticate(HttpSession, boolean) - Method in class com.ivata.mask.web.struts.DefaultMaskAuthenticator
Always authenticates, by always returning null.
authenticate(HttpSession, boolean) - Method in interface com.ivata.mask.web.struts.MaskAuthenticator
This is the 'do it' method of this interface :-).

B

BaseTag - class com.ivata.mask.web.tag.html.BaseTag.
Overridden from Struts to let you specify a server and context as environment entries.
BaseTag() - Constructor for class com.ivata.mask.web.tag.html.BaseTag
 
Browser - class com.ivata.mask.web.browser.Browser.
This class identifies the capabilities of the web browser the client is using, from the user agent string.
Browser(String, String) - Constructor for class com.ivata.mask.web.browser.Browser
Construct an instance of the browser, using the user agent string provided to detect the browser's capabilities.
BrowserConstants - class com.ivata.mask.web.browser.BrowserConstants.
Just what the name says: this class contains constants used by Browser.
BrowserConstants() - Constructor for class com.ivata.mask.web.browser.BrowserConstants
 
BufferAppendTag - class com.ivata.mask.web.tag.util.BufferAppendTag.
Appends the JSP contents to a StringBuffer.
BufferAppendTag() - Constructor for class com.ivata.mask.web.tag.util.BufferAppendTag
 
ButtonTag - class com.ivata.mask.web.tag.html.ButtonTag.
Overrides an HTML <input type=button> tag, by overriding the class from Struts .
ButtonTag() - Constructor for class com.ivata.mask.web.tag.html.ButtonTag
 

C

CSS_COMBO - Static variable in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
This is the style class used for combo (single choice) lists.
CSS_LIST - Static variable in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
This is the style class used for multiple choice lists.
CancelTag - class com.ivata.mask.web.tag.html.CancelTag.
Overrides an HTML <input type=submit> tag, by overriding the class from Struts .
CancelTag() - Constructor for class com.ivata.mask.web.tag.html.CancelTag
 
CaseFormat - class com.ivata.mask.web.format.CaseFormat.
Convert a string to upper or lower case.
CaseFormat() - Constructor for class com.ivata.mask.web.format.CaseFormat
 
CharacterEntityFormat - class com.ivata.mask.web.format.CharacterEntityFormat.
Convert characters to their HTML character entity equivalents.
CharacterEntityFormat() - Constructor for class com.ivata.mask.web.format.CharacterEntityFormat
Default constructor.
CheckboxTag - class com.ivata.mask.web.tag.html.CheckboxTag.
Overrides an HTML <input type=checkbox> tag, by overriding the class from Struts .
CheckboxTag() - Constructor for class com.ivata.mask.web.tag.html.CheckboxTag
 
ClearTag - class com.ivata.mask.web.tag.html.ClearTag.
Overridden from SubmitTag for convenience, this tag creates a submit button with the name new or Clear.
ClearTag() - Constructor for class com.ivata.mask.web.tag.html.ClearTag
 
CollectionAddTag - class com.ivata.mask.web.tag.util.CollectionAddTag.
This class is a wrapper tag to Collection.add.
CollectionAddTag() - Constructor for class com.ivata.mask.web.tag.util.CollectionAddTag
Default constructor.
calculateURL() - Method in class com.ivata.mask.web.tag.html.LinkTag
Return the complete URL to which this hyperlink will direct the user.
canDisplayFrames() - Method in class com.ivata.mask.web.browser.Browser
Detect whether or not the browser can display frames.
canDisplayIFrames() - Method in class com.ivata.mask.web.browser.Browser
Detect whether or not the browser can display <iframe&bt; tags.
canDisplayMarquee() - Method in class com.ivata.mask.web.browser.Browser
Detect whether or not the browser can display <marquee&bt; tags.
clear() - Method in class com.ivata.mask.web.struts.DialogForm
Clear all bean properties to their default state.The difference between this and reset is that all properties are changed, regardless of current request state.
clear() - Method in class com.ivata.mask.web.struts.InputMaskForm
Clear all bean properties to their default state.The difference between this and reset is that all properties are changed, regardless of current request state.
clear() - Method in class com.ivata.mask.web.struts.ListForm
Clear all bean properties to their default state.The difference between this and reset is that all properties are changed, regardless of current request state.
clear(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.MaskAction
Called when the clear button is pressed, or after an ok or delete button, where the session should be restored to its default state.
clear() - Method in class com.ivata.mask.web.struts.MaskForm
Refer to .
com.ivata.mask.web.browser - package com.ivata.mask.web.browser
 
com.ivata.mask.web.field - package com.ivata.mask.web.field
 
com.ivata.mask.web.field.hidden - package com.ivata.mask.web.field.hidden
 
com.ivata.mask.web.field.text - package com.ivata.mask.web.field.text
 
com.ivata.mask.web.field.valueobject - package com.ivata.mask.web.field.valueobject
 
com.ivata.mask.web.format - package com.ivata.mask.web.format
 
com.ivata.mask.web.javascript - package com.ivata.mask.web.javascript
 
com.ivata.mask.web.struts - package com.ivata.mask.web.struts
 
com.ivata.mask.web.struts.util - package com.ivata.mask.web.struts.util
 
com.ivata.mask.web.tag - package com.ivata.mask.web.tag
 
com.ivata.mask.web.tag.format - package com.ivata.mask.web.tag.format
 
com.ivata.mask.web.tag.html - package com.ivata.mask.web.tag.html
 
com.ivata.mask.web.tag.util - package com.ivata.mask.web.tag.util
 
createAction(String, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Override this method to define how to create actions in your environment.
createAction(String, HttpServletRequest, HttpServletResponse, ActionMapping, Map, ActionServlet) - Method in class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Override this method to define how to create actions in your environment.
createAction(String, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Override this method to define how to create actions in your environment.
createActionForm(FormBeanConfig, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Override this method to define how to create action forms in your environment.
createActionForm(FormBeanConfig, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Override this method to define how to create action forms in your environment.
createActionForm(FormBeanConfig, HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Override this method to define how to create action forms in your environment.
createInputMaskForm(HttpServletRequest, ValueObject, Mask, Class) - Method in class com.ivata.mask.web.struts.FindAction
Override this method to create a different class of input mask form.
createInputMaskForm(HttpServletRequest, ValueObject, Mask, Class) - Method in class com.ivata.mask.web.struts.NewAction
Override this method to create a different class of input mask form.

D

DATE_INPUT - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Specifies input format for date, should be less strict that DATE_INPUT_DISPLAY.
DATE_INPUT_DISPLAY - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
This format specifies the format of dates shown to the user after he enters a correct date, should be more specific as DATE_INPUT.
DATE_LONG - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a long date format.
DATE_LONG_DAY - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a long date format which includes the day of the week.
DATE_LONG_YEAR - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a long date format which includes the year.
DATE_RELATIVE - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
This creates a format which depends on how close the date is to the current date.
DATE_SHORT - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a short date format.
DATE_SHORT_RELATIVE - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
This creates a format which depends on how close the date is to the current date.
DATE_SHORT_YEAR - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a short date format.
DEFAULT_DISPLAY_VALUE - Static variable in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
This is the value which is output as a default.
DEFAULT_VALUE - Static variable in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
This is the value which is output as a default.
DateFormatter - interface com.ivata.mask.web.format.DateFormatter.
This interface defines a formatter which is used to parse dates in a standard way, system-wide.
DateFormatterConstants - class com.ivata.mask.web.format.DateFormatterConstants.
Contains all of the constants defining date formats used in SettingDateFormatter.
DateFormatterConstants() - Constructor for class com.ivata.mask.web.format.DateFormatterConstants
 
DateFormatterException - exception com.ivata.mask.web.format.DateFormatterException.
An instance of this class gets thrown if there is any formatting exception in the SettingDateFormatter.
DateFormatterException(String) - Constructor for class com.ivata.mask.web.format.DateFormatterException
Creates a new instance of DateFormatterException.
DateFormatterException(Throwable) - Constructor for class com.ivata.mask.web.format.DateFormatterException
Creates a new instance of DateFormatterException.
DefaultFieldWriterFactory - class com.ivata.mask.web.field.DefaultFieldWriterFactory.
Use this utility class to generate an appropriate field writer for a given mask and field.
DefaultFieldWriterFactory(PersistenceManager, String) - Constructor for class com.ivata.mask.web.field.DefaultFieldWriterFactory
Construct a writer factory.
DefaultMaskAuthenticator - class com.ivata.mask.web.struts.DefaultMaskAuthenticator.
This class let's all user sessions be authenticated.
DefaultMaskAuthenticator() - Constructor for class com.ivata.mask.web.struts.DefaultMaskAuthenticator
 
DeleteTag - class com.ivata.mask.web.tag.html.DeleteTag.
Overridden from SubmitTag for convenience, this tag creates a submit button with the name deleteWarn.
DeleteTag() - Constructor for class com.ivata.mask.web.tag.html.DeleteTag
 
DialogForm - class com.ivata.mask.web.struts.DialogForm.
This form contains buttons and attributes commonly required in ivata masks forms.
DialogForm() - Constructor for class com.ivata.mask.web.struts.DialogForm
 
doAfterBody() - Method in class com.ivata.mask.web.tag.format.FormatTag
Here the contents of the tag are formatted using the HTMLFormatter provided.
doAfterBody() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Overriddent to analyze the tag body and use it as the body of the iframe if present.
doAfterBody() - Method in class com.ivata.mask.web.tag.util.BufferAppendTag
This method is called after the JSP engine processes the body content of the tag.
doAfterBody() - Method in class com.ivata.mask.web.tag.util.ForEachTag
Refer to IterationTag#doAfterBody.
doAfterBody() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
This method is called after the JSP engine processes the body content of the tag.
doEndTag() - Method in class com.ivata.mask.web.tag.html.ButtonTag
Overridden to reset mask properties.
doEndTag() - Method in class com.ivata.mask.web.tag.html.CancelTag
Overridden to reset mask properties.
doEndTag() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.FormTag
Overridden to stop the superclass writing, if this form refers to another one.
doEndTag() - Method in class com.ivata.mask.web.tag.html.HelpTag
Overridden to output the JavaScript and input button.
doEndTag() - Method in class com.ivata.mask.web.tag.html.HiddenTag
Overridden to reset mask properties.
doEndTag() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Overridden to actually output the HTML code on the basis of the input parameters.
doEndTag() - Method in class com.ivata.mask.web.tag.html.ImgTag
Overridden to null the width and height values to prevent their reuse.
doEndTag() - Method in class com.ivata.mask.web.tag.html.LabelTag
Overridden to reset mask properties.
doEndTag() - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.OptionTag
Overridden to add the title attribute and set the value in text in the surrounding select tag.
doEndTag() - Method in class com.ivata.mask.web.tag.html.PasswordTag
Overridden to set title and value attributes from keys.
doEndTag() - Method in class com.ivata.mask.web.tag.html.RadioTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.ResetTag
Overridden to reset mask properties.
doEndTag() - Method in class com.ivata.mask.web.tag.html.SelectTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.SubmitTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.TextTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.html.TextareaTag
Overridden to check whether or not the field is read only, and to apply mandatory field attributes.
doEndTag() - Method in class com.ivata.mask.web.tag.util.BufferAppendTag
This method is called after the JSP engine finished processing the tag.
doEndTag() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
This method is called after the JSP engine finished processing the tag.
doStartTag() - Method in class com.ivata.mask.web.tag.FieldLabelTag
Called when the tag is first encountered.
doStartTag() - Method in class com.ivata.mask.web.tag.FieldTag
Called when the tag is first encountered.
doStartTag() - Method in class com.ivata.mask.web.tag.format.AddFormatTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.format.FormatDateTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.format.FormatTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ApplyTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ButtonTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.CancelTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Overridden to call MaskProperties initialization.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ClearTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.DeleteTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ErrorsTag
Overridden from the Struts tag to output error messages even if there is no message.
doStartTag() - Method in class com.ivata.mask.web.tag.html.FormTag
Overridden to stop the superclass writing, if this form refers to another one.
doStartTag() - Method in class com.ivata.mask.web.tag.html.HTMLTag
Overridden to output the DOCTYPE tag.
doStartTag() - Method in class com.ivata.mask.web.tag.html.HiddenTag
Refer to Tag.doStartTag().
doStartTag() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Overridden to prevent the superclass implementation from executing.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ImgTag
Overridden to set the value of height and width , when not specified in input parameters.
doStartTag() - Method in class com.ivata.mask.web.tag.html.LabelTag
Overridden to call MaskProperties initialization.
doStartTag() - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Overridden to call MaskProperties initialization.
doStartTag() - Method in class com.ivata.mask.web.tag.html.OkTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.PasswordTag
Overridden to remove any value from the password.
doStartTag() - Method in class com.ivata.mask.web.tag.html.RadioTag
Overridden to call MaskProperties initialization.
doStartTag() - Method in class com.ivata.mask.web.tag.html.ResetTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.RewriteTag
Refer to RewriteTag.doStartTag().
doStartTag() - Method in class com.ivata.mask.web.tag.html.SelectTag
Overridden to provide mandatory/readony fuctionality.
doStartTag() - Method in class com.ivata.mask.web.tag.html.SubmitTag
Overridden to set the value and title strings to the values represented by the localized keys in this class.
doStartTag() - Method in class com.ivata.mask.web.tag.html.TextTag
Overridden to provide mandatory/readony fuctionality.
doStartTag() - Method in class com.ivata.mask.web.tag.html.TextareaTag
Overridden to provide mandatory/read-only functionality.
doStartTag() - Method in class com.ivata.mask.web.tag.util.CollectionAddTag
Performs the action of adding the value supplied to the Collection.
doStartTag() - Method in class com.ivata.mask.web.tag.util.ForEachTag
Refer to Tag#doStartTag.
doStartTag() - Method in class com.ivata.mask.web.tag.util.MapClearTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.util.MapTag
This method is called when the JSP engine encounters the start tag, after the attributes are processed.
doStartTag() - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
This is where the property actually gets set, whent the class encounters the closed, start tag.

E

ErrorsTag - class com.ivata.mask.web.tag.html.ErrorsTag.
The standard Struts errors tag does not output anything if the error message is missing.
ErrorsTag() - Constructor for class com.ivata.mask.web.tag.html.ErrorsTag
 
execute(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.FindAction
Generic method called by the Struts interface.
execute(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.InputMaskAction
Overridden to trap the Clear/New button.
execute(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.ListAction
This method does all the hard work, preparing objects for display in the list.
execute(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.MaskAction
Called from the other execute method, this can be overridden by each subclass to provide the ivata -specific processing required.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.ivata.mask.web.struts.MaskAction
Generic method called by the Struts interface.
execute(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession) - Method in class com.ivata.mask.web.struts.NewAction
Generic method called by the Struts interface.
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class com.ivata.mask.web.struts.SuccessAction
Generic method called by the Struts interface.

F

FIELD_PREFIX - Static variable in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This is prepended to fields to get their message resource string.
FORMAT_HTML - Static variable in class com.ivata.mask.web.format.FormatConstants
Identifies text with HTML tags in input text-areas.
FORMAT_TEXT - Static variable in class com.ivata.mask.web.format.FormatConstants
Identifies clear text in input text-areas.
FieldLabelTag - class com.ivata.mask.web.tag.FieldLabelTag.
Creates an input field, or displays the value for a field.
FieldLabelTag() - Constructor for class com.ivata.mask.web.tag.FieldLabelTag
 
FieldTag - class com.ivata.mask.web.tag.FieldTag.
Creates an input field, or displays the value for a field.
FieldTag() - Constructor for class com.ivata.mask.web.tag.FieldTag
 
FieldWriter - interface com.ivata.mask.web.field.FieldWriter.
Each field writer is responsble for writing out a single field value, given the value object.
FieldWriterConstants - class com.ivata.mask.web.field.FieldWriterConstants.
Stores constant strings or magic numbers used in the field writers.
FieldWriterFactory - interface com.ivata.mask.web.field.FieldWriterFactory.
Use implementations of this interface to generate an appropriate field writer for a given mask and field.
FindAction - class com.ivata.mask.web.struts.FindAction.
View a value object in a mask for display or deletion.
FindAction(PersistenceManager, MaskFactory, MaskAuthenticator) - Constructor for class com.ivata.mask.web.struts.FindAction
Create a new AddAction with the given value object locator.
ForEachTag - class com.ivata.mask.web.tag.util.ForEachTag.
Loop increasing a counter nCounter until it reaches to (inclusive).
ForEachTag() - Constructor for class com.ivata.mask.web.tag.util.ForEachTag
 
FormTag - class com.ivata.mask.web.tag.html.FormTag.
Overrides an HTML <form> tag, by overriding the class from Struts .
FormTag() - Constructor for class com.ivata.mask.web.tag.html.FormTag
 
FormatConstants - class com.ivata.mask.web.format.FormatConstants.
Constants used to identify different text and HTML formats.
FormatDateTag - class com.ivata.mask.web.tag.format.FormatDateTag.
This class wraps the DateFormatter class, so that you can call DateFormatter.format as a JSP tag.
FormatDateTag() - Constructor for class com.ivata.mask.web.tag.format.FormatDateTag
 
FormatTag - class com.ivata.mask.web.tag.format.FormatTag.
This class wraps the HTMLFormatter class, so that you can call HTMLFormatter.format as a JSP tag.
FormatTag() - Constructor for class com.ivata.mask.web.tag.format.FormatTag
 
findFormat(Class) - Method in class com.ivata.mask.web.format.HTMLFormatter
Locates a format in the object, identified by class.
format(String) - Method in class com.ivata.mask.web.format.CaseFormat
Converts the given text to either upper or lower (default) case, depending on the setting of lower.
format(String) - Method in class com.ivata.mask.web.format.CharacterEntityFormat
Convert the character entities in the text provided.
format(Date) - Method in interface com.ivata.mask.web.format.DateFormatter
Format the date provided as a string.
format(String) - Method in interface com.ivata.mask.web.format.HTMLFormat
This method actually achieves the formatting and is overridden by each add-in.
format(String) - Method in class com.ivata.mask.web.format.HTMLFormatter
This is the most important method of all.
format(String) - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
Takes the text provided and prepends the character defined in setCharacterthe number of times defined in setCount.
format(String) - Method in class com.ivata.mask.web.format.LineBreakFormat
Convert all line breaks in the text provided to <br/> tags, and prepend a string to new each line.
format(String) - Method in class com.ivata.mask.web.format.LinkFormat
Convert all URLs in the text provided into HTML 'anchor' links.
format(String) - Method in class com.ivata.mask.web.format.MaximumLengthFormat
Format the string given in hTMLText to the maximum length provided by calling setMaxLength.
format(String) - Method in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Format the string given in hTMLText to the maximum length provided by calling setMaxLength.
format(String) - Method in class com.ivata.mask.web.format.SearchReplaceFormat
Format the string given in hTMLText replacing all occurrences of the string set by setSearch with the string set by setReplace.
format(String) - Method in class com.ivata.mask.web.format.StripTagFormat
Takes the text provided and strips all of the tags out, as set by setTagName.
format(String) - Method in class com.ivata.mask.web.format.URLFormat
Convert the given URL by converting the disallowed characters into two-byte hex representations, preceded by '%'.
format(String) - Method in class com.ivata.mask.web.format.WordWrapFormat
Format the string given in hTMLText, wrapped to the column provided by calling setWordWrapColumn.

G

getActionPage() - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Page of the Struts action to which we'll link value objects to.
getAfterText() - Method in class com.ivata.mask.web.tag.html.LabelTag
Text to appear after the label.
getAlign() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Alignment of the iframe contents.
getAllValueObjects() - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
All possible value objects to display in a list - for a choice.
getApply() - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, specifies that the form contents should be amended/added and the window left open.
getArgs() - Method in class com.ivata.mask.web.tag.html.LabelTag
 
getAsNewButton() - Method in class com.ivata.mask.web.tag.html.ClearTag
If true, then this is a New button.
getAttribute(String) - Method in class com.ivata.mask.web.field.AttributesWriter
Get an attribute value.
getAttributeNotNull(String, Object) - Static method in class com.ivata.mask.web.format.HTMLFormatter
If the object is not null, fill the attribute with this value otherwise return nothing.
getAttributesWriter() - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Access the attributes writer, which is responsible for converting the field attributes into text.
getAttributesWriter() - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Access the attributes writer, which is responsible for converting the field attributes into text.
getAttributesWriter() - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Access the attributes writer, which is responsible for converting the field attributes into text.
getAuthenticator() - Method in class com.ivata.mask.web.struts.MaskAction
This mask authenticator will be used to confirm whether or not the user should be allowed to continue.
getBaseClass() - Method in class com.ivata.mask.web.struts.MaskForm
Defines the base class of all objects in the value object list.
getBaseClassName() - Method in class com.ivata.mask.web.struts.FindAction
Class of value object we are to find.
getBooleanAttribute(String, boolean) - Static method in class com.ivata.mask.web.format.HTMLFormatter
If the boolean is true, fill the attribute with no value, otherwise return nothing.
getBufferName() - Method in class com.ivata.mask.web.tag.util.BufferAppendTag
Use this attribute to specify a java.lang.StringBuffer instance in the current page context.
getBundle() - Method in class com.ivata.mask.web.struts.DialogForm
Localization messages resource bundle to use for deleteKey.
getBundle() - Method in class com.ivata.mask.web.tag.FieldLabelTag
Struts message resources bundle.
getBundle() - Method in class com.ivata.mask.web.tag.html.ButtonTag
Refer to MaskProperties.getBundle().
getBundle() - Method in class com.ivata.mask.web.tag.html.CancelTag
Refer to MaskProperties.getBundle().
getBundle() - Method in class com.ivata.mask.web.tag.html.FormTag
The bundle to use when setting the attribute deleteKey.
getBundle() - Method in class com.ivata.mask.web.tag.html.LabelTag
Calls MaskProperties#getBundleMaskProperites.getBundle.
getBundle() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Set the bundle for this mask tag.
getBundle() - Method in class com.ivata.mask.web.tag.html.ResetTag
Calls MaskProperties#getBundleMaskProperites.getBundle.
getBundle() - Method in class com.ivata.mask.web.tag.html.SubmitTag
Calls MaskProperties#getBundleMaskProperites.getBundle.
getCharacter() - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
This character will be prepended to the string.
getClassName() - Method in class com.ivata.mask.web.tag.html.LabelTag
If you are using the label to display the correct label to show for a given class (rather than a field), this returns the name of that class.
getClassName() - Method in class com.ivata.mask.web.tag.html.MaskProperties
In a label tag, you can specify a class for which to display the correct label.
getClear() - Method in class com.ivata.mask.web.struts.DialogForm
Get whether or not we are adding a new element or clearing the form fields.
getConvertLineBreaks() - Method in class com.ivata.mask.web.format.LineBreakFormat
Get whether or not we should convert line breaks.
getCount() - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
The number of times the character will be prepended.
getCountIsMaximum() - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
Get whether the number specified in setCountshould be a maximum string length, or the number of characters to prepend.
getDate() - Method in class com.ivata.mask.web.tag.format.FormatDateTag
Get the date which will be formatted into a string when this tag is used.
getDateFormat() - Method in interface com.ivata.mask.web.format.DateFormatter
Get the number of the date format used in this object.
getDateTimeText() - Method in interface com.ivata.mask.web.format.DateFormatter
Get how the date and time are used in the output.
getDefaultButton() - Method in class com.ivata.mask.web.tag.html.FormTag
Holds the name of the default submit button that should be activated when the user presses enter in an input field.
getDefaultForwardApply() - Method in class com.ivata.mask.web.struts.DialogForm
Name of the Struts forward to go to, if the Apply button is pressed.
getDefaultForwardDelete() - Method in class com.ivata.mask.web.struts.DialogForm
Name of the Struts forward to go to, if the Delete button is pressed.
getDefaultForwardOk() - Method in class com.ivata.mask.web.struts.DialogForm
Name of the Struts forward to go to, if the Ok button is pressed.
getDefaultLabel(Locale, String, String, String, List, String, String, boolean, boolean) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Get the default label for this field.
getDefaultTitle(Locale, String, String, String, List, String, boolean, boolean) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Get the default title for this field.
getDefaultValue(Locale, String, String, String, List, String, boolean, boolean) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Get the default value for this field.
getDeleteArgs() - Method in class com.ivata.mask.web.tag.html.FormTag
If you specify a delete key, you can add up to 3 arguments for the Struts message translation.
getDeleteConfirm() - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, delete this element.
getDeleteKey() - Method in class com.ivata.mask.web.struts.DialogForm
If non- null, indicates a key to be displayed to warn before deletion of the items in this form.
getDeleteKey() - Method in class com.ivata.mask.web.tag.html.FormTag
Localized key to the text to display when asking the user to confirm a deletion from this form.
getDeleteWarn() - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, display a message before deleting this entry.
getDisplayOnly() - Method in class com.ivata.mask.web.struts.FindAction
true if we should only display the value object (rather than edit it).
getField() - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Access the field to be displayed.
getField() - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Access the field to be displayed.
getField() - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Access the field to be displayed.
getField() - Method in class com.ivata.mask.web.tag.FieldLabelTag
Field to be displayed.
getField() - Method in class com.ivata.mask.web.tag.FieldTag
Field to be displayed.
getFieldName() - Method in class com.ivata.mask.web.tag.html.HiddenTag
Name of the field to which this label refers.
getFieldName() - Method in class com.ivata.mask.web.tag.html.LabelTag
Name of the field to which this label refers.
getFieldName() - Method in class com.ivata.mask.web.tag.html.MaskProperties
The field name is used to default the following attributes of the tag:
styleId titleKey valueKey .
getFieldName() - Method in class com.ivata.mask.web.tag.html.TextTag
Name of the field to which this label refers.
getFieldPath() - Method in class com.ivata.mask.web.tag.html.FormTag
Prepended to the name of the field to get the full property path the field refers to.
getFieldValueConvertorFactory() - Method in class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Used to generate convertors to convert property types from strings.
getFieldWriter(ValueObject, Field, Field, boolean) - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Get a field writer appropriate to the given field.
getFieldWriter(ValueObject, Field, Field, boolean) - Method in interface com.ivata.mask.web.field.FieldWriterFactory
Get a field writer appropriate to the given field.
getFieldWriterFactory(PageContext) - Static method in class com.ivata.mask.web.tag.FieldTag
Get the field writer factory we'll be using to create field writers.
getForField() - Method in class com.ivata.mask.web.tag.html.LabelTag
Usually, the 'for' attribute is the same as the fieldName but, in the case where mutliple fields have the same name, it is helpful to specify a unique styleId for each one an hence a unique value for the for attribute in the label.
getFormAction() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to define the action of a form which will surround the iframe contents.
getFormName() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to create a form with the given name.
getFormObject() - Method in class com.ivata.mask.web.tag.html.FormTag
Get the bean object (form) associated with this tag.
getFormTarget() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to define the target of a form which will surround the iframe contents.
getFormats() - Method in class com.ivata.mask.web.format.HTMLFormatter
Get the internal list of all of the formats used by this formatter.
getFormatter() - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Used to format the displayed, usually ensuring line breaks are converted into HTML.
getFormatter() - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Used to format the displayed, usually ensuring line breaks are converted into HTML.
getFormatter() - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Used to format the displayed, usually ensuring line breaks are converted into HTML.
getFormatter() - Method in class com.ivata.mask.web.tag.format.FormatDateTag
This date formatter will do all the hard work.
getFrameName() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get the fame name of the new window.
getFromRequestOrForm(String, HttpServletRequest, ActionForm) - Method in class com.ivata.mask.web.struts.MaskAction
Helper method to see if the parameter with the given name is set in the request and, if not, if it is set in the form provided.
getFromRequestOrForm(String, HttpServletRequest, ActionForm, String) - Method in class com.ivata.mask.web.struts.MaskAction
Helper method to see if the parameter with the given name is set in the request and, if not, if it is set in the form provided.
getHasMenuBar() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get whether or not the window has a menu bar.
getHasScrollBars() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get whether or not the window has scroll bars.
getHasToolBar() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get whether or not the window has a tool bar.
getHeight() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get the height of the window.
getHeight() - Method in class com.ivata.mask.web.tag.html.IFrameTag
This tag attribute specified the height of the frame.
getHelpKey() - Method in class com.ivata.mask.web.struts.DialogForm
Stores the correct help key..
getId() - Method in class com.ivata.mask.web.tag.util.MapTag
Specifies the name of the scripting variable and associated page scope attribute which will be made available.
getIdString() - Method in class com.ivata.mask.web.struts.FindAction
Unique identifier of the value object.
getImplementation() - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
 
getImplementation() - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
 
getInputMask(HttpServletRequest, Object) - Method in class com.ivata.mask.web.struts.MaskAction
This method ascertains the correct input mask to use.
getIsResizable() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get whether or not the window can be resized.
getJavaScriptVersion() - Method in class com.ivata.mask.web.browser.Browser
A String depicting the version number of the JavaScript this browser supports if supported, otherwise null if the browser doesn't support JavaScript.
getKey() - Method in class com.ivata.mask.web.tag.html.HelpTag
Get the key of the default help page to display.
getKeySuffix() - Method in class com.ivata.mask.web.tag.html.LabelTag
Some fields have multiple label keys, depending on circumstances.
getLabel() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Get the current clear-text label which will be displayed alongside the check box.
getLabel() - Method in class com.ivata.mask.web.tag.html.LabelTag
Get the current text value of the label.
getLabelArgs() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
 
getLabelArgs() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Contains any arguments to the label key.
getLabelArgs() - Method in class com.ivata.mask.web.tag.html.MultiboxTag
 
getLabelKey() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Localization key of a string which will appear as a label, for example to the right of a check box.
getLabelKeySuffix() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Some fields have multiple label keys.
getLabelValues() - Static method in class com.ivata.mask.web.format.FormatConstants
Get all of the format constants and their labels.
getListMask(HttpServletRequest, Object) - Method in class com.ivata.mask.web.struts.MaskAction
This method ascertains the correct list mask to use.
getLocale() - Method in class com.ivata.mask.web.tag.html.MaskProperties
String representation of the current locale.
getMandatory() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Get whether or not the value this control must be entered.
getMap() - Method in class com.ivata.mask.web.tag.util.MapTag
This internal implementaion actually does all the work :-).
getMapName() - Method in class com.ivata.mask.web.tag.util.MapClearTag
Use this attribute to specify a java.util.Map instance in the current page context at any scope.
getMapName() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
If the mapEntry is not inside a map tag, use this attribute to specify a java.util.Map instance in the current page context.
getMask() - Method in class com.ivata.mask.web.struts.MaskForm
Mask containing all the field definitions for this list.
getMask() - Method in class com.ivata.mask.web.tag.html.FormTag
Input mask this form is processing, if any.
getMaskFactory() - Method in class com.ivata.mask.web.struts.MaskAction
This factory is needed to access the masks and groups of masks.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.ButtonTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.CancelTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.HiddenTag
Stores and maintains ivata groupware specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.LabelTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.PasswordTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.RadioTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.ResetTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.SelectTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.SubmitTag
Stores and maintains ivata op specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.TextTag
Stores and maintains ivata groupware specific mask properties.
getMaskProperties() - Method in class com.ivata.mask.web.tag.html.TextareaTag
Stores and maintains ivata op specific mask properties.
getMaximumLength() - Method in class com.ivata.mask.web.format.MaximumLengthFormat
Get the maximum string length to output when format is called.
getMessage(String, Locale, String, List) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This first tries using the bundle you provided.
getMessage(String, Locale, String, Object[]) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This first tries using the bundle you provided.
getMessage(String, String, String, List) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This first tries using the bundle you provided.
getMessage(String, String, String, Object[]) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This first tries using the bundle you provided.
getMessages(String) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Get a bundle with the given name.
getName() - Method in class com.ivata.mask.web.tag.util.CollectionAddTag
Get the name of the collection to add a new value to.
getName() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
Specifies the name of the entry to put in the parent map.
getName() - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Get the value supplied to the attribute 'name'.
getOk() - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, specifies that the form contents should be amended/added.
getPage() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set this value to specify the application-specific path (beginning with a '/') which the new window will show.
getPageContext() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Current JSP page context.
getParameter() - Method in class com.ivata.mask.web.tag.html.HiddenTag
Name of a request parameter to use for the value.
getParams() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Specifies parameters for the page this window shows.
getParamsName() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Specifies the name of a java.util.Map instance in the page context which is used to specify parameters for the page this window shows.
getParentForm() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores a reference to the FormTag which surrounds this mask tagf.
getPrepend() - Method in class com.ivata.mask.web.format.LineBreakFormat
Get the string which is prepended to each new line.
getProperties() - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Get the actual properties in which the value will be set.
getProperty() - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Get the value supplied to the attribute 'property'.
getReadOnly() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Specifies whether or not the input values can be altered.
getReferralName() - Method in class com.ivata.mask.web.tag.html.FormTag
If non- null, specifies a name to store this tag under in the session.
getReferredForm() - Method in class com.ivata.mask.web.tag.html.FormTag
These mask tags require a surrounding form, to default varous common values.
getRefersTo() - Method in class com.ivata.mask.web.tag.html.FormTag
Specifies the name of another FormTag stored in the session whose mask properties are used instead of.this one.
getReplace() - Method in class com.ivata.mask.web.format.SearchReplaceFormat
Represents the string which will replace the searched for string.
getResourceFieldPath() - Method in class com.ivata.mask.web.struts.InputMaskForm
The resource field path is the "stem" - the first string before the dot separator (.) - in the application resources for the fields in this form.
getResourceFieldPath() - Method in class com.ivata.mask.web.tag.html.FormTag
Resource path of the field within the application resources.
getResourceFieldPath() - Method in class com.ivata.mask.web.tag.html.LabelTag
Resource path of the field within the application resources.
getSearch() - Method in class com.ivata.mask.web.format.SearchReplaceFormat
Represents the string which will be searched for.
getStyle() - Method in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Get the style of non-breaking space conversion applied.
getSubField() - Method in class com.ivata.mask.web.tag.FieldLabelTag
Sub-field within the field to be displayed.
getSubField() - Method in class com.ivata.mask.web.tag.FieldTag
Sub-field within the field to be displayed.
getTagName() - Method in class com.ivata.mask.web.format.StripTagFormat
Select the tag name of the tag you want to strip out of the string.
getTimeFormat() - Method in interface com.ivata.mask.web.format.DateFormatter
Get the number of the time format used in this object.
getTitle() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Get the value of the title for this tag.
getTitle() - Method in class com.ivata.mask.web.tag.html.OptionTag
Tooltip or title to be displayed when the mouse is over this option.
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.ButtonTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.CancelTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.CheckboxTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.LabelTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Contains any arguments to the title key.
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.MultiboxTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.ResetTag
 
getTitleArgs() - Method in class com.ivata.mask.web.tag.html.SubmitTag
 
getTitleKey() - Method in class com.ivata.mask.web.tag.html.CancelTag
Get the value of the key used to localize the title tag attribute.
getTitleKey() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores the value of the key used to localize the title tag attribute.
getTitleKey() - Method in class com.ivata.mask.web.tag.html.ResetTag
Get the value of the key used to localize the title tag attribute.
getType() - Method in class com.ivata.mask.web.browser.Browser
Identifies the make, or type of browser used (such as Mozilla, IE, etc.).
getUserAgent() - Method in class com.ivata.mask.web.browser.Browser
Initialized by the constructor, this is the user agent string from the request.getHeader("User-Agent") value.
getValign() - Method in class com.ivata.mask.web.tag.html.IFrameTag
Vertical alignment of the iframe contents.
getValue() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Get the localized value text from the value key and arguments.
getValue() - Method in class com.ivata.mask.web.tag.util.CollectionAddTag
Get the value of the object to be added to the Colleciton.
getValue() - Method in class com.ivata.mask.web.tag.util.MapEntryTag
Specifies the value of the entry to put in the parent map.
getValue() - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Get the value supplied to the attribute 'value'.
getValueArgs() - Method in class com.ivata.mask.web.tag.html.ButtonTag
 
getValueArgs() - Method in class com.ivata.mask.web.tag.html.CancelTag
 
getValueArgs() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Contains any arguments to the value key.
getValueArgs() - Method in class com.ivata.mask.web.tag.html.ResetTag
 
getValueArgs() - Method in class com.ivata.mask.web.tag.html.SubmitTag
 
getValueKey() - Method in class com.ivata.mask.web.tag.html.CancelTag
Get the value of the key used to localize the value tag attribute.
getValueKey() - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores the value of the key used to localize the value tag attribute.
getValueKey() - Method in class com.ivata.mask.web.tag.html.ResetTag
Get the value of the key used to localize the value tag attribute.
getValueObject() - Method in class com.ivata.mask.web.struts.InputMaskForm
Value object whose values are to be displayed in the mask.
getValueObject() - Method in class com.ivata.mask.web.tag.FieldTag
Value object to display/edit.
getValueObjects() - Method in class com.ivata.mask.web.struts.ListForm
Contains all value objects to be displayed.
getValueText() - Method in class com.ivata.mask.web.tag.html.SelectTag
Value to display if the field is read-only.
getVar() - Method in class com.ivata.mask.web.tag.util.ForEachTag
Get the value of the counter.
getVersion() - Method in class com.ivata.mask.web.browser.Browser
A string depiction of the browser version number if available and known, otherwise null if the browser manufacturer could not be identified.
getWidth() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get the width of the window.
getWidth() - Method in class com.ivata.mask.web.tag.html.IFrameTag
This tag attribute specified the width of the frame.
getWindow() - Method in class com.ivata.mask.web.tag.html.HelpTag
Generates the JavaScript to display the help window.
getWindowName() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Get a JavaScript object name for the new window.
getWordWrapColumn() - Method in class com.ivata.mask.web.format.WordWrapFormat
Private member used to store the value set in setWordWrapColumn.

H

HTMLFormat - interface com.ivata.mask.web.format.HTMLFormat.
Abstract class defining the methods of a plug-in to HTMLFormatter.
HTMLFormatter - class com.ivata.mask.web.format.HTMLFormatter.
This class defines a standard way of formatting HTML.
HTMLFormatter() - Constructor for class com.ivata.mask.web.format.HTMLFormatter
Creates a new instance of HTMLFormatter with default settings.
HTMLFormatterNullException - exception com.ivata.mask.web.format.HTMLFormatterNullException.
An instance of this class gets thrown by the imformatter:format tag when it can't find an instance of HTMLFormatter.
HTMLFormatterNullException(String) - Constructor for class com.ivata.mask.web.format.HTMLFormatterNullException
Creates a new instance of HTMLFormatterNullException.
HTMLTag - class com.ivata.mask.web.tag.html.HTMLTag.
Overridden to put out the DOCTYPE tag, and default to XTML (if not set).
HTMLTag() - Constructor for class com.ivata.mask.web.tag.html.HTMLTag
 
HelpTag - class com.ivata.mask.web.tag.html.HelpTag.
Create a JavaScript button which links to window with help functionality for ivata op
HelpTag() - Constructor for class com.ivata.mask.web.tag.html.HelpTag
 
HiddenFieldWriter - class com.ivata.mask.web.field.hidden.HiddenFieldWriter.
This writer is used to display fields as <input type="hidden"...>, when they are hidden from display.
HiddenFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Constructor for class com.ivata.mask.web.field.hidden.HiddenFieldWriter
Construct a hidden field writer.
HiddenTag - class com.ivata.mask.web.tag.html.HiddenTag.
Overridden from the Struts tag to retrieve values from request parameters and other beans.
HiddenTag() - Constructor for class com.ivata.mask.web.tag.html.HiddenTag
 

I

IFrameTag - class com.ivata.mask.web.tag.html.IFrameTag.
Provides the functionality of an iframe tag for those browsers which support it, and displays the tag body, or the contents of the URL referenced, for those which do not.
IFrameTag() - Constructor for class com.ivata.mask.web.tag.html.IFrameTag
 
ImgTag - class com.ivata.mask.web.tag.html.ImgTag.
The tag inherits everything from its struts equivalent, but it tries to find out the missing size information from the image headers to make client rendering faster.
ImgTag() - Constructor for class com.ivata.mask.web.tag.html.ImgTag
 
InputMaskAction - class com.ivata.mask.web.struts.InputMaskAction.
Add, amend or remove an existing value object in the list of value objects.
InputMaskAction(MaskFactory, PersistenceManager, MaskAuthenticator) - Constructor for class com.ivata.mask.web.struts.InputMaskAction
Create a new AddAction with the given value object locator.
InputMaskForm - class com.ivata.mask.web.struts.InputMaskForm.
This form references a single value object to be displayed.
InputMaskForm(ValueObject, Mask, Class) - Constructor for class com.ivata.mask.web.struts.InputMaskForm
Create a new mask form for the given value object.
init(ActionServlet, ModuleConfig) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Refer to RequestProcessor.init(org.apache.struts.action.ActionServlet, org.apache.struts.config.ModuleConfig).
init(ActionServlet, ModuleConfig) - Method in class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Refer to .
init(ActionServlet, ModuleConfig) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Refer to RequestProcessor.init(org.apache.struts.action.ActionServlet, org.apache.struts.config.ModuleConfig).
isApplyButtonHidden() - Method in class com.ivata.mask.web.struts.InputMaskForm
Should the 'apply' button be shown or hidden?
isCancelled(HttpServletRequest) - Method in class com.ivata.mask.web.struts.MaskAction
Not sure why I needed to override this! Refer to Action.isCancelled(javax.servlet.http.HttpServletRequest).
isClearButtonHidden() - Method in class com.ivata.mask.web.struts.InputMaskForm
Should the 'new' button be shown or hidden?
isDeleteButtonHidden() - Method in class com.ivata.mask.web.struts.InputMaskForm
Should the 'delete' button be shown or hidden?
isDeleteWithoutWarn() - Method in class com.ivata.mask.web.struts.InputMaskForm
Sets whether or not the dialog should warn before deleting a value object.
isDisabled() - Method in class com.ivata.mask.web.tag.FieldTag
If true, the field will not allow user entry.
isDisplayOnly() - Method in class com.ivata.mask.web.struts.InputMaskForm
If the mask is marked display only, only the text values of the fields are show (i.e.
isGuessLabel() - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
 
isHidden() - Method in class com.ivata.mask.web.tag.FieldTag
If true, overrides the hidden value of the field definition, to make this a hidden field.
isJavaScriptEnabled() - Method in class com.ivata.mask.web.browser.Browser
Detect whether or not this browser is capable of displaying JavaScript, and has JavaScript enabled.
isLower() - Method in class com.ivata.mask.web.format.CaseFormat
If true, then format will convert to lower case.
isRefreshOpener() - Method in class com.ivata.mask.web.struts.InputMaskForm
For pop-up windows, it is often useful to refresh the page which opened the pop-up, after the pop-up has changed something.
isReverse() - Method in class com.ivata.mask.web.format.CharacterEntityFormat
Gets whether or not character entity conversion goes in the opposite direction.
isXhtml() - Method in class com.ivata.mask.web.tag.html.HTMLTag
Overridden to default true.

J

JavaScriptWindow - class com.ivata.mask.web.javascript.JavaScriptWindow.
IMPORTANT: the code generated by this class uses double quoted strings.
JavaScriptWindow() - Constructor for class com.ivata.mask.web.javascript.JavaScriptWindow
 

L

LabelTag - class com.ivata.mask.web.tag.html.LabelTag.
Specifies a label for a field.
LabelTag() - Constructor for class com.ivata.mask.web.tag.html.LabelTag
 
LeadingCharacterFormat - class com.ivata.mask.web.format.LeadingCharacterFormat.
Format a string by appending a leading character.
LeadingCharacterFormat() - Constructor for class com.ivata.mask.web.format.LeadingCharacterFormat
 
LineBreakFormat - class com.ivata.mask.web.format.LineBreakFormat.
Convert line breaks into HTML break tags.
LineBreakFormat() - Constructor for class com.ivata.mask.web.format.LineBreakFormat
 
LinkFormat - class com.ivata.mask.web.format.LinkFormat.
This class converts URLs in the text into HTML anchor links.
LinkFormat() - Constructor for class com.ivata.mask.web.format.LinkFormat
 
LinkTag - class com.ivata.mask.web.tag.html.LinkTag.
Overridden from Struts to let you specify a server and context as environment entries.
LinkTag() - Constructor for class com.ivata.mask.web.tag.html.LinkTag
 
ListAction - class com.ivata.mask.web.struts.ListAction.
Load the list for a given base class.
ListAction(PersistenceManager, MaskFactory, MaskAuthenticator) - Constructor for class com.ivata.mask.web.struts.ListAction
Create a new list action with the given value object locator.
ListForm - class com.ivata.mask.web.struts.ListForm.
This form references a list of value objects to be displayed.
ListForm(List, Mask, Class) - Constructor for class com.ivata.mask.web.struts.ListForm
Create a new mask form for the given value object list and base class.

M

MULTIPLE_LIST_HEIGHT - Static variable in class com.ivata.mask.web.field.FieldWriterConstants
This is the height combo boxes (select tags) will have when the user can select multiple values, in DefaultFieldWriterFactory.
MapClearTag - class com.ivata.mask.web.tag.util.MapClearTag.
This tag clears a map identified by the given name the current page context (at any scope).
MapClearTag() - Constructor for class com.ivata.mask.web.tag.util.MapClearTag
 
MapEntryTag - class com.ivata.mask.web.tag.util.MapEntryTag.
This tag must always be contained within a MapTag and defines the name and value of an entry in the map.
MapEntryTag() - Constructor for class com.ivata.mask.web.tag.util.MapEntryTag
 
MapTag - class com.ivata.mask.web.tag.util.MapTag.
This tag defines a Map in page scope and assigns the entries to it defined by MapEntryTag instance within the tag body.
MapTag() - Constructor for class com.ivata.mask.web.tag.util.MapTag
 
MaskAction - class com.ivata.mask.web.struts.MaskAction.
Every Action in the system derives from this class, making it possible to centralize logging instantiation, and check we have a valid intranet session.
MaskAction(MaskFactory, MaskAuthenticator) - Constructor for class com.ivata.mask.web.struts.MaskAction
Construct a mask action, with the given authenticator.
MaskAuthenticator - interface com.ivata.mask.web.struts.MaskAuthenticator.
Mask authenticator allows you to query the state of the current web session and return control to an alternate forward, if the current user is unauthorized.
MaskForm - class com.ivata.mask.web.struts.MaskForm.
This form is the base class of all forms containing mask information.
MaskForm(Mask, Class) - Constructor for class com.ivata.mask.web.struts.MaskForm
Construct an instance of this class.
MaskProperties - class com.ivata.mask.web.tag.html.MaskProperties.
This is the implementation of routines shared across the Struts override tags.
MaskProperties() - Constructor for class com.ivata.mask.web.tag.html.MaskProperties
 
MaskRequestProcessor - class com.ivata.mask.web.struts.MaskRequestProcessor.
Extend from this class if you _don't_ want to use Struts Tiles .
MaskRequestProcessor(MaskFactory, PersistenceManager) - Constructor for class com.ivata.mask.web.struts.MaskRequestProcessor
Initializes the mask factory, the value object locator and the the standard field value converters.
MaskRequestProcessorImplementation - class com.ivata.mask.web.struts.MaskRequestProcessorImplementation.
Mask request processor implementation - kept separate so we can share funcitonality between the regular (MaskRequestProcessor) and tiles ( MaskTilesRequestProcessor) versions.
MaskRequestProcessorImplementation(MaskFactory, PersistenceManager, FieldValueConvertorFactory) - Constructor for class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Initializes the mask factory, the value object locator and the the standard field value convertors.
MaskTilesRequestProcessor - class com.ivata.mask.web.struts.MaskTilesRequestProcessor.
Extend from this class if you want to use Struts Tiles .
MaskTilesRequestProcessor(MaskFactory, PersistenceManager) - Constructor for class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Initializes the mask factory, the value object locator and the the standard field value convertors.
MaximumLengthFormat - class com.ivata.mask.web.format.MaximumLengthFormat.
If the text supplied is longer than the maximum line length, the text is truncated and the dots character is appended to it.
MaximumLengthFormat() - Constructor for class com.ivata.mask.web.format.MaximumLengthFormat
 
MessageResourcesHandling - class com.ivata.mask.web.struts.util.MessageResourcesHandling.
Methods in this class wrap/extend the message resource system of Struts.
MultiboxTag - class com.ivata.mask.web.tag.html.MultiboxTag.
Overrides an HTML <input type=checkbox> tag, by overriding the multibox class from Struts .
MultiboxTag() - Constructor for class com.ivata.mask.web.tag.html.MultiboxTag
 
modifyIfMandatory(BaseHandlerTag) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Modified the Struts control provided on the basis of whether or not it is mandatory.

N

NEW_DISPLAY_VALUE - Static variable in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
This is the value which is output as a new entry.
NONBREAKING_ALL - Static variable in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Use this flag to indicate that all spaces should be converted to non-breaking (&nbsp;)
NONBREAKING_NONE - Static variable in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Use this flag to indicate that all spaces should be left as they are and not converted to non-breaking (&nbsp;).
NONBREAKING_START_LINE - Static variable in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Use this flag to indicate that spaces at the start of a line should be converted to non-breaking (&nbsp;).
NewAction - class com.ivata.mask.web.struts.NewAction.
Create a new value object and create a form for it in the request scope.
NewAction(MaskFactory, MaskAuthenticator) - Constructor for class com.ivata.mask.web.struts.NewAction
Construct an action to create new value objects.
NonBreakingSpaceFormat - class com.ivata.mask.web.format.NonBreakingSpaceFormat.
Convert all spaces in a text to non-breaking spaces.
NonBreakingSpaceFormat() - Constructor for class com.ivata.mask.web.format.NonBreakingSpaceFormat
 
newHiddenFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Override this method if you need a different field writer for hidden fields.
newTextAreaFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Override this method if you need a different field writer for text areas.
newTextFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Override this method if you need a different field writer for text fields.
newValueObjectFieldWriter(Field, String, Collection, HTMLFormatter, int, boolean) - Method in class com.ivata.mask.web.field.DefaultFieldWriterFactory
Override this method if you need a different field writer for value objects.

O

OkTag - class com.ivata.mask.web.tag.html.OkTag.
Overridden from SubmitTag for convenience, this tag creates a submit button with the name ok.
OkTag() - Constructor for class com.ivata.mask.web.tag.html.OkTag
 
OptionTag - class com.ivata.mask.web.tag.html.OptionTag.
Overrides an HTML <option> tag, by overriding the class from Struts .
OptionTag() - Constructor for class com.ivata.mask.web.tag.html.OptionTag
 
onConfirm(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession, String) - Method in class com.ivata.mask.web.struts.InputMaskAction
Adds the value object to the list, or amends an existing value object.
onConfirm(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession, String) - Method in class com.ivata.mask.web.struts.MaskAction
This method is called if the ok or apply buttons are pressed.
onDelete(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession, String) - Method in class com.ivata.mask.web.struts.InputMaskAction
Removes the value object from the list.
onDelete(ActionMapping, ActionErrors, ActionForm, HttpServletRequest, HttpServletResponse, HttpSession, String) - Method in class com.ivata.mask.web.struts.MaskAction
This method is called if the delete (confirm, not warn) button is pressed.

P

PasswordTag - class com.ivata.mask.web.tag.html.PasswordTag.
Overrides an HTML <input type=password> tag, by overriding the class from Struts .
PasswordTag() - Constructor for class com.ivata.mask.web.tag.html.PasswordTag
 
parse(String) - Method in interface com.ivata.mask.web.format.DateFormatter
Parse the given string to a date, using the current date format.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Overridden to create actions, since our actions have custom constructor parameters.
processActionCreate(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Overridden to create actions, since our actions have custom constructor parameters.
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Overridden to create forms, since our forms have custom constructor parameters.
processActionForm(HttpServletRequest, HttpServletResponse, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Overridden to create forms, since our forms have custom constructor parameters.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Overridden to populate forms, and convert the string values of value object properties into the correct form for their class.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskRequestProcessorImplementation
Overridden to populate forms, and convert the string values of value object properties into the correct form for their class.
processPopulate(HttpServletRequest, HttpServletResponse, ActionForm, ActionMapping) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Overridden to populate forms, and convert the string values of value object properties into the correct form for their class.

R

REQUEST_ATTRIBUTE - Static variable in class com.ivata.mask.web.struts.InputMaskForm
Request attribute under which name this form is stored.
REQUEST_ATTRIBUTE - Static variable in class com.ivata.mask.web.struts.ListForm
Request attribute under which name this form is stored.
RadioTag - class com.ivata.mask.web.tag.html.RadioTag.
Overrides an HTML <input type=radio> tag, by overriding the class from Struts .
RadioTag() - Constructor for class com.ivata.mask.web.tag.html.RadioTag
 
ResetTag - class com.ivata.mask.web.tag.html.ResetTag.
Overrides an HTML <input type=submit> tag for reseting the current form, by overriding the class from Struts .
ResetTag() - Constructor for class com.ivata.mask.web.tag.html.ResetTag
 
RewriteTag - class com.ivata.mask.web.tag.html.RewriteTag.
Overridden from Struts to let you specify a server and context as environment entries.
RewriteTag() - Constructor for class com.ivata.mask.web.tag.html.RewriteTag
 
registerMessages(String, String) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Register resources for a given bundle.
remove(String) - Method in class com.ivata.mask.web.field.AttributesWriter
Clear an attribute.
removeAttribute(String) - Method in interface com.ivata.mask.web.field.FieldWriter
Clear an attribute on the field tag.
removeAttribute(String) - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Refer to FieldWriter#clearAttribute.
removeAttribute(String) - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Refer to FieldWriter#clearAttribute.
removeAttribute(String) - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Refer to FieldWriter#clearAttribute.
renderAction(StringBuffer) - Method in class com.ivata.mask.web.tag.html.FormTag
Overridden to rewrite the URL.
renderBaseElement(String, String, int, String) - Method in class com.ivata.mask.web.tag.html.BaseTag
This does all the hard work! Refer to BaseTag.renderBaseElement(java.lang.String, java.lang.String, int, java.lang.String).
reset(ActionMapping, HttpServletRequest) - Method in class com.ivata.mask.web.struts.DialogForm
Reset all bean properties to their default state.
reset(ActionMapping, HttpServletRequest) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to DialogForm.reset(org.apache.struts.action.ActionMapping, javax.servlet.http.HttpServletRequest).
reset(BaseHandlerTag) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Reset the attributes and mask properties of the supplied tag.

S

SUBMIT_PREFIX - Static variable in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This is prepended to submit buttons to get their message resource string.
SearchReplaceFormat - class com.ivata.mask.web.format.SearchReplaceFormat.
Replace all occurrences of one string with another.
SearchReplaceFormat() - Constructor for class com.ivata.mask.web.format.SearchReplaceFormat
 
SelectTag - class com.ivata.mask.web.tag.html.SelectTag.
Overrides an HTML <select> tag, by overriding the class from Struts .
SelectTag() - Constructor for class com.ivata.mask.web.tag.html.SelectTag
 
SetPropertyTag - class com.ivata.mask.web.tag.util.SetPropertyTag.
This tag is used as a simple way to set an property value on the class java.util.Property as used by all the webgui tabs
SetPropertyTag() - Constructor for class com.ivata.mask.web.tag.util.SetPropertyTag
Default constructor.
StripTagFormat - class com.ivata.mask.web.format.StripTagFormat.
This class defines a standard way of stripping unwanted tags out of HTML.
StripTagFormat() - Constructor for class com.ivata.mask.web.format.StripTagFormat
 
SubmitTag - class com.ivata.mask.web.tag.html.SubmitTag.
Overrides an HTML <input type=submit> tag, by overriding the class from Struts .
SubmitTag() - Constructor for class com.ivata.mask.web.tag.html.SubmitTag
 
SuccessAction - class com.ivata.mask.web.struts.SuccessAction.
Simple action to always return successfully.
SuccessAction() - Constructor for class com.ivata.mask.web.struts.SuccessAction
 
saveProperty(String) - Method in class com.ivata.mask.web.struts.InputMaskForm
Mark a property to be saved.
setAfterText(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Refer to LabelTag.getAfterText().
setAlign(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Alignment of the iframe contents.
setApply(String) - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, specifies that the form contents should be amended/added and the window left open.
setApplyButtonHidden(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isApplyButtonHidden().
setArgs(List) - Method in class com.ivata.mask.web.tag.html.LabelTag
Refer to MaskProperties.setLabelArgs(java.util.List).
setAsNewButton(boolean) - Method in class com.ivata.mask.web.tag.html.ClearTag
If true, then this is a New button.
setAttribute(String, String) - Method in class com.ivata.mask.web.field.AttributesWriter
Set an attribute value.
setAttribute(String, String) - Method in interface com.ivata.mask.web.field.FieldWriter
Set an attribute on the field tag.
setAttribute(String, String) - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Refer to FieldWriter.setAttribute(java.lang.String, java.lang.String).
setAttribute(String, String) - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Refer to FieldWriter.setAttribute(java.lang.String, java.lang.String).
setAttribute(String, String) - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Refer to FieldWriter.setAttribute(java.lang.String, java.lang.String).
setBaseClassName(String) - Method in class com.ivata.mask.web.struts.FindAction
Class of value object we are to find.
setBegin(int) - Method in class com.ivata.mask.web.tag.util.ForEachTag
Sets the first value of the loop counter.
setBufferName(String) - Method in class com.ivata.mask.web.tag.util.BufferAppendTag
Refer to BufferAppendTag.getBufferName().
setBundle(String) - Method in class com.ivata.mask.web.struts.DialogForm
Localization messages resource bundle to use for deleteKey.
setBundle(String) - Method in class com.ivata.mask.web.tag.FieldLabelTag
Struts message resources bundle.
setBundle(String) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Refer to MaskProperties.setBundle(java.lang.String).
setBundle(String) - Method in class com.ivata.mask.web.tag.html.FormTag
The bundle to use when setting the attribute deleteKey.
setBundle(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Refer to MaskProperties.setBundle(java.lang.String).
setBundle(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Refer to MaskProperties.getBundle().
setCharacter(char) - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
This character will be prepended to the string.
setClassName(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Refer to LabelTag.getClassName().
setClassName(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Refer to MaskProperties.getClassName().
setClear(String) - Method in class com.ivata.mask.web.struts.DialogForm
Set whether or not we are adding a new element or clearing the form fields.
setClearButtonHidden(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isClearButtonHidden().
setConvertLineBreaks(boolean) - Method in class com.ivata.mask.web.format.LineBreakFormat
Set whether or not we should convert line breaks.
setCount(int) - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
The number of times the character will be prepended.
setCountIsMaximum(boolean) - Method in class com.ivata.mask.web.format.LeadingCharacterFormat
Set whether the number specified in setCountshould be a maximum string length, or the number of characters to prepend.
setDate(Date) - Method in class com.ivata.mask.web.tag.format.FormatDateTag
Set the date which will be formatted into a string when this tag is used.
setDateFormat(int) - Method in interface com.ivata.mask.web.format.DateFormatter
Set the number of the date format used in this object.
setDateTimeText(String) - Method in interface com.ivata.mask.web.format.DateFormatter
Set this text to restrict the output to just date or just time, or to change the text between them.
setDefaultButton(String) - Method in class com.ivata.mask.web.tag.html.FormTag
Holds the name of the default submit button that should be activated when the user presses enter in an input field.
setDefaultForwardApply(String) - Method in class com.ivata.mask.web.struts.DialogForm
Refer to DialogForm.getDefaultForwardApply().
setDefaultForwardDelete(String) - Method in class com.ivata.mask.web.struts.DialogForm
Refer to DialogForm.getDefaultForwardDelete().
setDefaultForwardOk(String) - Method in class com.ivata.mask.web.struts.DialogForm
Refer to DialogForm.getDefaultForwardOk().
setDeleteArgs(List) - Method in class com.ivata.mask.web.tag.html.FormTag
Refer to FormTag.getDeleteArgs().
setDeleteButtonHidden(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isDeleteButtonHidden().
setDeleteConfirm(String) - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, delete this entry.
setDeleteKey(String) - Method in class com.ivata.mask.web.struts.DialogForm
If non- null, indicates a key to be displayed to warn before deletion of the items in this form.
setDeleteKey(String) - Method in class com.ivata.mask.web.tag.html.FormTag
Localized key to the text to display when asking the user to confirm a deletion from this form.
setDeleteWarn(String) - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, display a message before deleting this entry.
setDeleteWithoutWarn(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isDeleteWithoutWarn().
setDisabled(boolean) - Method in class com.ivata.mask.web.tag.FieldTag
If true, the field will not allow user entry.
setDisplayOnly(Boolean) - Method in class com.ivata.mask.web.struts.FindAction
true if we should only display the value object (rather than edit it).
setDisplayOnly(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isDisplayOnly().
setEnd(int) - Method in class com.ivata.mask.web.tag.util.ForEachTag
Sets the final value of the loop counter, inclusive.
setField(Field) - Method in class com.ivata.mask.web.tag.FieldLabelTag
Field to be displayed.
setField(Field) - Method in class com.ivata.mask.web.tag.FieldTag
Stores the identifier of the field within this group to be displayed.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Refer to MaskProperties.setFieldName(java.lang.String).
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.CancelTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.HiddenTag
Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
>Name of the field to which this tag refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
The field name is used to default the following attributes of the tag:
styleId titleKey valueKey .
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.PasswordTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.RadioTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.ResetTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.SelectTag
Name of the field to which this select tag refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.SubmitTag
>Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.TextTag
Name of the field to which this label refers.
setFieldName(String) - Method in class com.ivata.mask.web.tag.html.TextareaTag
>Name of the field to which this label refers.
setFieldPath(String) - Method in class com.ivata.mask.web.tag.html.FormTag
Refer to FormTag.getFieldPath().
setForField(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Usually, the 'for' attribute is the same as the fieldName but, in the case where multiple fields have the same name, it is helpful to specify a unique styleId for each one an hence a unique value for the for attribute in the label.
setFormAction(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to define the action of a form which will surround the iframe contents.
setFormName(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to create a form with the given name.
setFormTarget(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to define the target of a form which will surround the iframe contents.
setFormat(HTMLFormat) - Method in class com.ivata.mask.web.tag.format.AddFormatTag
Set the HTMLFormat object which should be added to the formatter.
setFormats(List) - Method in class com.ivata.mask.web.format.HTMLFormatter
Set the internal list of all of the formats used by this formatter.
setFormatter(HTMLFormatter) - Method in class com.ivata.mask.web.tag.format.AddFormatTag
Set the HTMLFormatter object which actually does all the hard work.
setFormatter(DateFormatter) - Method in class com.ivata.mask.web.tag.format.FormatDateTag
This date formatter will do all the hard work.
setFormatter(HTMLFormatter) - Method in class com.ivata.mask.web.tag.format.FormatTag
Set the HTMLFormatter object which actually does all the hard work.
setFormatter(HTMLFormatter) - Method in class com.ivata.mask.web.tag.html.TextTag
Set a formatter to use if the tag is read-only.
setFormatter(HTMLFormatter) - Method in class com.ivata.mask.web.tag.html.TextareaTag
Set a formatter to use if the tag is read-only.
setFrameName(String) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set the fame name of the new window.
setFrameName(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Specify this tag attribute to set the name of the iframe created.
setGuessLabel(boolean) - Static method in class com.ivata.mask.web.struts.util.MessageResourcesHandling
Refer to #getguessLabel.
setHasMenuBar(boolean) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set whether or not the window has a menu bar.
setHasScrollBars(boolean) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set whether or not the window has scroll bars.
setHasToolBar(boolean) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set whether or not the window has a tool bar.
setHeight(int) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set the height of the window.
setHeight(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
This tag attribute specified the height of the frame.
setHelpKey(String) - Method in class com.ivata.mask.web.struts.DialogForm
Stores the correct help key.
setHidden(boolean) - Method in class com.ivata.mask.web.tag.FieldTag
If true, overrides the hidden value of the field definition, to make this a hidden field.
setId(String) - Method in class com.ivata.mask.web.tag.util.MapTag
Specifies the name of the scripting variable and associated page scope attribute which will be made available.
setIdString(String) - Method in class com.ivata.mask.web.struts.FindAction
Unique identifier of the value object.
setImplementation(MaskRequestProcessorImplementation) - Method in class com.ivata.mask.web.struts.MaskRequestProcessor
Refer to #getimplementation.
setImplementation(MaskRequestProcessorImplementation) - Method in class com.ivata.mask.web.struts.MaskTilesRequestProcessor
Refer to MaskTilesRequestProcessor.getImplementation().
setIsResizable(boolean) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set whether or not the window can be resized.
setJavaScriptVersion(String) - Method in class com.ivata.mask.web.browser.Browser
Refer to getJavaScriptVersion().
setKey(String) - Method in class com.ivata.mask.web.tag.html.HelpTag
Set the key of the default help page to display.
setKeySuffix(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Some fields have multiple label keys, depending on circumstances.
setLabel(String) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Called by MaskProperties to set the label.
setLabel(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Called by MaskProperties to set the label.
setLabel(String) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Called by MaskProperties to set the label.
setLabelArgs(List) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Refer to MaskProperties.setLabelArgs(java.util.List).
setLabelArgs(List) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Set the arguments for the label message, as an array of strings.
setLabelArgs(List) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Refer to MaskProperties.setLabelArgs(java.util.List).
setLabelKey(String) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Localization key of a string which will appear to the right of the check box.
setLabelKey(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Localization key of a string which will appear as a label, for example to the right of a check box.
setLabelKey(String) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Localization key of a string which will appear to the right of the check box.
setLabelKeySuffix(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Some fields have multiple label keys.
setLocale(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
String representation of the current locale.
setLogin(boolean) - Method in class com.ivata.mask.web.struts.MaskAction
Set to true by LoginAction to indicate the user name should not be checked.
setLower(boolean) - Method in class com.ivata.mask.web.format.CaseFormat
Refer to CaseFormat.isLower().
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.PasswordTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.RadioTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.SelectTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.TextTag
Set whether or not the value this control must be entered.
setMandatory(boolean) - Method in class com.ivata.mask.web.tag.html.TextareaTag
Set whether or not the value this control must be entered.
setMap(HashMap) - Method in class com.ivata.mask.web.tag.util.MapTag
This internal implementaion actually does all the work :-).
setMapName(String) - Method in class com.ivata.mask.web.tag.util.MapClearTag
Use this attribute to specify a java.util.Map instance in the current page context at any scope.
setMapName(String) - Method in class com.ivata.mask.web.tag.util.MapEntryTag
If the mapEntry is not inside a map tag, use this attribute to specify a java.util.Map instance in the current page context.
setMask(Mask) - Method in class com.ivata.mask.web.tag.html.FormTag
Input mask this form is processing, if any.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.CancelTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.HiddenTag
Stores and maintains ivata groupware specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.LabelTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.PasswordTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.RadioTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.ResetTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.SelectTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Stores and maintains ivata op specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.TextTag
Stores and maintains ivata groupware specific mask properties.
setMaskProperties(MaskProperties) - Method in class com.ivata.mask.web.tag.html.TextareaTag
Stores and maintains ivata op specific mask properties.
setMaximumLength(Integer) - Method in class com.ivata.mask.web.format.MaximumLengthFormat
Set the maximum string length to output when format is called.
setName(String) - Method in class com.ivata.mask.web.tag.util.CollectionAddTag
Set the name of the colleciton to add a new value to.
setName(String) - Method in class com.ivata.mask.web.tag.util.MapEntryTag
Specifies the name of the entry to put in the parent map.
setName(String) - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Set the value supplied to the attribute 'name'.
setOk(String) - Method in class com.ivata.mask.web.struts.DialogForm
If non- null or not empty, specifies that the form contents should be amended/added.
setPage(String) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set this value to specify the application-specific path (beginning with a '/') which the new window will show.
setPageContext(PageContext) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set the page context used to calculate the window URL .
setPageContext(PageContext) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Current JSP page context.
setParameter(String) - Method in class com.ivata.mask.web.tag.html.HiddenTag
Refer to HiddenTag.getParameter().
setParams(Map) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Specifies parameters for the page this window shows.
setParamsName(String) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Specifies the name of a java.util.Map instance in the page context which is used to specify parameters for the page this window shows.
setParentForm(FormTag) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores a reference to the FormTag which surrounds this mask tagf.
setPrepend(String) - Method in class com.ivata.mask.web.format.LineBreakFormat
Set the string which is prepended to each new line.
setProperties(Properties) - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Set the actual properties in which the value will be set.
setProperty(String) - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Set the value supplied to the attribute 'property'.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Refer to MaskProperties.setReadOnly(boolean).
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.FormTag
Specifies whether or not the input values of this form can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.PasswordTag
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.RadioTag
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.SelectTag
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Specifies whether or not this button should be shown, If this attribute is unset, the button will decide whether or not to dispaly on the basis of the readOnly attribute of the surrounding form.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.TextTag
Specifies whether or not the input values can be altered.
setReadOnly(boolean) - Method in class com.ivata.mask.web.tag.html.TextareaTag
Specifies whether or not the input values can be altered.
setReferralName(String) - Method in class com.ivata.mask.web.tag.html.FormTag
If non- null, specifies a name to store this tag under in the session.
setRefersTo(String) - Method in class com.ivata.mask.web.tag.html.FormTag
Specifies the name of another FormTag stored in the session whose mask properties are used instead of.this one.
setRefreshOpener(boolean) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.isRefreshOpener().
setReplace(String) - Method in class com.ivata.mask.web.format.SearchReplaceFormat
Represents the string which will replace the searched for string.
setResourceFieldPath(String) - Method in class com.ivata.mask.web.struts.InputMaskForm
Refer to InputMaskForm.getResourceFieldPath().
setResourceFieldPath(String) - Method in class com.ivata.mask.web.tag.html.FormTag
Resource path of the field within the application resources.
setResourceFieldPath(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Resource path of the field within the application resources.
setReverse(boolean) - Method in class com.ivata.mask.web.format.CharacterEntityFormat
Set whether or not character entity conversion goes in the opposite direction.
setSearch(String) - Method in class com.ivata.mask.web.format.SearchReplaceFormat
Represents the string which will be searched for.
setStep(int) - Method in class com.ivata.mask.web.tag.util.ForEachTag
Sets the increment by which the counter is increased after each loop.
setStyle(int) - Method in class com.ivata.mask.web.format.NonBreakingSpaceFormat
Set the style of non-breaking space conversion applied.
setSubField(Field) - Method in class com.ivata.mask.web.tag.FieldLabelTag
Sub-field within the field to be displayed.
setSubField(Field) - Method in class com.ivata.mask.web.tag.FieldTag
Sub-field within the field to be displayed.
setTagName(String) - Method in class com.ivata.mask.web.format.StripTagFormat
Select the tag name of the tag you want to strip out of the string.
setTimeFormat(int) - Method in interface com.ivata.mask.web.format.DateFormatter
Set the number of the time format used in this object.
setTitle(String) - Method in class com.ivata.mask.web.tag.html.OptionTag
Tooltip or title to be displayed when the mouse is over this option.
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.CancelTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.LabelTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Set the arguments for the title message.
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.ResetTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleArgs(List) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Refer to MaskProperties.setTitleArgs(java.util.List).
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Set the value of the key used to localize the title tag attribute.
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.CancelTag
Refer to MaskProperties.setTitleKey(java.lang.String).
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.CheckboxTag
Refer to MaskProperties.setTitleKey(java.lang.String).
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.LabelTag
Set the value of the key used to localize the title tag attribute.
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores the value of the key used to localize the title tag attribute.
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.MultiboxTag
Set the value of the key used to localize the title tag attribute.
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.ResetTag
Set the value of the key used to localize the title tag attribute.
setTitleKey(String) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Set the value of the key used to localize the title tag attribute.
setType(Integer) - Method in class com.ivata.mask.web.browser.Browser
Refer to getType().
setUserAgent(String) - Method in class com.ivata.mask.web.browser.Browser
Refer to getUserAgent().
setValign(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
Vertical alignment of the iframe contents.
setValue(Object) - Method in class com.ivata.mask.web.tag.util.CollectionAddTag
Set the value of the object to be added to the Colleciton.
setValue(String) - Method in class com.ivata.mask.web.tag.util.MapEntryTag
Specifies the value of the entry to put in the parent map.
setValue(String) - Method in class com.ivata.mask.web.tag.util.SetPropertyTag
Set the value supplied to the attribute 'value'.
setValueArgs(List) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Refer to MaskProperties.setValueArgs(java.util.List).
setValueArgs(List) - Method in class com.ivata.mask.web.tag.html.CancelTag
Refer to MaskProperties.setValueArgs(java.util.List).
setValueArgs(List) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Contains any arguments to the value key.
setValueArgs(List) - Method in class com.ivata.mask.web.tag.html.ResetTag
Refer to MaskProperties.setValueArgs(java.util.List).
setValueArgs(List) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Refer to MaskProperties.setValueArgs(java.util.List).
setValueKey(String) - Method in class com.ivata.mask.web.tag.html.ButtonTag
Set the value of the key used to localize the value tag attribute.
setValueKey(String) - Method in class com.ivata.mask.web.tag.html.CancelTag
Set the value of the key used to localize the value tag attribute.
setValueKey(String) - Method in class com.ivata.mask.web.tag.html.MaskProperties
Stores the value of the key used to localize the value tag attribute.
setValueKey(String) - Method in class com.ivata.mask.web.tag.html.ResetTag
Set the value of the key used to localize the value tag attribute.
setValueKey(String) - Method in class com.ivata.mask.web.tag.html.SubmitTag
Set the value of the key used to localize the value tag attribute.
setValueObject(ValueObject) - Method in class com.ivata.mask.web.tag.FieldTag
Value object to display/edit.
setValueObjects(List) - Method in class com.ivata.mask.web.struts.ListForm
Contains all value objects to be displayed.
setValueText(String) - Method in class com.ivata.mask.web.tag.html.SelectTag
Value to display if the field is read-only.
setVar(String) - Method in class com.ivata.mask.web.tag.util.ForEachTag
Set the current value of the counter.
setVersion(String) - Method in class com.ivata.mask.web.browser.Browser
Refer to getVersion().
setWidth(int) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set the width of the window.
setWidth(String) - Method in class com.ivata.mask.web.tag.html.IFrameTag
This tag attribute specified the width of the frame.
setWindow(JavaScriptWindow) - Method in class com.ivata.mask.web.tag.html.HelpTag
Generates the JavaScript to display the help window.
setWindowName(String) - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Set a JavaScript object name for the new window.
setWordWrapColumn(int) - Method in class com.ivata.mask.web.format.WordWrapFormat
Private member used to store the value set in setWordWrapColumn.
setXhtml(boolean) - Method in class com.ivata.mask.web.tag.html.HTMLTag
Overridden to default true.
src() - Method in class com.ivata.mask.web.tag.html.ImgTag
Get the src attribute URL.

T

TIME_INPUT - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Specified input format for time, should be less strict that TIME_INPUT_DISPLAY.
TIME_INPUT_DISPLAY - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
This format specifies the format of times shown to the user after he enters a correct time, should be more specific as TIME_INPUT.
TIME_LONG - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a long time format.
TIME_SHORT - Static variable in class com.ivata.mask.web.format.DateFormatterConstants
Use this for a short time format.
TITLE_SUFFIX - Static variable in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This string is appended to field names to find their titles in the message resource bundle.
TYPE_GALEON - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies KDE Konqueror web browser.
TYPE_INTERNET_EXPLORER - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies Microsoft Internet Explorer web browser.
TYPE_KONQUEROR - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies KDE Konqueror web browser.
TYPE_LYNX - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies Lynx text web browser.
TYPE_MOZILLA - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies Mozilla (post Netscape code-release) web browsers.
TYPE_NETSCAPE - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies Netscape (not Mozilla) web browsers.
TYPE_OPERA - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies Opera web browser.
TYPE_ROBOT - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies any cyborg, robot, spider or otherwise synthetic browser.
TYPE_UNKNOWN - Static variable in class com.ivata.mask.web.browser.BrowserConstants
Identifies any unrecognized web browser.
TextAreaFieldWriter - class com.ivata.mask.web.field.text.TextAreaFieldWriter.
This writer is used to display fields as <textarea>...</textarea> fields.
TextAreaFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Constructor for class com.ivata.mask.web.field.text.TextAreaFieldWriter
Construct a field writer.
TextFieldWriter - class com.ivata.mask.web.field.text.TextFieldWriter.
This writer is used to display fields as <input type="text"...> fields.
TextFieldWriter(Field, FieldValueConvertor, HTMLFormatter) - Constructor for class com.ivata.mask.web.field.text.TextFieldWriter
Construct a field writer.
TextTag - class com.ivata.mask.web.tag.html.TextTag.
Overrides an HTML <input type=text> tag, by overriding the class from Struts .
TextTag() - Constructor for class com.ivata.mask.web.tag.html.TextTag
 
TextareaTag - class com.ivata.mask.web.tag.html.TextareaTag.
Overrides an HTML <textarea> tag, by overriding the class from Struts .
TextareaTag() - Constructor for class com.ivata.mask.web.tag.html.TextareaTag
 
toActionErrors(ValidationErrors, Locale) - Static method in class com.ivata.mask.web.struts.ValidationErrorsConvertor
Convert the errors to instances of ActionError for use in a Struts project.
toString() - Method in class com.ivata.mask.web.field.AttributesWriter
Output all the attribute names and values.
toString() - Method in class com.ivata.mask.web.javascript.JavaScriptWindow
Create the JavaScript that makes the window and return it as a string.

U

URLFormat - class com.ivata.mask.web.format.URLFormat.
Format a URL by encoding the characters.
URLFormat() - Constructor for class com.ivata.mask.web.format.URLFormat
 

V

VALUE_SUFFIX - Static variable in class com.ivata.mask.web.struts.util.MessageResourcesHandling
This string is appended to field names to find their values in the message resource bundle.
ValidationErrorsConvertor - class com.ivata.mask.web.struts.ValidationErrorsConvertor.
Converts ivata masks validation errors to struts action errors.
ValueObjectException - exception com.ivata.mask.web.struts.ValueObjectException.
Thrown whenever there is a problem creating a value object.
ValueObjectException(String) - Constructor for class com.ivata.mask.web.struts.ValueObjectException
Create a value object exception, given a clear message.
ValueObjectException(Throwable) - Constructor for class com.ivata.mask.web.struts.ValueObjectException
Create a value object exception, given the cause.
ValueObjectException(Throwable, Class) - Constructor for class com.ivata.mask.web.struts.ValueObjectException
Create a value object exception, given the cause and the class of the value object.
ValueObjectException(Throwable, Class, String) - Constructor for class com.ivata.mask.web.struts.ValueObjectException
Create a value object exception, given the cause and the class of the value object and an extra description of what went wrong.
ValueObjectFieldWriter - class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter.
This writer is used to display links to other value objects.
ValueObjectFieldWriter(Field, String, Collection, HTMLFormatter, int, boolean) - Constructor for class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Construct a field writer.
validate(ActionMapping, HttpServletRequest) - Method in class com.ivata.mask.web.struts.DialogForm
Overridden to check if there were any errors from the mask request processor.
validate(HttpServletRequest, HttpSession) - Method in class com.ivata.mask.web.struts.DialogForm
Validates the form contents.
validate(HttpServletRequest, HttpSession) - Method in class com.ivata.mask.web.struts.InputMaskForm
Overridden to check mandatory fields.
validate(HttpServletRequest, HttpSession) - Method in class com.ivata.mask.web.struts.MaskForm
This method overridden to retrieve errors from the request processor.

W

WordWrapFormat - class com.ivata.mask.web.format.WordWrapFormat.
This format word-wraps each line of text to a user-specified column.
WordWrapFormat() - Constructor for class com.ivata.mask.web.format.WordWrapFormat
 
write(PageContext, ValueObject, boolean) - Method in interface com.ivata.mask.web.field.FieldWriter
Write out the appropriate field value, for the value object provided.
write(PageContext, ValueObject, boolean) - Method in class com.ivata.mask.web.field.text.TextAreaFieldWriter
Refer to FieldWriter.write(javax.servlet.jsp.PageContext, com.ivata.mask.valueobject.ValueObject, boolean).
write(PageContext, ValueObject, boolean) - Method in class com.ivata.mask.web.field.text.TextFieldWriter
Refer to FieldWriter.write(javax.servlet.jsp.PageContext, com.ivata.mask.valueobject.ValueObject, boolean).
write(PageContext, ValueObject, boolean) - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Refer to FieldWriter.write(javax.servlet.jsp.PageContext, com.ivata.mask.valueobject.ValueObject, boolean).
writeChoiceField(PageContext, Collection) - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Display a field (which is not read-only).
writeDisplayOnly(PageContext, Collection) - Method in class com.ivata.mask.web.field.valueobject.ValueObjectFieldWriter
Display the correct field value from the value object - for a read-only field.

A B C D E F G H I J L M N O P R S T U V W

Copyright © 2001-2005 ivata limited. All Rights Reserved.