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

I

IAction - interface com.primix.tapestry.IAction.
A particular type of component usuable with the action service.
IActionListener - interface com.primix.tapestry.IActionListener.
Defines a listener to an IAction component, which is way to get behavior when the component's URL is triggered (or the form containing the component is submitted).
IAsset - interface com.primix.tapestry.IAsset.
Representation of a asset (GIF, JPEG, etc.) that may be owned by a IComponent.
IBeanInitializer - interface com.primix.tapestry.bean.IBeanInitializer.
Interface for a set of classes used to initialize helper beans.
IBeanProvider - interface com.primix.tapestry.IBeanProvider.
An object that provides a component with access to helper beans.
IBinding - interface com.primix.tapestry.IBinding.
A binding is the mechanism used to provide values for parameters of specific IComponent instances.
IBook - interface com.primix.vlib.ejb.IBook.
Remote interface for the Book entity bean.
IBookHome - interface com.primix.vlib.ejb.IBookHome.
Home interface for the IBook entity bean.
IBookQuery - interface com.primix.vlib.ejb.IBookQuery.
Remote interface for the BookQuery stateless session bean.
IBookQueryHome - interface com.primix.vlib.ejb.IBookQueryHome.
Home interface for the IBookQuery session bean.
ICallback - interface com.primix.tapestry.callback.ICallback.
Defines a callback, an object which is used to invoke or reinvoke a method on an object or component in a later request cycle.
ICleanable - interface com.primix.tapestry.util.ICleanable.
An interface implemented by objects that can be cleaned up, which is to say, can release unneeded object references.
IComponent - interface com.primix.tapestry.IComponent.
Defines an object which may be used to provide dynamic content on a Tapestry web page.
id - Variable in class com.primix.tapestry.AbstractComponent
The simple id of this component.
IDirect - interface com.primix.tapestry.IDirect.
Interface that defines classes that may be messaged by the direct service.
IDirectListener - interface com.primix.tapestry.IDirectListener.
Defines a listener to an IDirect component, which is a how the application produces behavior when the component is triggered.
IEngine - interface com.primix.tapestry.IEngine.
Defines the core, session-persistant object used to run a Tapestry application for a single client (each client will have its own instance of the engine).
IEngineService - interface com.primix.tapestry.IEngineService.
A service, provided by the IEngine, for its pages and/or components.
IEntityBean - interface com.primix.vlib.ejb.IEntityBean.
Defines the remove interface for an entity which can download and upload a subset of its properties as a Map.
IErrorProperty - interface com.primix.vlib.IErrorProperty.
Marks pages that have an error property (of type String).
IExternalPage - interface com.primix.vlib.IExternalPage.
Defines a page which may be referenced externally, using an Integer primary key.
IForm - interface com.primix.tapestry.IForm.
A generic way to access a component which defines an HTML form.
IFormComponent - interface com.primix.tapestry.form.IFormComponent.
A common interface implemented by all form components (components that create interactive elements in the rendered page).
IKeyAllocator - interface com.primix.vlib.ejb.IKeyAllocator.
Remote interface to the KeyAllocator stateless session bean.
IKeyAllocatorHome - interface com.primix.vlib.ejb.IKeyAllocatorHome.
Home interface to the IKeyAllocator stateless session bean.
ILifecycle - interface com.primix.tapestry.ILifecycle.
Deprecated. will be removed after 1.1
Image - class com.primix.tapestry.html.Image.
Used to insert an image.
Image() - Constructor for class com.primix.tapestry.html.Image
 
ImageSubmit - class com.primix.tapestry.form.ImageSubmit.
Used to create an image button inside a Form.
ImageSubmit() - Constructor for class com.primix.tapestry.form.ImageSubmit
 
