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

A

ACTION - Static variable in interface mx.com.brained.taglib.GridConstants
 
ACTION_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
addTitle(HashMap) - Method in class mx.com.brained.taglib.GridUtil
Add a new header and attributes for the given list
AwGrid - Interface in mx.com.brained.model
Title: AwTaglib Description: Interface that defines the basic methods that an object must implement to handle the data sent by the grid to easy process it in a java application Copyright: Copyright (c) 2005 Company: Brain-ED

B

buildData(HttpServletRequest, Map) - Method in class mx.com.brained.report.ReportUtil
Return a ReportBean filled with all the request parameters
buildParameters(HttpServletRequest) - Method in class mx.com.brained.report.ReportUtil
Build a hashmap with the property names
bundle - Variable in class mx.com.brained.taglib.GridElement
 

C

calculateURL() - Method in class mx.com.brained.taglib.GridFrameTag
Return the complete URL to which this hyperlink will direct the user.
CHECK - Static variable in interface mx.com.brained.taglib.GridConstants
 
CHECKBOX_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
CheckBoxGridElement - Class in mx.com.brained.taglib
 
CheckBoxGridElement() - Constructor for class mx.com.brained.taglib.CheckBoxGridElement
 
collection - Variable in class mx.com.brained.taglib.GridIteratorTag
The collection to be iterated
COLUMN_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
COMBO_INTERNAL_MAP - Static variable in interface mx.com.brained.taglib.GridConstants
 
COMBOBOX - Static variable in interface mx.com.brained.taglib.GridConstants
 
COMBOBOX_OPTIONS - Static variable in interface mx.com.brained.taglib.GridConstants
 
COMBOBOX_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
ComboGridElement - Class in mx.com.brained.taglib
Title: AwTaglib Description: ComboBox Grid Element Tag Copyright: Copyright (c) 2005 Company: Brain-ED
ComboGridElement() - Constructor for class mx.com.brained.taglib.ComboGridElement
 
