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

A

AJAX_HEADER - Static variable in class net.sf.tacos.partial.PartialService
Ajax request header
AJAX_REQUEST_TYPE - Static variable in interface net.sf.tacos.ajax.AjaxWebRequest
Value of AjaxWebRequest.REQUEST_TYPE_HEADER that represents ajax requests
AjaxDirectLink - class net.sf.tacos.ajax.components.AjaxDirectLink.
Generates links that invoke ajax requests to AjaxDirectService engine service.
AjaxDirectLink() - Constructor for class net.sf.tacos.ajax.components.AjaxDirectLink
 
AjaxDirectService - interface net.sf.tacos.ajax.AjaxDirectService.
Service responsible for handling Link requests from pages, similar to the DirectService, except that this service handles Ajax XmlHttpRequest requests.
AjaxDirectServiceImpl - class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl.
Implementation of AjaxDirectService.
AjaxDirectServiceImpl() - Constructor for class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
 
AjaxDirectServiceParameter - class net.sf.tacos.ajax.AjaxDirectServiceParameter.
Adds additional functionality to DirectServiceParameter in the form of being able to specify optional id's of components that should have their contents replaced on a page.
AjaxDirectServiceParameter(IDirect, Object[], String[], String[]) - Constructor for class net.sf.tacos.ajax.AjaxDirectServiceParameter
Creates a parameter list that will cause the entire page to re-render, with only the contents of the specified IComponents returned and updated on the client.
AjaxDirectServiceParameter(IDirect, Object[], String[], String[], boolean) - Constructor for class net.sf.tacos.ajax.AjaxDirectServiceParameter
Same as {@link #AjaxDirectServiceParameter(IDirect, Object[], String[], String[]), except the additional paramter updateDirect overrides the default behaviour of having the components rendered by direct invocation, rather than having the entire page re-rendered with only the ajax output returned to the client.
AjaxForm - class net.sf.tacos.ajax.components.AjaxForm.
Overrides default Form behaviour.
AjaxForm() - Constructor for class net.sf.tacos.ajax.components.AjaxForm
 
AjaxWebRequest - interface net.sf.tacos.ajax.AjaxWebRequest.
Represents a threaded ajax request to tapestry.
AjaxWebRequestImpl - class net.sf.tacos.ajax.impl.AjaxWebRequestImpl.
Implementation of AjaxWebRequest.
AjaxWebRequestImpl() - Constructor for class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
Default constructor
AutocompleteField - class net.sf.tacos.demo.partial.AutocompleteField.
Provides example of using an autocompleteing text field.
AutocompleteField() - Constructor for class net.sf.tacos.demo.partial.AutocompleteField
 
Autocompleter - class net.sf.tacos.ajax.components.Autocompleter.
Autocompleteing helper component intended to be used with a TextField component to provide a searchable/selectable drop down list of choices for a form input text field.
Autocompleter() - Constructor for class net.sf.tacos.ajax.components.Autocompleter
 
addNote(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialForms
 
ajaxRequest - Variable in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Ajax request
ajaxRequest - Variable in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Ajax request

B

BEGIN_COMMENT - Static variable in class net.sf.tacos.util.StringUtils
XML cdata start
beforeBodyRender(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class net.sf.tacos.link.FixPosLinkRenderer
 
beforeRenderBody(IMarkupWriter, IRequestCycle, Serializable, boolean) - Method in interface net.sf.tacos.partial.PartialRenderBlock
Invoked before this blocks body is rendered.
beforeRenderBody(IMarkupWriter, IRequestCycle, Serializable, boolean) - Method in class net.sf.tacos.tree.Tree
Invoked before this blocks body is rendered.
buildMethodCallBack(IComponentSpecification, MethodSignature, MethodSignature) - Method in class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker
Builds the new enhanced render method which calls ResponseBuilder to get the correct writer to use for method.
buildUpdateIdList(String[], String[]) - Static method in class net.sf.tacos.TacosUtil
Builds a javascript string array of refresh comps/blocks.
buildUpdateIdList() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Builds a string list of all the component/block ids that were specified on this link, suitable for inclusion in a javascript call.

C

CONTENT_TYPE - Static variable in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Content type
CONTENT_TYPE - Static variable in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Content type
CURRENTID_ATTRIBUTE - Static variable in class net.sf.tacos.partial.Part
Deprecated.  
ComponentLookupContext - class net.sf.tacos.util.ComponentLookupContext.
 
ComponentLookupContext(IComponent) - Constructor for class net.sf.tacos.util.ComponentLookupContext
 
CountryFlagRenderer - class net.sf.tacos.demo.partial.CountryFlagRenderer.
Demonstrates rendering more than just string values for Autocompleter components.
CountryFlagRenderer() - Constructor for class net.sf.tacos.demo.partial.CountryFlagRenderer
 
cancelTask(IRequestCycle) - Method in class net.sf.tacos.ajax.components.ProgressBar
Cancels the threaded run of the currently running task, if selected by the user and if the specified task adheres to the cancel request.
cancelTask() - Method in interface net.sf.tacos.ajax.components.ProgressWorker
Can be invoked by a user inpatient to see the request completed.
cancelTask() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread
Can be invoked by a user inpatient to see the request completed. Method doesn't have to cancel exactly when called, or at all, but it is expected that this method will block at least until the task is complete. Only return from this call if calling ProgressWorker.isComplete() will return true.
checkComponentContainers(IComponent) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Certain components that a requested component refresh are contained by might prevent the successfull render of a component directly, such as a Foreach component.
checkComponentContainers(IComponent) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Certain components that a requested component refresh are contained by might prevent the successfull render of a component directly, such as a Foreach component.
chooseCountry(IRequestCycle) - Method in class net.sf.tacos.demo.partial.FormEffects
Invoked by form
chooseRegion(IRequestCycle) - Method in class net.sf.tacos.demo.partial.FormEffects
Does nothing
cleanupAfterRender() - Method in interface net.sf.tacos.ajax.ResponseBuilder
Invoked by AjaxDirectService after a request cycle so invokers can cleanup resources.
cleanupAfterRender() - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Invoked by AjaxDirectService after a request cycle so invokers can cleanup resources.

In the case of full page/non direct component invocations this causes all the buffered component IMarkupWriter instances to have their contents written to the response stream.

cleanupAfterRender() - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Invoked by AjaxDirectService after a request cycle so invokers can cleanup resources.

In the case of full page/non direct component invocations this causes all the buffered component IMarkupWriter instances to have their contents written to the response stream.

cleanupAfterRender(IRequestCycle) - Method in class net.sf.tacos.partial.PartialForeach
clearCountry(IRequestCycle) - Method in class net.sf.tacos.demo.partial.FormEffects
Invoked to clear the chosen country.
collapseAll(IRequestCycle) - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
collapseAll() - Method in interface net.sf.tacos.tree.ITreeManager
 
collapseAll() - Method in class net.sf.tacos.tree.TreeManager
 
compare(Object, Object) - Method in class net.sf.tacos.demo.tree.fs.FileComparator
 
containsComponentId(String) - Method in interface net.sf.tacos.ajax.AjaxWebRequest
Checks if this request contains the specified component id.
containsComponentId(String) - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
Checks if this request contains the specified component id.
contentExpansion(IRequestCycle) - Method in class net.sf.tacos.tree.Tree
Invoked by contentLinkToggle component, will invoke Tree.expansion(IRequestCycle) first before checking if the invoking component specified an IActionListener and any optional parameters it may need.
createAjaxRequestAccessor(EnhancementOperation, IComponentSpecification) - Method in class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker
Creates an accessor method on the IComponent being enhanced so it can access the AjaxWebRequest at runtime.
createBuilder(IRequestCycle, WebRequest) - Method in interface net.sf.tacos.ajax.ResponseContributor
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createBuilder(IRequestCycle, WebRequest) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createBuilder(IRequestCycle, WebRequest) - Method in class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
Creates the appropriate ResponseBuilder instance to handle the incoming ajax request.
createNote() - Method in class net.sf.tacos.demo.partial.NoteStore
 

D

DATE_FORMAT - Static variable in class net.sf.tacos.demo.partial.PartialPrototype
 
DefaultListItemRenderer - class net.sf.tacos.ajax.components.DefaultListItemRenderer.
Default implementation of ListItemRenderer.
DefaultListItemRenderer() - Constructor for class net.sf.tacos.ajax.components.DefaultListItemRenderer
 
directUpdate - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
Whether or not is directly updating components

E

END_COMMENT - Static variable in class net.sf.tacos.util.StringUtils
XML character data end
editNote(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialForms
 
ensureValidScriptTags(String) - Static method in class net.sf.tacos.util.StringUtils
Takes any tags found in the specified input string and replaces their contents into one large block (meaning if multiple script blocks are found, they will be turned into one), with the addition of StringUtils.BEGIN_COMMENT inserted before the logic block and StringUtils.END_COMMENT inserted after the logic block.
expand(String) - Method in class net.sf.tacos.util.LookupExpander
 
expandAll(IRequestCycle) - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
expandAll() - Method in interface net.sf.tacos.tree.ITreeManager
 
expandAll() - Method in class net.sf.tacos.tree.TreeManager
 
expansion(IRequestCycle) - Method in class net.sf.tacos.tree.Tree
Called to request the expansion of a tree node.

F

FileComparator - class net.sf.tacos.demo.tree.fs.FileComparator.
 
FileComparator() - Constructor for class net.sf.tacos.demo.tree.fs.FileComparator
 
FileKeyProvider - class net.sf.tacos.demo.tree.fs.FileKeyProvider.
 
FileKeyProvider() - Constructor for class net.sf.tacos.demo.tree.fs.FileKeyProvider
 
FileTreePage - class net.sf.tacos.demo.tree.fs.FileTreePage.
 
FileTreePage() - Constructor for class net.sf.tacos.demo.tree.fs.FileTreePage
 
FixPosLinkRenderer - class net.sf.tacos.link.FixPosLinkRenderer.
 
FixPosLinkRenderer() - Constructor for class net.sf.tacos.link.FixPosLinkRenderer
 
Folder - class net.sf.tacos.demo.tree.Folder.
 
Folder(String) - Constructor for class net.sf.tacos.demo.tree.Folder
 
Folder(Folder, String) - Constructor for class net.sf.tacos.demo.tree.Folder
 
FormEffects - class net.sf.tacos.demo.partial.FormEffects.
Demonstrates a combination of effects now possible.
FormEffects() - Constructor for class net.sf.tacos.demo.partial.FormEffects
 
folder(String) - Method in class net.sf.tacos.demo.tree.Folder
 

G

getAjaxEngine() - Method in class net.sf.tacos.ajax.components.Autocompleter
Injected AjaxDirect engine
getAjaxEngineService() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Injected ajax service
getAjaxEngineService() - Method in class net.sf.tacos.ajax.components.AjaxForm
Injected ajax service
getAjaxEngineService() - Method in class net.sf.tacos.ajax.components.Refresh
Injected ajax service
getAjaxEngineService() - Method in class net.sf.tacos.demo.partial.ProgressCounter
Injected ajax engine
getAjaxRequest() - Method in interface net.sf.tacos.ajax.AjaxDirectService
Returns an instance of the AjaxWebRequest bound to the current request thread.
getAjaxRequest() - Method in interface net.sf.tacos.ajax.ResponseBuilder
The ajax request
getAjaxRequest() - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
The ajax request
getAjaxRequest() - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
The ajax request
getAjaxRequest() - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
Returns an instance of the AjaxWebRequest bound to the current request thread.
getAjaxService() - Method in class net.sf.tacos.ajax.components.ProgressBar
Injected PartialService
getAllNotes() - Method in class net.sf.tacos.demo.partial.NoteStore
 
getBasePartialServiceUrl() - Method in class net.sf.tacos.partial.PartialCall
 
getChildren(Object) - Method in class net.sf.tacos.demo.tree.SimpleTreeContentProvider
 
getChildren(Object) - Method in interface net.sf.tacos.model.ITreeContentProvider
Returns all child elements of a parent.
getComponentWriter(String) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Gets a NestedMarkupWriter for the specified component to write to and caches the buffer for later write to the stream via the PrototypeResponseBuilder.cleanupAfterRender().
getComponentWriter(String) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Gets a NestedMarkupWriter for the specified component to write to and caches the buffer for later write to the stream via the RicoResponseBuilder.cleanupAfterRender().
getContentProvider() - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
getContentProvider() - Method in class net.sf.tacos.tree.Tree
Injected content provider
getContentType() - Method in interface net.sf.tacos.ajax.ResponseBuilder
Should return the content type response that this builder generates.
getContentType() - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Should return the content type response that this builder generates. Ie "text/plain" or "text/xml". These content types must also exist in the hivemodule.xml contribution tapestry.markup.MarkupFilters.
getContentType() - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Should return the content type response that this builder generates. Ie "text/plain" or "text/xml". These content types must also exist in the hivemodule.xml contribution tapestry.markup.MarkupFilters.
getCurrItem() - Method in class net.sf.tacos.demo.partial.PartialPrototype
 
getCurrNote() - Method in class net.sf.tacos.demo.partial.PartialForms
 
getCurrentId(IRequestCycle) - Static method in class net.sf.tacos.partial.Part
Deprecated.  
getCurrentProgress() - Method in interface net.sf.tacos.ajax.components.ProgressWorker
Should represent a number value indicating the current progress value out of the total derived in ProgressWorker.getTotalProgress().
getCurrentProgress() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread
Should represent a number value indicating the current progress value out of the total derived in ProgressWorker.getTotalProgress().
getCurrentStatus() - Method in interface net.sf.tacos.ajax.components.ProgressWorker
If value not null will be used to display any textual information that may be useful to see along with the basic numeric values.
getCurrentStatus() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread
If value not null will be used to display any textual information that may be useful to see along with the basic numeric values.
getEditorIds() - Method in class net.sf.tacos.demo.partial.PartialForms
 
getElement() - Method in class net.sf.tacos.ajax.components.ProgressBar
Element to wrap body with
getElement() - Method in class net.sf.tacos.partial.Part
Deprecated.  
getElements() - Method in class net.sf.tacos.demo.tree.SimpleTreeContentProvider
 
getElements() - Method in interface net.sf.tacos.model.IContentProvider
 
getEstimatedTimeLeft() - Method in class net.sf.tacos.demo.partial.ProgressCounter
Calculates amount of time left, in minutes, for task.
getFileState() - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
getFolders() - Method in class net.sf.tacos.demo.tree.Folder
 
getGridValues() - Method in class net.sf.tacos.demo.partial.PartialCalls
 
getId() - Method in class net.sf.tacos.demo.partial.Note
 
getIdentityKeyProvider() - Method in class net.sf.tacos.tree.Tree
The default IdentityKeyProvider.
getInputId() - Method in class net.sf.tacos.ajax.components.Autocompleter
Required component id of input field.
getItems() - Method in class net.sf.tacos.demo.partial.PartialPrototype
 
getItems() - Method in class net.sf.tacos.demo.tree.Folder
 
getJavascriptCalls() - Method in class net.sf.tacos.link.FixPosLinkRenderer
Used by PartialLink to get any additional Javascript calls this renderer wishes to add.
getJsArgs() - Method in class net.sf.tacos.partial.PartialCall
 
getJsArrayOfArgs() - Method in class net.sf.tacos.partial.PartialCall
 
getJsArrayOfRefreshPartIds() - Method in class net.sf.tacos.partial.PartialCall
 
getKey(Object) - Method in class net.sf.tacos.demo.tree.fs.FileKeyProvider
 
getKey(Object) - Method in interface net.sf.tacos.model.IKeyProvider
 
getKey(Object) - Method in class net.sf.tacos.model.IdentityKeyProvider
 
getKeyProvider() - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
getKeyProvider() - Method in class net.sf.tacos.partial.PartialForeach
Provides partIds for components participating in partial requests.
getKeyProvider() - Method in class net.sf.tacos.tree.Tree
Injected key provider
getLink(IRequestCycle) - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
getLink(IRequestCycle, boolean, Object) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
getLink(IRequestCycle) - Method in class net.sf.tacos.partial.PartialLink
 
getLink(IRequestCycle, boolean, Object) - Method in class net.sf.tacos.partial.PartialService
 
getLinkListener() - Method in class net.sf.tacos.tree.Tree
Listener to invoke
getLinkString() - Method in class net.sf.tacos.ajax.components.ProgressBar
Constructs a PartialService link request.
getListItemRenderer() - Method in class net.sf.tacos.ajax.components.Autocompleter
List item renderer
getListRenderer() - Method in class net.sf.tacos.demo.partial.AutocompleteField
 
getListRenderer() - Method in class net.sf.tacos.demo.partial.FormEffects
 
getListSource() - Method in class net.sf.tacos.ajax.components.Autocompleter
Required list item source parameter
getListener() - Method in class net.sf.tacos.ajax.components.Autocompleter
Required listener for performing search
getListener() - Method in class net.sf.tacos.partial.PartialCall
 
getListenerInvoker() - Method in class net.sf.tacos.ajax.components.Autocompleter
Injected listener invoker
getListenerInvoker() - Method in class net.sf.tacos.tree.Tree
For invoking linkToggleListener, if it exists
getLocaleList() - Method in class net.sf.tacos.demo.partial.AutocompleteField
Set by invocation of AutocompleteField.searchCountries(String)
getLocaleList() - Method in class net.sf.tacos.demo.partial.FormEffects
Set by invocation of FormEffects.searchCountries(String)
getManager() - Method in class net.sf.tacos.tree.Tree
 
getName() - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
getName() - Method in class net.sf.tacos.demo.tree.Item
 
getName() - Method in class net.sf.tacos.partial.PartialService
 
getNote(Long) - Method in class net.sf.tacos.demo.partial.NoteStore
 
getNoteValue() - Method in class net.sf.tacos.demo.partial.AutocompleteField
form note value
getNumberFormat() - Method in class net.sf.tacos.ajax.components.ProgressBar
Number formatter
getParent() - Method in class net.sf.tacos.demo.tree.Item
 
getParent(Object) - Method in class net.sf.tacos.demo.tree.SimpleTreeContentProvider
 
getParent(Object) - Method in interface net.sf.tacos.model.ITreeContentProvider
Returns the parent of the given element, or null if the the parent can't be determined.
getPartId() - Method in class net.sf.tacos.partial.Part
Deprecated.  
getPartId(IRequestCycle) - Method in class net.sf.tacos.partial.PartialLink
Get the id of the current Part being rendered by this link.
getPartId(IRequestCycle) - Method in interface net.sf.tacos.partial.PartialTrigger
Gets the part id of the html being partially rendered.
getPartIds() - Static method in class net.sf.tacos.partial.PartialService
Get Part IDs for the current render cycle.
getPartWriter(Serializable) - Method in interface net.sf.tacos.partial.PartialRenderBlock
Returns the IMarkupWriter to use to print the contents of the specified part area.
getPartWriter(String) - Static method in class net.sf.tacos.partial.PartialService
 
getPartWriter(Serializable) - Method in class net.sf.tacos.tree.Tree
Returns the IMarkupWriter to use to print the contents of the specified part area. The returned writer doesn't necessarily need to be directly associated with the specified part.
getPartialBlock() - Method in class net.sf.tacos.partial.PartialForeach
Optional render block that will provide IMarkupWriter instances for logic not handled by traditional Part/PartialService semantics.
getPartialService() - Method in class net.sf.tacos.partial.PartialCall
Injected PartialService instance
getPartialService() - Method in class net.sf.tacos.partial.PartialLink
Injected partial service
getPartialTreeBlock() - Method in class net.sf.tacos.tree.Tree
Used to pass self into PartialForeach.
getProgressWorker() - Method in class net.sf.tacos.demo.partial.ProgressCounter
Worker doing import
getRefreshLink() - Method in class net.sf.tacos.demo.partial.ProgressCounter
Generates a link to refresh with.
getRefreshParts() - Method in class net.sf.tacos.partial.PartialCall
 
getRefreshParts() - Method in class net.sf.tacos.partial.PartialForm
 
getRefreshParts() - Method in class net.sf.tacos.partial.PartialLink
Parts to refresh parameter
getRefreshParts() - Method in interface net.sf.tacos.partial.PartialTrigger
Optional list of refresh part ids that should be rendered in addition to the main part.
getResponseBuilder() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
The class responsible for invoking and rendering the responses received from components.
getResponseBuilder(IRequestCycle, WebRequest) - Method in interface net.sf.tacos.ajax.ResponseDelegateFactory
Creates an appropriate ResponseBuilder for the incoming ajax request, if possible.
getResponseBuilder() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
The class responsible for invoking and rendering the responses received from components.
getResponseBuilder(IRequestCycle, WebRequest) - Method in class net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl
Creates an appropriate ResponseBuilder for the incoming ajax request, if possible.
getRowStyle() - Method in class net.sf.tacos.tree.Tree
Optional EvenOdd component
getScript() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Injected script invoked when our link is clicked
getScript() - Method in class net.sf.tacos.ajax.components.AjaxForm
Injected tacos js
getScript() - Method in class net.sf.tacos.ajax.components.Autocompleter
Autocompleter script
getScript() - Method in class net.sf.tacos.ajax.components.Refresh
Injected script invoked when our link is clicked
getScriptCall() - Method in class net.sf.tacos.partial.PartialLink
Parameter javascript call string
getSearchList() - Method in class net.sf.tacos.demo.partial.AutocompleteField
Set by invocation of AutocompleteField.searchCountries(String)
getSearchList() - Method in class net.sf.tacos.demo.partial.FormEffects
Set by invocation of FormEffects.searchCountries(String)
getSelectedFile() - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
getSelectedItems() - Method in class net.sf.tacos.demo.partial.PartialPrototype
 
getSorter() - Method in class net.sf.tacos.tree.Tree
Injected sort Comparator
getStartTime() - Method in class net.sf.tacos.demo.partial.ProgressCounter
Gets start time
getState() - Method in class net.sf.tacos.tree.Tree
Gets default/specified state
getStore() - Method in class net.sf.tacos.demo.partial.PartialForms
 
getText() - Method in class net.sf.tacos.demo.partial.Note
 
getTotalProgress() - Method in interface net.sf.tacos.ajax.components.ProgressWorker
The total value that this progress represents.
getTotalProgress() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread
The total value that this progress represents. This should be specific to your task, not in terms of percent complete, as the percentage values will be calculated automatically by the ProgressBar.
getTreeIterator() - Method in class net.sf.tacos.tree.Tree
The default TreeIterator provided if no other is specified.
getTreeManager() - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
 
getTruncateLength() - Method in class net.sf.tacos.ajax.components.ProgressBar
Gets the value of truncate
getType() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
The type of ajax request made, which should be AjaxWebRequest.AJAX_REQUEST_TYPE in all cases for now.
getType() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
The type of ajax request made, which should be AjaxWebRequest.AJAX_REQUEST_TYPE in all cases for now.
getUpdateBlocks() - Method in class net.sf.tacos.ajax.AjaxDirectServiceParameter
List of html block id's.
getUpdateBlocks() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
Optional list of html block id's that were specified in the AjaxDirectLink request.
getUpdateBlocks() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Html blocks to update in request
getUpdateBlocks() - Method in class net.sf.tacos.ajax.components.Refresh
Html blocks to update in request
getUpdateBlocks() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
Optional list of html block id's that were specified in the AjaxDirectLink request.

Example:

 
getUpdateComponents() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
List of unique component id's that will have their contents refreshed on this request.
getUpdateComponents() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Components to update in request
getUpdateComponents() - Method in class net.sf.tacos.ajax.components.AjaxForm
Components to update in request
getUpdateComponents() - Method in class net.sf.tacos.ajax.components.Refresh
Components to update in request
getUpdateComponents() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
List of unique component id's that will have their contents refreshed on this request.
getUpdateId() - Method in class net.sf.tacos.ajax.components.ProgressBar
Gets this components unique id, or if available the id specified in the html attribute.
getUpdateIds() - Method in class net.sf.tacos.ajax.AjaxDirectServiceParameter
List of optional component ids to update.
getUpdateObject() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Javascript object to call ajaxUpdate on
getUpdateObject() - Method in class net.sf.tacos.ajax.components.Refresh
Javascript object to call ajaxUpdate on
getValue() - Method in class net.sf.tacos.tree.Tree
Current value being rendered
getValueConverter() - Method in class net.sf.tacos.ajax.components.Autocompleter
Injected value converter
getVersion() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
The version of the ajax client library that was used to invoke the ajax cycle.
getVersion() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
The version of the ajax client library that was used to invoke the ajax cycle.
getWorker() - Method in class net.sf.tacos.ajax.components.ProgressBar
gets the worker this component is managing
getWriter() - Method in interface net.sf.tacos.ajax.ResponseBuilder
The writer
getWriter(IComponent, IRequestCycle, IMarkupWriter) - Method in interface net.sf.tacos.ajax.ResponseBuilder
Invoked by enhanced IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle) methods before rendering to replace their incoming IMarkupWriter instance with the one provided by this class, which may return the same writer or a special writer depending on the circumstances.
getWriter(IComponent, IRequestCycle, IMarkupWriter) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Invoked by enhanced IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle) methods before rendering to replace their incoming IMarkupWriter instance with the one provided by this class, which may return the same writer or a special writer depending on the circumstances.
getWriter() - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
The writer
getWriter(IComponent, IRequestCycle, IMarkupWriter) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Invoked by enhanced IRender.render(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle) methods before rendering to replace their incoming IMarkupWriter instance with the one provided by this class, which may return the same writer or a special writer depending on the circumstances.
getWriter() - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
The writer

H

handlesResponse(IRequestCycle, WebRequest) - Method in interface net.sf.tacos.ajax.ResponseContributor
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor manages.
handlesResponse(IRequestCycle, WebRequest) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor manages.
handlesResponse(IRequestCycle, WebRequest) - Method in class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
Determines if the incoming ajax request is capable of being handled by the ResponseBuilder this contributor manages.
hasChildren(Object) - Method in class net.sf.tacos.demo.tree.SimpleTreeContentProvider
 
hasChildren(Object) - Method in interface net.sf.tacos.model.ITreeContentProvider
 

I

IContentProvider - interface net.sf.tacos.model.IContentProvider.
 
IKeyProvider - interface net.sf.tacos.model.IKeyProvider.
An interface for converting an object to a serializable key and back.
ILookupContext - interface net.sf.tacos.util.ILookupContext.
 
INSTANCE - Static variable in class net.sf.tacos.demo.tree.fs.FileComparator
 
INSTANCE - Static variable in class net.sf.tacos.demo.tree.fs.FileKeyProvider
 
INSTANCE - Static variable in class net.sf.tacos.link.FixPosLinkRenderer
 
IPartialService - interface net.sf.tacos.partial.IPartialService.
Deprecated. Use new AjaxDirectService instead.
ITreeContentProvider - interface net.sf.tacos.model.ITreeContentProvider.
 
ITreeManager - interface net.sf.tacos.tree.ITreeManager.
 
IdentityKeyProvider - class net.sf.tacos.model.IdentityKeyProvider.
Default IKeyProvider implementation that uses the object's identity hash.
IdentityKeyProvider() - Constructor for class net.sf.tacos.model.IdentityKeyProvider
 
InjectAjaxComponentRenderWorker - class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker.
Adds method call before AbstractComponent.renderComponent(org.apache.tapestry.IMarkupWriter, org.apache.tapestry.IRequestCycle) which calls the AjaxWebRequest, if available, to get the correct IMarkupWriter to use to render itself, based on the unique component id of the IComponent being rendered.
InjectAjaxComponentRenderWorker() - Constructor for class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker
 
Item - class net.sf.tacos.demo.tree.Item.
 
Item(String) - Constructor for class net.sf.tacos.demo.tree.Item
 
Item(Folder, String) - Constructor for class net.sf.tacos.demo.tree.Item
 
incrementNonRenderBlock() - Method in interface net.sf.tacos.partial.PartialRenderBlock
Called to give components a chance to increment anything they may be doing in a looping structure for part blocks that don't actually get called because they aren't in the current partial cycle.
incrementNonRenderBlock() - Method in class net.sf.tacos.tree.Tree
Called to give components a chance to increment anything they may be doing in a looping structure for part blocks that don't actually get called because they aren't in the current partial cycle.

Currently being used to increment things like EvenOdd tapestry beans.

isComplete() - Method in interface net.sf.tacos.ajax.components.ProgressWorker
Should return true once the task is completed.
isComplete() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread
Should return true once the task is completed.
isCurrSelected() - Method in class net.sf.tacos.demo.partial.PartialPrototype
 
isDirect() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Whether or not to invoke targeted components directly
isDirect() - Method in class net.sf.tacos.ajax.components.Refresh
Whether or not to invoke targeted components directly
isDirectUpdate() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
Whether or not this request expects components to be updated directly, without requiring that the entire page be rendered.
isDirectUpdate() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
Whether or not this request expects components to be updated directly, without requiring that the entire page be rendered.
isExpanded(Object) - Method in interface net.sf.tacos.tree.ITreeManager
 
isExpanded(Object) - Method in class net.sf.tacos.tree.Tree
 
isExpanded(Object) - Method in class net.sf.tacos.tree.TreeManager
 
isExpandedKey(Serializable) - Method in interface net.sf.tacos.tree.ITreeManager
 
isExpandedKey(Serializable) - Method in class net.sf.tacos.tree.TreeManager
 
isImporting() - Method in class net.sf.tacos.demo.partial.ProgressCounter
 
isOptimize() - Method in class net.sf.tacos.partial.Part
Deprecated.  
isPartialRender() - Static method in class net.sf.tacos.partial.PartialService
 
isProcessScripts() - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
Whether or not javascript should process scripts embedded in the response
isProcessScripts() - Method in class net.sf.tacos.ajax.components.Refresh
Whether or not javascript should process scripts embedded in the response
isStateful() - Method in class net.sf.tacos.ajax.components.ProgressBar
isStateful() - Method in class net.sf.tacos.ajax.components.Refresh
isStateful() - Method in class net.sf.tacos.partial.PartialCall
 
isUpdateDirect() - Method in class net.sf.tacos.ajax.AjaxDirectServiceParameter
 
isValidRequest() - Method in interface net.sf.tacos.ajax.AjaxWebRequest
For instances where an ajax request link was setup, but the client invocation of that link could not create a valid ajax request for one reason or another.
isValidRequest() - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
For instances where an ajax request link was setup, but the client invocation of that link could not create a valid ajax request for one reason or another. If this is true the response will be rendered back to the client in text/html mode as a normal request.
item(String) - Method in class net.sf.tacos.demo.tree.Folder
 

J

JS_PATTERN - Static variable in class net.sf.tacos.util.StringUtils
Javascript regexp string looking for

L

ListItemRenderer - interface net.sf.tacos.ajax.components.ListItemRenderer.
Renderer used by Autocompleter component to render lists usable by the currently integrated script.aculo.us javascript library.
LookupExpander - class net.sf.tacos.util.LookupExpander.
 
LookupExpander(ILookupContext) - Constructor for class net.sf.tacos.util.LookupExpander
 
lookup(String) - Method in class net.sf.tacos.util.ComponentLookupContext
 
lookup(String) - Method in interface net.sf.tacos.util.ILookupContext
 

N

Note - class net.sf.tacos.demo.partial.Note.
 
Note() - Constructor for class net.sf.tacos.demo.partial.Note
 
NoteStore - class net.sf.tacos.demo.partial.NoteStore.
 
NoteStore() - Constructor for class net.sf.tacos.demo.partial.NoteStore
 
net.sf.tacos - package net.sf.tacos
 
net.sf.tacos.ajax - package net.sf.tacos.ajax
 
net.sf.tacos.ajax.components - package net.sf.tacos.ajax.components
 
net.sf.tacos.ajax.contrib - package net.sf.tacos.ajax.contrib
 
net.sf.tacos.ajax.impl - package net.sf.tacos.ajax.impl
 
net.sf.tacos.demo.partial - package net.sf.tacos.demo.partial
 
net.sf.tacos.demo.tree - package net.sf.tacos.demo.tree
 
net.sf.tacos.demo.tree.fs - package net.sf.tacos.demo.tree.fs
 
net.sf.tacos.link - package net.sf.tacos.link
 
net.sf.tacos.model - package net.sf.tacos.model
 
net.sf.tacos.partial - package net.sf.tacos.partial
 
net.sf.tacos.tree - package net.sf.tacos.tree
 
net.sf.tacos.util - package net.sf.tacos.util
 

O

onFieldChange(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialCalls
 
onSubmit(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialCalls
 

P

PART_ID - Static variable in class net.sf.tacos.partial.PartialService
Part being rendered
PROTOTYPE_VERSION - Static variable in class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl
Currently supported rico version
PROTOTYPE_VERSION_HEADER - Static variable in interface net.sf.tacos.ajax.AjaxWebRequest
Key in Http header for Prototype library version
PROTOTYPE_VERSION_HEADER - Static variable in class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl
Key in Http header for Prototype library version
Part - class net.sf.tacos.partial.Part.
Deprecated. Use new AjaxDirectService instead, areas don't need to br wrapped by Parts anymore.
Part() - Constructor for class net.sf.tacos.partial.Part
Deprecated.  
PartialCall - class net.sf.tacos.partial.PartialCall.
 
PartialCall() - Constructor for class net.sf.tacos.partial.PartialCall
 
PartialCalls - class net.sf.tacos.demo.partial.PartialCalls.
 
PartialCalls() - Constructor for class net.sf.tacos.demo.partial.PartialCalls
 
PartialForeach - class net.sf.tacos.partial.PartialForeach.
Handles partial renders for Tree component without having to contain each loop within a Part component.
PartialForeach() - Constructor for class net.sf.tacos.partial.PartialForeach
 
PartialForm - class net.sf.tacos.partial.PartialForm.
 
PartialForm() - Constructor for class net.sf.tacos.partial.PartialForm
 
PartialForms - class net.sf.tacos.demo.partial.PartialForms.
 
PartialForms() - Constructor for class net.sf.tacos.demo.partial.PartialForms
 
PartialLink - class net.sf.tacos.partial.PartialLink.
 
PartialLink() - Constructor for class net.sf.tacos.partial.PartialLink
 
PartialPrototype - class net.sf.tacos.demo.partial.PartialPrototype.
 
PartialPrototype() - Constructor for class net.sf.tacos.demo.partial.PartialPrototype
 
PartialRenderBlock - interface net.sf.tacos.partial.PartialRenderBlock.
Handles management of partial requests/renders that are not contained within a Part component.
PartialService - class net.sf.tacos.partial.PartialService.
DirectService with support for Partial Page Rendering.
PartialService() - Constructor for class net.sf.tacos.partial.PartialService
 
PartialTrigger - interface net.sf.tacos.partial.PartialTrigger.
Interface implemented by components that wish to participate in partial method calls.
ProgressBar - class net.sf.tacos.ajax.components.ProgressBar.
Generates and renders a progress bar for use with pages that have extremely heavy loads.
ProgressBar() - Constructor for class net.sf.tacos.ajax.components.ProgressBar
 
ProgressCounter - class net.sf.tacos.demo.partial.ProgressCounter.
Demonstrates use of ProgressBar component to render progress of threaded work.
ProgressCounter() - Constructor for class net.sf.tacos.demo.partial.ProgressCounter
 
ProgressWorkThread - class net.sf.tacos.demo.partial.ProgressWorkThread.
Demonstration of ProgressWorker.
ProgressWorkThread() - Constructor for class net.sf.tacos.demo.partial.ProgressWorkThread
Default constructor
ProgressWorker - interface net.sf.tacos.ajax.components.ProgressWorker.
Used by the ProgressBar component to manage a threaded piece of work in a tapestry page.
PrototypeResponseBuilder - class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder.
Response renderer implementation of the prototype library.
PrototypeResponseBuilder() - Constructor for class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Default constructor
PrototypeResponseContributorImpl - class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl.
Implementation of the prototype library contributor.
PrototypeResponseContributorImpl() - Constructor for class net.sf.tacos.ajax.contrib.PrototypeResponseContributorImpl
 
performEnhancement(EnhancementOperation, IComponentSpecification) - Method in class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker
prepareForRender() - Method in interface net.sf.tacos.ajax.ResponseBuilder
Called before invoking either ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent), or if in full render mode invoking renderRequest(
prepareForRender() - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
Called before invoking either ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent), or if in full render mode invoking renderRequest(
prepareForRender() - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Called before invoking either ResponseBuilder.updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent), or if in full render mode invoking renderRequest(
prepareForRender(IRequestCycle) - Method in class net.sf.tacos.partial.PartialForeach

R

REFRESH_PARTS - Static variable in class net.sf.tacos.partial.PartialService
List of parts to refresh
RENDERING_ATTRIBUTE - Static variable in class net.sf.tacos.partial.Part
Deprecated.  
REQUEST_TYPE_HEADER - Static variable in interface net.sf.tacos.ajax.AjaxWebRequest
Key in Http headers for request type
REQUEST_TYPE_RICO - Static variable in class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
Header for Rico requests
RICO_VERSION - Static variable in class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
Currently supported rico version
Refresh - class net.sf.tacos.ajax.components.Refresh.
Performs a refresh of the specified component/element id's on a page/component.
Refresh() - Constructor for class net.sf.tacos.ajax.components.Refresh
 
ResponseBuilder - interface net.sf.tacos.ajax.ResponseBuilder.
Represents the class responsible for interacting with components for an ajax request library version and type.
ResponseContributor - interface net.sf.tacos.ajax.ResponseContributor.
Determines if the particular incoming ajax request is handled by this contributor/library response type.
ResponseDelegateFactory - interface net.sf.tacos.ajax.ResponseDelegateFactory.
Service used by AjaxDirectService to determine type of ajax request receive and determine the appropriate ResponseBuilder to handle the response.
ResponseDelegateFactoryImpl - class net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl.
Implementation of ResponseDelegateFactory.
ResponseDelegateFactoryImpl() - Constructor for class net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl
 
RicoResponseBuilder - class net.sf.tacos.ajax.contrib.RicoResponseBuilder.
Handles logic of directly invoking and rendering component responses to ajax request.
RicoResponseBuilder() - Constructor for class net.sf.tacos.ajax.contrib.RicoResponseBuilder
Default constructor
RicoResponseContributorImpl - class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl.
Implementation of ResponseContributor that handles rico client requests.
RicoResponseContributorImpl() - Constructor for class net.sf.tacos.ajax.contrib.RicoResponseContributorImpl
 
rand - Static variable in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
Random number generator
removeNote(Long) - Method in class net.sf.tacos.demo.partial.NoteStore
 
removeNote(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialForms
 
renderAdditionalAttributes(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.AjaxDirectLink
renderAdditionalAttributes(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.partial.PartialLink
 
renderBody(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.partial.PartialForeach
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.AjaxForm
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.Autocompleter
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.ProgressBar
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.Refresh
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.partial.Part
Deprecated.  
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.partial.PartialForm
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.tree.Tree
renderInformalParameters(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.partial.PartialForm
 
renderLink(IMarkupWriter, IRequestCycle, ILinkComponent) - Method in class net.sf.tacos.link.FixPosLinkRenderer
 
renderList(IMarkupWriter, IRequestCycle) - Method in class net.sf.tacos.ajax.components.Autocompleter
Invoked by Autocompleter.renderComponent(IMarkupWriter, IRequestCycle) if the response from this request should be the returned value of whichever search was performed.
renderList(IMarkupWriter, IRequestCycle, Iterator) - Method in class net.sf.tacos.ajax.components.DefaultListItemRenderer
Renders an unordered html list to the response, using the specified collection of values as the contents to fill in the
  • elements with.
    renderList(IMarkupWriter, IRequestCycle, Iterator) - Method in interface net.sf.tacos.ajax.components.ListItemRenderer
    Renders an unordered html list to the response, using the specified collection of values as the contents to fill in the
    renderList(IMarkupWriter, IRequestCycle, Iterator) - Method in class net.sf.tacos.demo.partial.CountryFlagRenderer
    Renders an unordered html list to the response, using the specified collection of values as the contents to fill in the
  • elements with.
    renderResponse(IRequestCycle, IPage, IPage, IComponent) - Method in interface net.sf.tacos.ajax.ResponseBuilder
    Called to render a complete response to the client, in the case of of direct component updates being set to false.
    renderResponse(IRequestCycle, IPage, IPage, IComponent) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    Called to render a complete response to the client, in the case of of direct component updates being set to false.
    renderResponse(IRequestCycle, IPage, IPage, IComponent) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    Called to render a complete response to the client, in the case of of direct component updates being set to false.
    renderScript(IRequestCycle, String, String) - Static method in class net.sf.tacos.TacosUtil
    No need to render in rewind.
    responseBuilder - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Component update invoker
    responseContributors - Variable in class net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl
    Configured response contribution choosers
    reveal(Object) - Method in interface net.sf.tacos.tree.ITreeManager
     
    reveal(Object) - Method in class net.sf.tacos.tree.TreeManager
     
    revealSelected(IRequestCycle) - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
     
    run() - Method in class net.sf.tacos.demo.partial.ProgressWorkThread

    S

    SERVICE_NAME - Static variable in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Global service name
    SERVICE_NAME - Static variable in class net.sf.tacos.partial.PartialService
    Global service name
    SimpleTreeContentProvider - class net.sf.tacos.demo.tree.SimpleTreeContentProvider.
     
    SimpleTreeContentProvider() - Constructor for class net.sf.tacos.demo.tree.SimpleTreeContentProvider
     
    StringUtils - class net.sf.tacos.util.StringUtils.
    Provides commonly used string functions not provided by other String based libraries.
    StringUtils() - Constructor for class net.sf.tacos.util.StringUtils
     
    searchCountries(String) - Method in class net.sf.tacos.demo.partial.AutocompleteField
    Invoked by ajax request to perform autocomplete search.
    searchCountries(String) - Method in class net.sf.tacos.demo.partial.FormEffects
    Invoked by ajax request to perform autocomplete search.
    select(IRequestCycle) - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
     
    service(IRequestCycle) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    service(IRequestCycle) - Method in class net.sf.tacos.partial.PartialService
     
    setAjaxRequest(AjaxWebRequest) - Method in interface net.sf.tacos.ajax.ResponseBuilder
    Sets the associated ajax request.
    setAjaxRequest(AjaxWebRequest) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    Sets the associated ajax request.
    setAjaxRequest(AjaxWebRequest) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    Sets the associated ajax request.
    setAjaxRequest(AjaxWebRequest) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected ajax request.
    setAjaxRequest(AjaxWebRequest) - Method in class net.sf.tacos.ajax.impl.InjectAjaxComponentRenderWorker
    Injected ajaexRequest reference.
    setCountry(Locale) - Method in class net.sf.tacos.demo.partial.FormEffects
    Sets the chosen country
    setDelegateFactory(ResponseDelegateFactory) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected delegate for creating responses
    setDirectUpdate(boolean) - Method in interface net.sf.tacos.ajax.AjaxWebRequest
    Sets whether or not this request should directly update components.
    setDirectUpdate(boolean) - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Sets whether or not this request should directly update components.
    setEditorIds(Set) - Method in class net.sf.tacos.demo.partial.PartialForms
     
    setExpanded(Object, boolean) - Method in interface net.sf.tacos.tree.ITreeManager
     
    setExpanded(Object, boolean) - Method in class net.sf.tacos.tree.TreeManager
     
    setExpandedKey(Serializable, boolean) - Method in interface net.sf.tacos.tree.ITreeManager
     
    setExpandedKey(Serializable, boolean) - Method in class net.sf.tacos.tree.TreeManager
     
    setGridValues(List) - Method in class net.sf.tacos.demo.partial.PartialCalls
     
    setId(Long) - Method in class net.sf.tacos.demo.partial.Note
     
    setLinkFactory(LinkFactory) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected link factory
    setLinkFactory(LinkFactory) - Method in class net.sf.tacos.partial.PartialService
     
    setLocaleList(Collection) - Method in class net.sf.tacos.demo.partial.AutocompleteField
    Sets the search list return
    setLocaleList(Collection) - Method in class net.sf.tacos.demo.partial.FormEffects
    Sets the search list return
    setProgressWorker(ProgressWorkThread) - Method in class net.sf.tacos.demo.partial.ProgressCounter
    sets worker doing import
    setRequest(WebRequest) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected request
    setRequest(WebRequest) - Method in class net.sf.tacos.partial.PartialService
     
    setResponseBuilder(ResponseBuilder) - Method in interface net.sf.tacos.ajax.AjaxWebRequest
    Sets the response builder.
    setResponseBuilder(ResponseBuilder) - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Sets the response builder.
    setResponseContributors(List) - Method in class net.sf.tacos.ajax.impl.ResponseDelegateFactoryImpl
    Sets a configured list of ResponseContributor objects to be used in processing ajax requests.
    setResponseRenderer(ResponseRenderer) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected response renderer.
    setResponseRenderer(ResponseRenderer) - Method in class net.sf.tacos.partial.PartialService
     
    setScriptCall(String) - Method in class net.sf.tacos.partial.PartialLink
    Set javascript call string
    setSearchList(Collection) - Method in class net.sf.tacos.demo.partial.AutocompleteField
    Sets the search list return
    setSearchList(Collection) - Method in class net.sf.tacos.demo.partial.FormEffects
    Sets the search list return
    setSelectedFile(File) - Method in class net.sf.tacos.demo.tree.fs.FileTreePage
     
    setSelectedItems(Set) - Method in class net.sf.tacos.demo.partial.PartialPrototype
     
    setStartTime(long) - Method in class net.sf.tacos.demo.partial.ProgressCounter
    Set time - in milliseconds - that worker started
    setState(Set) - Method in class net.sf.tacos.tree.Tree
    Saves tree state
    setStore(NoteStore) - Method in class net.sf.tacos.demo.partial.PartialForms
     
    setText(String) - Method in class net.sf.tacos.demo.partial.Note
     
    setType(String) - Method in interface net.sf.tacos.ajax.AjaxWebRequest
    Sets the type of ajax request.
    setType(String) - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Sets the type of ajax request.
    setVersion(String) - Method in interface net.sf.tacos.ajax.AjaxWebRequest
    Sets the request version.
    setVersion(String) - Method in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Sets the request version.
    setWebResponse(WebResponse) - Method in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Injected response.
    setWebResponse(WebResponse) - Method in class net.sf.tacos.partial.PartialService
     
    setWorker(ProgressWorker) - Method in class net.sf.tacos.ajax.components.ProgressBar
    sets the worker
    setWriter(IMarkupWriter) - Method in interface net.sf.tacos.ajax.ResponseBuilder
    Sets the text/xml response writer.
    setWriter(IMarkupWriter) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    Sets the text/xml response writer.
    setWriter(IMarkupWriter) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    Sets the text/xml response writer.
    startTask(IRequestCycle) - Method in class net.sf.tacos.demo.partial.ProgressCounter
    Starts the progress task.
    storeNote(IRequestCycle) - Method in class net.sf.tacos.demo.partial.AutocompleteField
     
    storeNote(Note) - Method in class net.sf.tacos.demo.partial.NoteStore
     
    storeNote(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialForms
     
    sum(List) - Method in class net.sf.tacos.demo.partial.PartialCalls
     

    T

    TacosUtil - class net.sf.tacos.TacosUtil.
     
    Tree - class net.sf.tacos.tree.Tree.
    Base component for providing Tree-like semantics for displaying data.
    Tree() - Constructor for class net.sf.tacos.tree.Tree
     
    TreeManager - class net.sf.tacos.tree.TreeManager.
     
    TreeManager(Set, ITreeContentProvider, IKeyProvider) - Constructor for class net.sf.tacos.tree.TreeManager
     
    toString() - Method in class net.sf.tacos.demo.tree.Folder
     
    toString() - Method in class net.sf.tacos.demo.tree.Item
     
    toggleItem(IRequestCycle) - Method in class net.sf.tacos.demo.partial.PartialPrototype
     
    trigger(IRequestCycle) - Method in class net.sf.tacos.ajax.components.Autocompleter
    trigger(IRequestCycle) - Method in class net.sf.tacos.ajax.components.ProgressBar
    Called for each refresh of component.
    trigger(IRequestCycle) - Method in class net.sf.tacos.ajax.components.Refresh
    trigger(IRequestCycle) - Method in class net.sf.tacos.demo.partial.ProgressCounter
    trigger(IRequestCycle) - Method in class net.sf.tacos.partial.PartialCall
     
    truncate(String) - Method in class net.sf.tacos.ajax.components.ProgressBar
    Used by UI to truncate a long string to a certain length, followed by 3 ellipses.
    type - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Type of request

    U

    UPDATE_BLOCKS - Static variable in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    List of blocks to update
    UPDATE_COMPONENTS - Static variable in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    List of components to update
    UPDATE_DIRECT - Static variable in class net.sf.tacos.ajax.impl.AjaxDirectServiceImpl
    Whether or not to update components directly
    updateBlocks - Variable in class net.sf.tacos.ajax.AjaxDirectServiceParameter
    List of optional update blocks
    updateBlocks - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Update blocks
    updateComponents - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Update components
    updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent) - Method in interface net.sf.tacos.ajax.ResponseBuilder
    Called to update all components in cycle directly, without causing any other component to render output.
    updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent) - Method in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    Called to update all components in cycle directly, without causing any other component to render output.
    updateComponentsDirect(IRequestCycle, IPage, IPage, IComponent) - Method in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    Called to update all components in cycle directly, without causing any other component to render output.
    updateDirect - Variable in class net.sf.tacos.ajax.AjaxDirectServiceParameter
    Whether or not to update the components directly
    updateIds - Variable in class net.sf.tacos.ajax.AjaxDirectServiceParameter
    List of components to update

    V

    version - Variable in class net.sf.tacos.ajax.impl.AjaxWebRequestImpl
    Version of client library request

    W

    writer - Variable in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    XML Markup writer to write to
    writer - Variable in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    XML Markup writer to write to
    writers - Variable in class net.sf.tacos.ajax.contrib.PrototypeResponseBuilder
    Map of component id's to their nested markup writer instances, which we have to use or else the writer will conflic with our xml nodes
    writers - Variable in class net.sf.tacos.ajax.contrib.RicoResponseBuilder
    Map of component id's to their nested markup writer instances, which we have to use or else the writer will conflic with our xml nodes

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