IMailMessageConstants - interface com.primix.vlib.ejb.IMailMessageConstants.
Provides property names used with a MapMessage when communicating between beans via queues.
IMailSender - interface com.primix.vlib.ejb.IMailSender.
A stateless session bean for sending mail to users registerred in the Vlib database.
IMailSenderHome - interface com.primix.vlib.ejb.IMailSenderHome.
Home interface for IMailSender, a stateless session bean.
IMonitor - interface com.primix.tapestry.IMonitor.
Basic support for application monitoring and metrics.
IMultiplePropertySelectionRenderer - interface net.sf.tapestry.contrib.form.IMultiplePropertySelectionRenderer.
Defines an object that works with a MultiplePropertySelection component to render the individual elements obtained from the model.
includeScript(String) - Method in class com.primix.tapestry.html.Body
Used to include a script from an outside URL.
INHERITED - Static variable in class com.primix.tapestry.spec.BindingType
Indicates that an existing binding (from the container) will be re-used.
init(ServletConfig) - Method in class com.primix.tapestry.ApplicationServlet
Reads the application specification when the servlet is first initialized.
initializeForResultCount(int) - Method in class com.primix.vlib.components.Browser
Invoked by the container when the query (otherwise accessed via the query parameter) changes.
Insert - class com.primix.tapestry.components.Insert.
Used to insert some text (from a parameter) into the HTML.
Insert() - Constructor for class com.primix.tapestry.components.Insert
 
InsertBlock - class com.primix.tapestry.components.InsertBlock.
Renders the text and components wrapped by a Block component.
InsertBlock() - Constructor for class com.primix.tapestry.components.InsertBlock
 