contains(String, String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Check if there is any bean with the state described by the key parameter

D

DATA_ARRAY_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
DATA_STATUS - Static variable in interface mx.com.brained.taglib.GridConstants
 
DATE - Static variable in interface mx.com.brained.taglib.GridConstants
 
DATE_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
DefaultAwGrid - Class in mx.com.brained.model.impl
 
DefaultAwGrid() - Constructor for class mx.com.brained.model.impl.DefaultAwGrid
 
DELETED - Static variable in interface mx.com.brained.taglib.GridConstants
 
doAfterBody() - Method in class mx.com.brained.taglib.GridIteratorTag
Retrieve the next element or finish rendering if there is no more elements.
doEndTag() - Method in class mx.com.brained.taglib.GridIteratorTag
Clean the resources after finishing the iteration
doStartTag() - Method in class mx.com.brained.taglib.CheckBoxGridElement
This method renders the checkbox based on the properties set
doStartTag() - Method in class mx.com.brained.taglib.ComboGridElement
This method renders the combobox based on the properties set
doStartTag() - Method in class mx.com.brained.taglib.GridElement
This method renders the grid element based on the properties set
doStartTag() - Method in class mx.com.brained.taglib.GridFrameTag
 
doStartTag() - Method in class mx.com.brained.taglib.GridIteratorTag
Build the iterator and iterate each section
doStartTag() - Method in class mx.com.brained.taglib.GridLibraryTag
Render the libraries
doStartTag() - Method in class mx.com.brained.taglib.ListGridElement
Render a List Grid Element
DOT_OPTIONS - Static variable in interface mx.com.brained.taglib.GridConstants
 
DOT_OPTIONS_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
DYNACOMBO_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
DYNAMIC_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 

E

EDITABLE - Static variable in interface mx.com.brained.taglib.GridConstants
 
EDITABLE_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
excelReport(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class mx.com.brained.actions.ReportAction
Method designed to handle exporting to a excel report
execute(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class mx.com.brained.actions.ResourceAction
The main method that will be executed to send through the ServletOutputStream the contents of the file

F

FALSE_VALUE - Static variable in interface mx.com.brained.taglib.GridConstants
 
FALSE_VALUE_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
fetchPropertyNames() - Method in class mx.com.brained.model.impl.DefaultAwGrid
Fetches the property names of the data class
FRAME_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 

G

get(String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Get an object with the specified state
get(String, int) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Get the property
get(String, String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Returns a collection with the properties of the beans whose state matches the key
getAction() - Method in class mx.com.brained.taglib.ComboGridElement
Get the action to be called when the combobox changes its value
getAction() - Method in class mx.com.brained.taglib.GridFrameTag
 
getAction() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getAction() - Method in class mx.com.brained.taglib.GridLibraryTag
 
getAnchor() - Method in class mx.com.brained.taglib.GridFrameTag
 
getAttributes() - Method in class mx.com.brained.taglib.GridUtil
Get a collection full of hashmaps with the attributes depending on the kind of field
getBundle() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the bundle to which the key belongs to
getBundle() - Method in class mx.com.brained.taglib.ComboGridElement
Return the bundle to which the key belongs to
getBundle() - Method in class mx.com.brained.taglib.GridElement
Return the bundle to which the key belongs to
getBundle() - Method in class mx.com.brained.taglib.ListGridElement
 
getCheckboxField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return a Checkbox template
getCollection() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getCollection() - Method in class mx.com.brained.taglib.ListGridElement
 
getColumnProperties() - Method in class mx.com.brained.taglib.GridUtil
Get the column templates to be rendered by the grid
getComboBoxField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return a ComboBox template
getData(String) - Method in interface mx.com.brained.model.AwGrid
Returns a collection containing the data with the specified state
getData(String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Returns a collection containing all the data
getData() - Method in class mx.com.brained.taglib.GridUtil
Return the data entered into the grid
getDataArray() - Method in class mx.com.brained.taglib.GridUtil
Return a string representation of the datalist, ready to be used by the grid
getDataList() - Method in interface mx.com.brained.model.AwGrid
Returns the full collection containing the data, regardless of its state
getDataList() - Method in class mx.com.brained.model.impl.DefaultAwGrid
Returns the full collection containing the data, regardless of its state
getDateField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return a Date template
getDesign(String) - Method in class mx.com.brained.report.impl.ReportCompileManager
Get a binary representation of an xml report (NOT USED)
getDesign(Map) - Method in class mx.com.brained.report.impl.ReportCompileManager
Get a report design getting the parameters obtained from Report DAO
getDesign(String) - Method in interface mx.com.brained.report.ReportCompileManagerIface
 
getDesign(Map) - Method in interface mx.com.brained.report.ReportCompileManagerIface
 
getDynaClass() - Method in class mx.com.brained.model.impl.DefaultAwGrid
Returns the internal DynaClass, required by the DynaBean interface
getDynamic() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getEditableField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return an Editable template
getExcelReport(String, Map) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into an excel file
getExcelReport(String, Map, ReportBean) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into an excel file
getExcelReport(String, Map) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getExcelReport(String, Map, ReportBean) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getFalseValue() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the value that will be rendered as an unchecked checkbox
getFieldValue(JRField) - Method in class mx.com.brained.report.ReportBean
Get the value of the specified field
getForward() - Method in class mx.com.brained.taglib.GridFrameTag
 
getGridUtil() - Method in class mx.com.brained.taglib.GridIteratorTag
Get the current gridUtil, a helper class used to develop the grid
getHeader(int) - Method in interface mx.com.brained.model.AwGrid
Returns the header of the specified property
getHeader(int) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Returns the header of the specified property
getHeaderArray() - Method in class mx.com.brained.taglib.GridUtil
Returns a string representing an array with the headers being rendered
getHeaderString() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getHiddenValues() - Method in class mx.com.brained.taglib.ComboGridElement
 
getHref() - Method in class mx.com.brained.taglib.GridFrameTag
 
getHtmlReport(String, Map) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into an HTML file
getHtmlReport(String, Map, ReportBean) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into a HTML file
getHtmlReport(String, Map) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getHtmlReport(String, Map, ReportBean) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getId() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getIndex() - Method in class mx.com.brained.taglib.GridIteratorTag
True index that is iterating
getIndexId() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getIterator(String, String) - Method in class mx.com.brained.taglib.ComboGridElement
 
getIterator(String, String) - Method in class mx.com.brained.taglib.ListGridElement
 
getLabelProperty() - Method in class mx.com.brained.taglib.ComboGridElement
Get the property to be rendered as the label of the combobox option
getLabelValue() - Method in class mx.com.brained.taglib.ComboGridElement
Sets the property to be rendered as the value of the combobox option
getLength() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getLinkName() - Method in class mx.com.brained.taglib.GridFrameTag
 
getListField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return a list template
getLocale() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the locale that was set
getLocale() - Method in class mx.com.brained.taglib.ComboGridElement
Return the locale that was set
getLocale() - Method in class mx.com.brained.taglib.GridElement
Return the locale that was set
getLocale() - Method in class mx.com.brained.taglib.ListGridElement
 
getModule() - Method in class mx.com.brained.taglib.GridFrameTag
 
getMultipleSelection() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getName() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Returns the name of the bean containing the value to be rendered
getName() - Method in class mx.com.brained.taglib.ComboGridElement
Returns the name of the bean containing the value to be rendered
getName() - Method in class mx.com.brained.taglib.GridElement
Returns the name of the bean containing the value to be rendered
getName() - Method in class mx.com.brained.taglib.GridFrameTag
 
getName() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getName() - Method in class mx.com.brained.taglib.ListGridElement
 
getOffset() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getOptions() - Method in class mx.com.brained.taglib.ComboGridElement
Get the name of the array containing the beans to be rendered as options in the combobox
getOptions(Iterator) - Method in class mx.com.brained.taglib.ListGridElement
Get a string representation of the subgrid data
getPage() - Method in class mx.com.brained.taglib.GridFrameTag
 
getParamId() - Method in class mx.com.brained.taglib.GridFrameTag
 
getParamMap() - Method in class mx.com.brained.taglib.GridFrameTag
 
getParamMapProperty() - Method in class mx.com.brained.taglib.GridFrameTag
 
getParamName() - Method in class mx.com.brained.taglib.GridFrameTag
 
getParamProperty() - Method in class mx.com.brained.taglib.GridFrameTag
 
getPdfReport(String, Map) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into a pdf file
getPdfReport(String, Map, ReportBean) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into a pdf file
getPdfReport(String, Map) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getPdfReport(String, Map, ReportBean) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getProperty() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the property of the bean rendered as a checkbox
getProperty() - Method in class mx.com.brained.taglib.ComboGridElement
Return the property of the bean rendered as a combobox
getProperty() - Method in class mx.com.brained.taglib.GridElement
Return the property of the bean rendered as a combobox
getProperty() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getProperty() - Method in class mx.com.brained.taglib.ListGridElement
 
getPropertyArray() - Method in class mx.com.brained.taglib.GridUtil
Returns a String representing an array with the properties of the bean being rendered
getPropertyNames() - Method in interface mx.com.brained.model.AwGrid
Get the name of the properties that the data class contains
getPropertyNames() - Method in class mx.com.brained.model.impl.DefaultAwGrid
Return a list containing the names of the properties of the data class
getReadOnlyField(HashMap, int, ResourceManagerIface) - Method in class mx.com.brained.taglib.GridUtil
Return a Read Only template
getReport(String, Map) - Method in class mx.com.brained.report.impl.ReportFillManager
Get the filled report
getReport(String, Map, ReportBean) - Method in class mx.com.brained.report.impl.ReportFillManager
Get the filled report
getReport(String, Map) - Method in interface mx.com.brained.report.ReportFillManagerIface
 
getReport(String, Map, ReportBean) - Method in interface mx.com.brained.report.ReportFillManagerIface
 
getReport() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getReportData(String, Map) - Method in interface mx.com.brained.report.ReportDAOIface
If getting the report data from another source (not from ActiveWidgets grid) this is the method to override
getReportParameters(String) - Method in interface mx.com.brained.report.ReportDAOIface
This method must return a map containing the report attributes.
getResource(String) - Method in class mx.com.brained.resource.impl.ResourceManager
Return a byte array containing the loaded resource
getResource(String) - Method in interface mx.com.brained.resource.ResourceManagerIface
 
getResourceAsString(String) - Method in class mx.com.brained.resource.impl.ResourceManager
Return a String containing the loaded resource
getResourceAsString(String) - Method in interface mx.com.brained.resource.ResourceManagerIface
 
getRow() - Method in class mx.com.brained.taglib.GridUtil
Get a row from the datalist
getScope() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getStateString() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getStyleClass() - Method in class mx.com.brained.taglib.GridFrameTag
 
getStyleClass() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getTemplates() - Method in class mx.com.brained.taglib.GridUtil
Return all the templates that will be rendered
getTitle() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the resource bundle key to be rendered as the header
getTitle() - Method in class mx.com.brained.taglib.ComboGridElement
Return the resource bundle key to be rendered as the header
getTitle() - Method in class mx.com.brained.taglib.GridElement
Return the resource bundle key to be rendered as the header
getTitle() - Method in class mx.com.brained.taglib.ListGridElement
 
getTitleArray() - Method in class mx.com.brained.taglib.GridUtil
Gets a string representing the header array.
getTrueValue() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Return the value that will be rendered as a checked checkbox
getType() - Method in class mx.com.brained.taglib.CheckBoxGridElement
 
getType() - Method in class mx.com.brained.taglib.GridElement
Get the type of element to be rendered
getType() - Method in class mx.com.brained.taglib.GridIteratorTag
 
getValuecolumn() - Method in class mx.com.brained.taglib.ListGridElement
 
getXmlReport(String, Map) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into an XML file
getXmlReport(String, Map, ReportBean) - Method in class mx.com.brained.report.impl.ReportExportManager
Convert the report into a XML file
getXmlReport(String, Map) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
getXmlReport(String, Map, ReportBean) - Method in interface mx.com.brained.report.ReportExportManagerIface
 
GridConstants - Interface in mx.com.brained.taglib
Title: AwTaglib Description: Active Widgets Tag Library This interface provides the constants used by the framework Copyright: Copyright (c) 2005 Company: Brain-ED
GridElement - Class in mx.com.brained.taglib
 
GridElement() - Constructor for class mx.com.brained.taglib.GridElement
 
GridFrameTag - Class in mx.com.brained.taglib
Title: AwTaglib Description: This tag generates an IFrame HTML tag that will contain a jsp with an ActiveWidgets grid.
GridFrameTag() - Constructor for class mx.com.brained.taglib.GridFrameTag
 
GridIteratorTag - Class in mx.com.brained.taglib
Title: AwTaglib Description: Tag that iterates over its content to generate an ActiveWidgets grid, based on struts logic iterator Copyright: Copyright (c) 2005 Company: Brain-ED
GridIteratorTag() - Constructor for class mx.com.brained.taglib.GridIteratorTag
 
GridLibraryTag - Class in mx.com.brained.taglib
Title: AwTaglib Description: Tag that creates the necessary import js files Copyright: Copyright (c) 2005 Company: Brain-ED
GridLibraryTag() - Constructor for class mx.com.brained.taglib.GridLibraryTag
 
gridUtil - Variable in class mx.com.brained.taglib.GridIteratorTag
 
GridUtil - Class in mx.com.brained.taglib
Title: AwTaglib Description: Active Widgets Tag Library This is the most important class of the whole framework.
GridUtil() - Constructor for class mx.com.brained.taglib.GridUtil
 

H

HEADER - Static variable in interface mx.com.brained.taglib.GridConstants
 
HEADER_ARRAY_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
HEADER_STRING_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
HIDDEN_VALUES - Static variable in interface mx.com.brained.taglib.GridConstants
 
htmlReport(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class mx.com.brained.actions.ReportAction
Method designed to handle exporting to an html report

I

id - Variable in class mx.com.brained.taglib.GridIteratorTag
The name of the script variable that will be exposed
IGNORED - Static variable in interface mx.com.brained.taglib.GridConstants
 
indexId - Variable in class mx.com.brained.taglib.GridIteratorTag
The name of the scripting variable created
init() - Method in class mx.com.brained.report.impl.ReportCompileManager
 
iterator - Variable in class mx.com.brained.taglib.GridIteratorTag
The collection iterator

L

length - Variable in class mx.com.brained.taglib.GridIteratorTag
The length of the iterator (<= 0 equals infinite length)
lengthCount - Variable in class mx.com.brained.taglib.GridIteratorTag
Number of iterations made
lengthValue - Variable in class mx.com.brained.taglib.GridIteratorTag
Real length of the collection
LIBRARY_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
LIST - Static variable in interface mx.com.brained.taglib.GridConstants
 
LIST_OPTIONS - Static variable in interface mx.com.brained.taglib.GridConstants
 
LIST_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
ListGridElement - Class in mx.com.brained.taglib
Title: AwTaglib Description: Tag that renders a list element Copyright: Copyright (c) 2005 Company: Brain-ED
ListGridElement() - Constructor for class mx.com.brained.taglib.ListGridElement
 
locale - Variable in class mx.com.brained.taglib.GridElement
 

M

MAIN_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
MODIFIED - Static variable in interface mx.com.brained.taglib.GridConstants
 
MULTISELECT_VALUE - Static variable in interface mx.com.brained.taglib.GridConstants
 
mx.com.brained.actions - package mx.com.brained.actions
 
mx.com.brained.model - package mx.com.brained.model
 
mx.com.brained.model.impl - package mx.com.brained.model.impl
 
mx.com.brained.report - package mx.com.brained.report
 
mx.com.brained.report.impl - package mx.com.brained.report.impl
 
mx.com.brained.resource - package mx.com.brained.resource
 
mx.com.brained.resource.impl - package mx.com.brained.resource.impl
 
mx.com.brained.taglib - package mx.com.brained.taglib
 

N

name - Variable in class mx.com.brained.taglib.GridElement
 
name - Variable in class mx.com.brained.taglib.GridIteratorTag
Name of the bean containing the collection
NAME_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
NEW - Static variable in interface mx.com.brained.taglib.GridConstants
 
newRow() - Method in class mx.com.brained.taglib.GridUtil
Create a new row for the data list
next() - Method in class mx.com.brained.report.ReportBean
 

O

offset - Variable in class mx.com.brained.taglib.GridIteratorTag
The starting index (relative to zero)
offsetValue - Variable in class mx.com.brained.taglib.GridIteratorTag
Offset value
OPTIONS_COMBO_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
OPTIONS_LIST_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 

P

PDFReport(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class mx.com.brained.actions.ReportAction
Method designed to handle exporting to a pdf report
PROPERTY - Static variable in interface mx.com.brained.taglib.GridConstants
 
property - Variable in class mx.com.brained.taglib.GridElement
 
property - Variable in class mx.com.brained.taglib.GridIteratorTag
Name of the property containing the collection.
PROPERTY_ARRAY_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 

R

READONLY - Static variable in interface mx.com.brained.taglib.GridConstants
 
READONLY_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
release() - Method in class mx.com.brained.taglib.CheckBoxGridElement
Reset the properties to be reused
release() - Method in class mx.com.brained.taglib.ComboGridElement
Reset the properties to be reused
release() - Method in class mx.com.brained.taglib.GridElement
Reset the properties to be reused
release() - Method in class mx.com.brained.taglib.GridFrameTag
Reset the properties to be reused
release() - Method in class mx.com.brained.taglib.GridIteratorTag
Clean the resources
release() - Method in class mx.com.brained.taglib.ListGridElement
Reset the properties to be reused
remove(String, String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Clears the property specified by name of the beans which have an status defined by key
REPORT_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
ReportAction - Class in mx.com.brained.actions
Title: Report Action Description: Struts action that handles report exporting Copyright: Copyright (c) 2005 Company: Brain-ED
ReportAction() - Constructor for class mx.com.brained.actions.ReportAction
 
ReportBean - Class in mx.com.brained.report
Title: AwTaglib Description: Active Widgets Tag Library This javabean handles in an easyway the data submitted by the ActiveWidgets grid Copyright: Copyright (c) 2005 Company: Brain-ED
ReportBean() - Constructor for class mx.com.brained.report.ReportBean
 
ReportCompileManager - Class in mx.com.brained.report.impl
Title: AwTaglib Description: Report Compile Manager handles the process of compiling the reports to be later filled with the information provided by the grid Copyright: Copyright (c) 2005 Company: Brain-ED
ReportCompileManager() - Constructor for class mx.com.brained.report.impl.ReportCompileManager
 
ReportCompileManagerIface - Interface in mx.com.brained.report
Title: AwTaglib Description: Active Widgets Tag Library Interface that defines the general contract of the Compile Manager Copyright: Copyright (c) 2005 Company: Brain-ED
ReportDAOIface - Interface in mx.com.brained.report
Title: AwTaglib Description: Active Widgets Tag Library A ReportDAO is the class that provides the attributes of the report to be generated Copyright: Copyright (c) 2005 Company: Brain-ED
ReportExportManager - Class in mx.com.brained.report.impl
Title: AwTaglib Description: The ReportExportManager is the class that converts the filled report into the specified type Copyright: Copyright (c) 2005 Company: Brain-ED
ReportExportManager() - Constructor for class mx.com.brained.report.impl.ReportExportManager
 
ReportExportManagerIface - Interface in mx.com.brained.report
 
ReportFillManager - Class in mx.com.brained.report.impl
Title: AwTaglib Description: The ReportFillManager class gets a compiled report and fills it with data, in this case, the one provided by the ActiveWidgets grid Copyright: Copyright (c) 2005 Company: Brain-ED
ReportFillManager() - Constructor for class mx.com.brained.report.impl.ReportFillManager
 
ReportFillManagerIface - Interface in mx.com.brained.report
 
ReportUtil - Class in mx.com.brained.report
Title: AwTaglib Description: The ReportUtil class provides a generic way to handle the request parameters to convert them into a form that will be easily parsed by Jasper Reports Copyright: Copyright (c) 2005 Company: Brain-ED
ReportUtil() - Constructor for class mx.com.brained.report.ReportUtil
 
RESOURCE_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
RESOURCE_URL - Static variable in interface mx.com.brained.taglib.GridConstants
 
ResourceAction - Class in mx.com.brained.actions
Title: AwTaglib Description: Special action that handles reading and loading of special resources (usually js or png files) located in the classpath.
ResourceAction() - Constructor for class mx.com.brained.actions.ResourceAction
 
ResourceManager - Class in mx.com.brained.resource.impl
Title: AwTaglib Description: Active Widgets Tag Library This class loads any file that is located in the classpath and returns it either as a string or as a byte array Copyright: Copyright (c) 2005 Company: Brain-ED
ResourceManager() - Constructor for class mx.com.brained.resource.impl.ResourceManager
 
RESOURCEMANAGER - Static variable in interface mx.com.brained.taglib.GridConstants
 
ResourceManagerIface - Interface in mx.com.brained.resource
 

S

scope - Variable in class mx.com.brained.taglib.GridIteratorTag
The scope to look for the bean
SELECTED - Static variable in interface mx.com.brained.taglib.GridConstants
 
sendStream(HttpServletResponse, byte[], String) - Method in class mx.com.brained.actions.ReportAction
 
set(String, Object) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Initialize the property defined by name with the correspondent value
set(String, int, Object) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Set the property specified by name of the bean specified by index with the specified value
set(String, String, Object) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Set the property specified under name of the beans with the status defined by key with the corresponding value
setAction(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the action to be called when the combobox changes its value
setAction(String) - Method in class mx.com.brained.taglib.GridFrameTag
 
setAction(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the action to be called when a report icon is clicked
setAction(String) - Method in class mx.com.brained.taglib.GridLibraryTag
Set the action to be used to load the resources
setAnchor(String) - Method in class mx.com.brained.taglib.GridFrameTag
If using an anchor, set this
setBundle(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the bundle to which the key belongs to
setBundle(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the bundle to which the key belongs to
setBundle(String) - Method in class mx.com.brained.taglib.GridElement
Set the bundle to which the key belongs to
setBundle(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the bundle to which the key belongs to
setCollection(Object) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the collection that will be iterated
setCollection(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the collection containing the values to be used as the sublist
setCompileDir(String) - Method in class mx.com.brained.report.impl.ReportCompileManager
Set the directory where Jasper Reports will generate the output (NOT USED)
setContext(WebApplicationContext) - Method in class mx.com.brained.taglib.GridUtil
 
setDao(ReportDAOIface) - Method in class mx.com.brained.report.impl.ReportCompileManager
Set the datasource from which the report will load the main report attributes
setData(String) - Method in class mx.com.brained.taglib.GridUtil
Add a new data cell to the data list
setDataClass(Class) - Method in interface mx.com.brained.model.AwGrid
Set the type of class that will be populated with the grid's sent data
setDataClass(Class) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Set the type of class that will be populated with the grid's sent data
setDataList(List) - Method in interface mx.com.brained.model.AwGrid
Initialize the grid with some data
setDataList(List) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Initialize the grid with the specified data
setDatos(List) - Method in class mx.com.brained.report.ReportBean
Set the data
setDynamic(String) - Method in class mx.com.brained.taglib.GridIteratorTag
If true, icons for adding and deleting rows will be rendered
setEmptyCollection() - Method in class mx.com.brained.taglib.GridUtil
 
setFalseValue(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the value that will be rendered as an unchecked checkbox
setFillManager(ReportFillManagerIface) - Method in class mx.com.brained.report.impl.ReportExportManager
Set the Fill Manager that will provide the report to be exported
setForward(String) - Method in class mx.com.brained.taglib.GridFrameTag
 
setHeaderString(String) - Method in interface mx.com.brained.model.AwGrid
Set the identifier that will be used to identify the special header field.
setHeaderString(String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Set the identifier that will be used to identify the special data status field.
setHeaderString(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the identifier that will be used to identify the special data status field.
setHiddenValues(String) - Method in class mx.com.brained.taglib.ComboGridElement
If true, the value will be hidden to the user until submit time
setHref(String) - Method in class mx.com.brained.taglib.GridFrameTag
 
setId(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the name of the scripting variable that will be exposed to the page context
setIndexId(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Sets the name of the scripting variable created
setJasperJar(String) - Method in class mx.com.brained.report.impl.ReportCompileManager
Set the location of the Jasper Reports jar (NOT USED)
setLabelProperty(String) - Method in class mx.com.brained.taglib.ComboGridElement
Sets the property to be rendered as the label of the combobox option
setLabelValue(String) - Method in class mx.com.brained.taglib.ComboGridElement
Sets the property to be rendered as the value of the combobox option
setLength(String) - Method in class mx.com.brained.taglib.GridIteratorTag
 
setLinkName(String) - Method in class mx.com.brained.taglib.GridFrameTag
The anchor name to be defined within this page, so that you can reference it with intra-page hyperlinks.
setLocale(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the locale to be rendered
setLocale(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the locale to be rendered
setLocale(String) - Method in class mx.com.brained.taglib.GridElement
Set the locale to be rendered
setLocale(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the locale to be rendered
setModule(String) - Method in class mx.com.brained.taglib.GridFrameTag
If inside a struts module, use this
setMultipleSelection(String) - Method in class mx.com.brained.taglib.GridIteratorTag
If true, the grid will allow multiple selection
setName(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the name of the bean containing the value to be rendered
setName(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the name of the bean containing the value to be rendered
setName(String) - Method in class mx.com.brained.taglib.GridElement
Set the name of the bean containing the value to be rendered
setName(String) - Method in class mx.com.brained.taglib.GridFrameTag
Set the name of the IFrame
setName(String) - Method in class mx.com.brained.taglib.GridIteratorTag
 
setName(String) - Method in class mx.com.brained.taglib.GridUtil
 
setName(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the name of the bean containing the value to be rendered
setOffset(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Declare the offset
setOptions(String) - Method in class mx.com.brained.taglib.ComboGridElement
Sets the array containing the beans to be rendered as options in the combobox
setPage(String) - Method in class mx.com.brained.taglib.GridFrameTag
 
setParamId(String) - Method in class mx.com.brained.taglib.GridFrameTag
The name of the request parameter that will be dynamically added to the generated hyperlink.
setParamMap(String) - Method in class mx.com.brained.taglib.GridFrameTag
The name of a JSP bean that contains a Map representing the query parameters (if property is not specified), or a JSP bean whose property getter is called to return a Map (if property is specified).
setParamMapProperty(String) - Method in class mx.com.brained.taglib.GridFrameTag
The name of a property of the bean specified by the name attribute, whose return value must be a java.util.Map containing the query parameters to be added to the hyperlink.
setParamName(String) - Method in class mx.com.brained.taglib.GridFrameTag
The name of a JSP bean that is a String containing the value for the request parameter named by paramId (if paramProperty is not specified), or a JSP bean whose property getter is called to return a String (if paramProperty is specified).
setParamProperty(String) - Method in class mx.com.brained.taglib.GridFrameTag
The name of a property of the bean specified by the paramName attribute, whose return value must be a String containing the value of the request parameter (named by the paramId attribute) that will be dynamically added to this hyperlink.
setProperty(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the property of the bean rendered as a checkbox
setProperty(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the property of the bean rendered as a combobox
setProperty(String) - Method in class mx.com.brained.taglib.GridElement
Set the property of the bean rendered as a grid element
setProperty(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the name of the property containing the collection.
setProperty(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the property of the bean rendered as a list element
setReport(String) - Method in class mx.com.brained.taglib.GridIteratorTag
If true, icons for exporting the data to a report will be rendered
setReporteCompile(ReportCompileManagerIface) - Method in class mx.com.brained.report.impl.ReportFillManager
Set the preferred compile Manager
setReporteDAO(ReportDAOIface) - Method in class mx.com.brained.report.impl.ReportFillManager
Set the dao from which to get the main report attributes
setReporteExport(ReportExportManagerIface) - Method in class mx.com.brained.actions.ReportAction
Sets the corresponding Export Manager
setResource(ResourceManagerIface) - Method in class mx.com.brained.actions.ResourceAction
Method to set the proper Resource Manager (the class that itself loads the required files)
setScope(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the scope to look for the bean
setStateString(String) - Method in interface mx.com.brained.model.AwGrid
Set the identifier that will be used to identify the special data status field.
setStateString(String) - Method in class mx.com.brained.model.impl.DefaultAwGrid
Set the identifier that will be used to identify the special data status field.
setStateString(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Set the identifier that will be used to identify the special data status field.
setStyleClass(String) - Method in class mx.com.brained.taglib.GridFrameTag
Sets the CSS class to be used by the frame
setStyleClass(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Sets the CSS class that will be rendered as part of the iframe
setTitle(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the resource bundle key to be rendered as the header
setTitle(String) - Method in class mx.com.brained.taglib.ComboGridElement
Set the resource bundle key to be rendered as the header
setTitle(String) - Method in class mx.com.brained.taglib.GridElement
Set the resource bundle key to be rendered as the header
setTitle(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the resource bundle key to be rendered as the header
setTrueValue(String) - Method in class mx.com.brained.taglib.CheckBoxGridElement
Set the value that will be rendered as a checked checkbox
setType(String) - Method in class mx.com.brained.taglib.GridElement
Sets the type of element to be rendered, must be one of the following: readonly editable date
setType(String) - Method in class mx.com.brained.taglib.GridIteratorTag
Sets the class type of each exposed element
setUseBuffer(boolean) - Method in class mx.com.brained.resource.impl.ResourceManager
If set to true, the class will hold a copy of the loaded resource so subsequent calls will load faster
setValuecolumn(String) - Method in class mx.com.brained.taglib.ListGridElement
Set the column to be used as the value
SRC_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
START_SCRIPT - Static variable in interface mx.com.brained.taglib.GridConstants
 
started - Variable in class mx.com.brained.taglib.GridIteratorTag
Check if this instance already started iterating
STATUS_STRING_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
STYLE_CLASS_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
styleClass - Variable in class mx.com.brained.taglib.GridIteratorTag
 

T

TEMPLATES_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
title - Variable in class mx.com.brained.taglib.GridElement
 
TITLES - Static variable in interface mx.com.brained.taglib.GridConstants
 
TITLES_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
toString() - Method in class mx.com.brained.model.impl.DefaultAwGrid
Return a String representation of the data grid for debugging purpouses
toString() - Method in class mx.com.brained.report.ReportBean
 
TRUE_VALUE - Static variable in interface mx.com.brained.taglib.GridConstants
 
TRUE_VALUE_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 
TYPE - Static variable in interface mx.com.brained.taglib.GridConstants
 
type - Variable in class mx.com.brained.taglib.GridElement
 
type - Variable in class mx.com.brained.taglib.GridIteratorTag
The class type of each exposed element

U

UNTOUCHED - Static variable in interface mx.com.brained.taglib.GridConstants
 

V

VALUE_COLUMN - Static variable in interface mx.com.brained.taglib.GridConstants
 
VALUE_COLUMN_TOKEN - Static variable in interface mx.com.brained.taglib.GridConstants
 

X

xmlReport(ActionMapping, ActionForm, HttpServletRequest, HttpServletResponse) - Method in class mx.com.brained.actions.ReportAction
Method designed to handle exporting to an xml report

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

Copyright © 2005 Brain-ED Engineering & Development. All Rights Reserved.