InsertText - class com.primix.tapestry.html.InsertText.
Inserts formatted text (possibly collected using a Text component.
InsertText() - Constructor for class com.primix.tapestry.html.InsertText
 
InsertTextMode - class com.primix.tapestry.html.InsertTextMode.
Defines a number of ways to format multi-line text for proper renderring.
InsertTextMode(String) - Constructor for class com.primix.tapestry.html.InsertTextMode
 
InsertWrapped - class com.primix.tapestry.components.InsertWrapped.
Renders the text and components wrapped by a component.
InsertWrapped() - Constructor for class com.primix.tapestry.components.InsertWrapped
 
inspect(String, IRequestCycle) - Method in class com.primix.tapestry.inspector.Inspector
Method invoked by the ShowInspector component, to begin inspecting a page.
Inspector - class com.primix.tapestry.inspector.Inspector.
The Tapestry Inspector page.
Inspector() - Constructor for class com.primix.tapestry.inspector.Inspector
 
IntegerField - class com.primix.tapestry.valid.IntegerField.
A Form component that can be used to create a text field that validates that the user has entered an integer value (if required) and that the value is within a particular range.
IntegerField() - Constructor for class com.primix.tapestry.valid.IntegerField
 
intProperty - Variable in class net.sf.tapestry.junit.prop.PropertyHelperTest.PublicBean
 
INUIT - Static variable in class tutorial.survey.Race
 
invalidField(IValidatingTextField, ValidationConstraint, String) - Method in class com.primix.tapestry.valid.BaseValidationDelegate
Does nothing! Subclasses will almost always want to override this to capture the defaultErrorMessage and store it where it can be displayed when the page is rendered.
invalidField(IValidatingTextField, ValidationConstraint, String) - Method in class com.primix.tapestry.valid.ValidationDelegate
 
invalidField(IValidatingTextField, ValidationConstraint, String) - Method in interface com.primix.tapestry.valid.IValidationDelegate
The error notification method, invoked during the rewind phase (that is, while HTTP parameters are being extracted from the request and assigned to various object properties).
invalidField(IValidatingTextField, ValidationConstraint, String) - Method in class com.primix.vlib.SimpleValidationDelegate
Checks to see if the page already has an error; if not, invokes setError() to update it.
IOperations - interface com.primix.vlib.ejb.IOperations.
Remote interface to the Operations stateless session bean.
IOperationsHome - interface com.primix.vlib.ejb.IOperationsHome.
Home interface to the IOperations stateless session bean.
IPage - interface com.primix.tapestry.IPage.
A root level component responsible for generating an entire a page within the application.
IPageChange - interface com.primix.tapestry.IPageChange.
Represents a change to a component on a page, this represents a datum of information stored by a IPageRecorder.
IPageLoader - interface com.primix.tapestry.IPageLoader.
Interface exposed to components as they are loaded by the page loader.
IPageRecorder - interface com.primix.tapestry.IPageRecorder.
Defines an object that can observe changes to properties of a page and its components, store the state of the page between request cycles, and restore a page's state on a subsequent request cycle.
IPageSource - interface com.primix.tapestry.IPageSource.
Abstracts the process of loading pages from thier specifications as well as pooling of pages once loaded.
IPerson - interface com.primix.vlib.ejb.IPerson.
Remote interface for the Person entity bean.
IPersonHome - interface com.primix.vlib.ejb.IPersonHome.
Home interface for the IPerson entity bean.
IPoolable - interface com.primix.tapestry.util.pool.IPoolable.
Marks an object as being aware that is to be stored into a Pool.
IPropertyAccessor - interface com.primix.tapestry.util.prop.IPropertyAccessor.
Defines the methods by which a PropertyHelper can access the properties of the class it provides property access to.
IPropertyHolder - interface com.primix.tapestry.util.IPropertyHolder.
An interface that defines an object that can store named propertys.
IPropertySelectionModel - interface com.primix.tapestry.form.IPropertySelectionModel.
Used by a PropertySelection to provide labels for options.
IPropertySelectionRenderer - interface com.primix.tapestry.form.IPropertySelectionRenderer.
Defines an object that works with a PropertySelection component to render the individual elements obtained from the model.
IPublicBean - interface com.primix.tapestry.util.prop.IPublicBean.
A marker interfaces for objects that allow access to their public instance variables as if they were JavaBeans properties.
IPublisher - interface com.primix.vlib.ejb.IPublisher.
Remote interface for the Publisher entity bean.
IPublisherHome - interface com.primix.vlib.ejb.IPublisherHome.
Home interface for the IPublisher entity bean.
IRender - interface com.primix.tapestry.IRender.
An element that may be asked to render itself to an IResponseWriter using a IRequestCycle.
IRenderDescription - interface com.primix.tapestry.IRenderDescription.
An object which may render a description of itself, which is used in debugging (i.e., by the Inspector).
IRequestCycle - interface com.primix.tapestry.IRequestCycle.
Controller object that manages a single request cycle.
IResourceResolver - interface com.primix.tapestry.IResourceResolver.
An object which is used to resolve classes and class-path resources.
IResponseWriter - interface com.primix.tapestry.IResponseWriter.
Defines an object that can write markup (XML, HTML, XHTML) style output.
isAdmin() - Method in class com.primix.vlib.components.Border
Returns true if the user is logged in and is an adminstrator.
isAdmin() - Method in class com.primix.vlib.ejb.Person
 
isAdmin() - Method in interface com.primix.vlib.ejb.IPerson
 
isAdmin() - Method in class com.primix.vlib.ejb.impl.PersonBean
 
ISBN - Variable in class com.primix.vlib.ejb.impl.BookBean
 
ISBN_COLUMN - Static variable in class com.primix.vlib.ejb.Book
 
isBorrowed() - Method in class com.primix.vlib.ejb.Book
Returns true if the book is borrowed; that is, if its holder doesn't match its owner.
isCautious() - Method in class com.primix.tapestry.html.Script
Returns true if the script is configured cautious (may load a different script on a subsequent render) or normal (once a script is loaded, it is "locked in" for all subsequent request cycles).
IScript - interface com.primix.tapestry.IScript.
An object that can convert a set of symbols into a collection of JavaScript statements.
IScriptSource - interface com.primix.tapestry.IScriptSource.
Provides access to an IScript.
IScriptToken - interface com.primix.tapestry.script.IScriptToken.
Defines the responsibilities of a template token used by a ParsedScript ...
isDebugEnabled() - Method in class com.primix.vlib.VirtualLibraryEngine
 
isDirect() - Method in class com.primix.tapestry.form.Form
Returns true if this Form is configured to use the direct service.
isDirty() - Method in interface com.primix.tapestry.IPageRecorder
Returns true if the recorder has observed any changes that have not been committed to external storage.
isDirty() - Method in class com.primix.tapestry.record.PageRecorder
Returns true if the page has observed a change.
isDirty() - Method in class com.primix.vlib.ejb.impl.AbstractEntityBean
Returns a flag that indicates that the entity must be saved to the database.
isDisabled() - Method in interface com.primix.tapestry.components.IServiceLink
Returns whether this service link component is enabled or disabled.
isDisabled() - Method in class com.primix.tapestry.form.RadioGroup
Used by Radio components wrapped by this RadioGroup to see if the group as a whole is disabled.
isDisabled() - Method in class com.primix.tapestry.form.Select
 
isDisabled() - Method in class com.primix.tapestry.form.PropertySelection
Returns true if this PropertySelection's disabled parameter yields true.
isDisabled() - Method in class com.primix.tapestry.link.AbstractServiceLink
Returns true if the link is disabled, false otherwise.
isDisabled() - Method in class net.sf.tapestry.contrib.form.MultiplePropertySelection
Returns true if the component is disabled (this is relevant to the renderer).
isElement(Node, String) - Method in class com.primix.tapestry.util.xml.AbstractDocumentParser
Returns true if the node is an element with the specified name.
IServiceLink - interface com.primix.tapestry.components.IServiceLink.
A component that renders an HTML <a> element.
isEven() - Method in class com.primix.tapestry.inspector.EvenOdd
 
isExhaustive() - Method in class com.primix.tapestry.util.exception.ExceptionAnalyzer
If true, then stack trace is extracted for each exception.
isExpanded() - Method in class tutorial.portal.PortletModel
 
isHidden() - Method in interface com.primix.vlib.ejb.IBook
 
isHidden() - Method in class com.primix.vlib.ejb.Book
 
isHidden() - Method in class com.primix.vlib.ejb.impl.BookBean
 
isLast() - Method in class com.primix.tapestry.html.ExceptionDisplay
 
isLendable() - Method in interface com.primix.vlib.ejb.IBook
 
isLendable() - Method in class com.primix.vlib.ejb.Book
 
isLendable() - Method in class com.primix.vlib.ejb.impl.BookBean
 
isLibraryPage() - Method in class com.primix.vlib.components.Border
 
isLinkEnabled() - Method in class com.primix.vlib.components.Borrow
 
isLocked() - Method in interface com.primix.tapestry.IPageRecorder
Returns true if the recorder is in a locked state, following a IPageRecorder.commit().
isLocked() - Method in class com.primix.tapestry.record.PageRecorder
Returns true if the recorder is locked.
isLockedOut() - Method in class com.primix.vlib.ejb.Person
 
isLockedOut() - Method in interface com.primix.vlib.ejb.IPerson
 
isLockedOut() - Method in class com.primix.vlib.ejb.impl.PersonBean
 
isLoggedIn() - Method in class com.primix.vlib.components.Border
 
isLoggedInUser(Integer) - Method in class com.primix.vlib.Visit
 
isLoggedOut() - Method in class com.primix.vlib.components.Border
 
isNew() - Method in class com.primix.vlib.components.BookLink
 
isNull(String) - Static method in class com.primix.tapestry.Tapestry
Returns true if the value is null or empty (is the empty string, or contains only whitespace).
isPasswordError() - Method in class com.primix.vlib.ejb.LoginException
Returns true if the error is related to the password.
ISpecificationSource - interface com.primix.tapestry.ISpecificationSource.
Defines access to component specifications.
isPrefixRegistered(char) - Method in class com.primix.tapestry.util.io.DataSqueezer
Checks to see if a given prefix character has a registered adaptor.
ISqueezeAdaptor - interface com.primix.tapestry.util.io.ISqueezeAdaptor.
Interface which defines a class used to convert data for a specific Java type into a String format (squeeze it), or convert from a String back into a Java type (unsqueeze).
isReadable() - Method in class com.primix.tapestry.bean.BeanProviderHelper.BeanAccessor
 
isReadable() - Method in class com.primix.tapestry.listener.ListenerMapHelper.ListenerMapAccessor
 
isReadable() - Method in class com.primix.tapestry.util.prop.MapHelper.MapAccessor
 
isReadable() - Method in interface com.primix.tapestry.util.prop.IPropertyAccessor
Returns true if a method exists to read the current value of the property.
isReadable(Object, String) - Method in class com.primix.tapestry.util.prop.PropertyHelper
 
isReadWrite() - Method in class com.primix.tapestry.bean.BeanProviderHelper.BeanAccessor
 
isReadWrite() - Method in class com.primix.tapestry.listener.ListenerMapHelper.ListenerMapAccessor
 
isReadWrite() - Method in class com.primix.tapestry.util.prop.MapHelper.MapAccessor
 
isReadWrite() - Method in interface com.primix.tapestry.util.prop.IPropertyAccessor
Returns true if the property is readable and writable: it contains both accessor and mutator methods.
isRequired() - Method in class com.primix.tapestry.spec.ParameterSpecification
Returns true if the parameter is required by the component.
isRequired() - Method in interface com.primix.tapestry.valid.IValidatingTextField
Returns true if entering a non-null value into the field is required.
isRequired() - Method in class com.primix.tapestry.valid.AbstractValidatingTextField
Returns the value of the required parameter, or false if the parameter is not bound.
isReservedParameterName(String) - Method in class com.primix.tapestry.spec.ComponentSpecification
Returns true if the value specified is in the reserved name list.
isResetServiceDisabled() - Method in class com.primix.tapestry.inspector.ShowEngine
Invokes IEngine.isResetServiceEnabled() and inverts the result.
isResetServiceEnabled() - Method in interface com.primix.tapestry.IEngine
Returns true if the application allows the reset service.
isResetServiceEnabled() - Method in class com.primix.tapestry.engine.AbstractEngine
Returns true if the reset service is curently enabled.
isRewinding() - Method in interface com.primix.tapestry.IForm
Returns true if the form is rewinding (meaning, the form was the subject of the request cycle).
isRewinding() - Method in interface com.primix.tapestry.IRequestCycle
Returns true if the context is being used to rewind a prior state of the page.
isRewinding() - Method in class com.primix.tapestry.engine.RequestCycle
 
isRewinding() - Method in class com.primix.tapestry.form.Form
Indicates to any wrapped form components that they should respond to the form submission.
isRewinding() - Method in class com.primix.tapestry.form.RadioGroup
 
isRewinding() - Method in class com.primix.tapestry.form.Select
 
isRewound(IComponent) - Method in interface com.primix.tapestry.IRequestCycle
Checks to see if the current action id matches the target action id.
isRewound(IComponent) - Method in class com.primix.tapestry.engine.RequestCycle
 
isSelected(int) - Method in class com.primix.tapestry.form.RadioGroup
Used by Radio components when rewinding to see if their value was submitted.
isSelected(String) - Method in class com.primix.tapestry.form.Select
 
isSelection(Object) - Method in class com.primix.tapestry.form.RadioGroup
Returns true if the value is equal to the current selection for the group.
isSelectionsOk() - Method in class com.primix.vlib.pages.admin.TransferBooks
 
isSortUser() - Method in class net.sf.tapestry.contrib.palette.Palette
 
isStateful() - Method in interface com.primix.tapestry.IEngine
Returns true if the engine has state and, therefore, should be stored in the HttpSession.
isStateful() - Method in class com.primix.tapestry.engine.AbstractEngine
 
isStateful() - Method in class com.primix.tapestry.link.Direct
Returns true if the stateful parameter is bound to a true value.
isStatic() - Method in interface com.primix.tapestry.IBinding
Returns true if the value is statically defined.
isStatic() - Method in class com.primix.tapestry.binding.AbstractBinding
Default implementation: returns true.
isStatic() - Method in class com.primix.tapestry.binding.PropertyBinding
Returns false.
IStatement - interface com.primix.tapestry.util.jdbc.IStatement.
A wrapper around Statement or PreparedStatement.
isUserLoggedIn() - Method in class com.primix.vlib.Visit
Returns true if the user is logged in.
isUserLoggedOut() - Method in class com.primix.vlib.Visit
Returns true if the user has not been identified (has not logged in).
isVerified() - Method in class com.primix.vlib.ejb.Person
 
isVerified() - Method in interface com.primix.vlib.ejb.IPerson
 
isVerified() - Method in class com.primix.vlib.ejb.impl.PersonBean
 
isWeekend() - Method in class tutorial.portal.Weather
 
isWritable() - Method in class com.primix.tapestry.bean.BeanProviderHelper.BeanAccessor
 
isWritable() - Method in class com.primix.tapestry.listener.ListenerMapHelper.ListenerMapAccessor
 
isWritable() - Method in class com.primix.tapestry.util.prop.MapHelper.MapAccessor
 
isWritable() - Method in interface com.primix.tapestry.util.prop.IPropertyAccessor
Returns true if a method exists to update the current value of the property.
isWritable(Object, String) - Method in class com.primix.tapestry.util.prop.PropertyHelper
 
ITemplateParserDelegate - interface com.primix.tapestry.parse.ITemplateParserDelegate.
Provides a TemplateParser with additional information about dynamic components.
ITemplateSource - interface com.primix.tapestry.ITemplateSource.
A source of localized HTML templates for components.
IValidatingTextField - interface com.primix.tapestry.valid.IValidatingTextField.
Interface for a number of components that act as a normal TextField component, but perform extra validation.
IValidationDelegate - interface com.primix.tapestry.valid.IValidationDelegate.
Interface used to communicate errors from an IValidatingTextField component to some application-specific code.

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