EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y

T

tab - Variable in class echopoint.util.collections.ConcurrentReaderHashMap.HashIterator
 
TabCloseIcon - Static variable in class echopoint.style.echo.ResourceImages
The tab close icon image.
TabCloseRolloverIcon - Static variable in class echopoint.style.echo.ResourceImages
The tab close rollover icon image.
table - Variable in class echopoint.util.collections.ConcurrentReaderHashMap
The hash table data.
TabPaneStyle - Class in echopoint.style.echo.extras
The default style to use for TabPane components.
TabPaneStyle() - Constructor for class echopoint.style.echo.extras.TabPaneStyle
 
Tag - Class in echopoint.model
The model object for use in the TagCloud component.
Tag() - Constructor for class echopoint.model.Tag
Default constructor.
Tag(String, int) - Constructor for class echopoint.model.Tag
Create a new tag with the specified values.
TagCloud - Class in echopoint
A tag cloud component based on client-side code contribued by Tod.
TagCloud() - Constructor for class echopoint.TagCloud
 
TagCloudStyle - Class in echopoint.style
The default style to associate with TagCloud components.
TagCloudStyle() - Constructor for class echopoint.style.TagCloudStyle
 
TagEvent - Class in echopoint.event
An action event that is raised when a user clicks on a Tag in a TagCloud component.
TagEvent(TagCloud, String, Tag) - Constructor for class echopoint.event.TagEvent
 
TARGET - Static variable in class echopoint.style.AnchorStyle
The default target to associate with the anchor tag.
TEMP_DIR - Static variable in class echopoint.tucana.event.DefaultUploadCallback
The system default temporary directory.
TemplateCachingHints - Interface in echopoint.template
TemplateCachingHints is used to indicate to the templating rendering mechanism whether the compiled template data should be cached and for how long.
TemplateCompiler - Interface in echopoint.template.ui
TemplateCompiler are responsible for compiling template data into a XHTML DOM element, ready to be inserted into the rendering output.
TemplateCompilerHints - Interface in echopoint.template
TemplateCompilerHints is used to indicate to the underlying templating compiler mechanism information about how it should compile the templaet data.
TemplateCompilerLoader - Class in echopoint.template.ui
TemplateCompilerLoader is repsonsible for finding a template compiler instance for a given content type
templateDataAsString(Connection, TemplateDataSource) - Method in class echopoint.template.ui.JspXHTMLTemplateCompiler
 
templateDataAsString(Connection, TemplateDataSource) - Method in interface echopoint.template.ui.TemplateCompiler
 
templateDataAsString(Connection, TemplateDataSource) - Method in class echopoint.template.ui.XHTMLTemplateCompiler
 
TemplateDataSource - Interface in echopoint.template
TemplateDataSource is used to return template source data and encoding information for this data.
TemplatePanel - Class in echopoint
TemplatePanel is a container that uses a TemplateLayoutData to render a template of content.
TemplatePanel() - Constructor for class echopoint.TemplatePanel
Constructs a TemplatePanel with no template data as yet.
TemplatePanel(TemplateDataSource) - Constructor for class echopoint.TemplatePanel
Constructs a TemplatePanel with the specified TemplateDataSource.
TemplateTextSubstitution - Interface in echopoint.template
This interface is used substitue named "text tags" in the template markup with variable Strings.
TEXT_BACKGROUND - Static variable in class echopoint.style.InfoWindowStyle
The default text background to use for info window components.
TEXT_CHANGED_PROPERTY - Static variable in class echopoint.Fckeditor
 
TEXT_FOREGROUND - Static variable in class echopoint.style.InfoWindowStyle
The text foreground colour to use for the component.
TextComponentStyle - Class in echopoint.style.echo
A default style to apply to TextComponent derivatives.
TextComponentStyle() - Constructor for class echopoint.style.echo.TextComponentStyle
 
TextField - Class in echopoint.internal
A base class for text field extensions.
TextField() - Constructor for class echopoint.internal.TextField
 
thickness - Variable in class echopoint.google.chart.model.LineStyle
The thickness of the line to draw.
threshold - Variable in class echopoint.util.collections.ConcurrentReaderHashMap
The table is rehashed when its size exceeds this threshold.
ThrowableDescriptor - Class in echopoint.util.throwable
ThrowableDescriptor describes an Throwable and lists if properties, causes and its stack trace.
ThrowableKit - Class in echopoint.util.throwable
ThrowableKit provides helper methods for handling Exceptions in Echo web applications.
ThrowablePropertyDescriptor - Class in echopoint.util.throwable
ThrowablePropertyDescriptor describes a property of an Throwable
TimerExpiryCache - Class in echopoint.util.collections
TimerExpiryCache is an a implementation of ExpiryCache that can contain objects that "expire".
TimerExpiryCache() - Constructor for class echopoint.util.collections.TimerExpiryCache
Constructs a default TimerExpiryCache
TimerExpiryCache(long, long) - Constructor for class echopoint.util.collections.TimerExpiryCache
Constructs a TimerExpiryCache
TimerExpiryCache(long, long, boolean) - Constructor for class echopoint.util.collections.TimerExpiryCache
Constructs a TimerExpiryCache with all the parameters
tint(Color, double, double, double) - Static method in class echopoint.util.ColorKit
Tints a given color by a factor given in red, blue and green.
Title - Class in echopoint.google.chart.model
A model object used to represent the title of a chart.
Title() - Constructor for class echopoint.google.chart.model.Title
Default constructor.
Title(String) - Constructor for class echopoint.google.chart.model.Title
Create a new instance with the single line title specified.
TITLE_FOREGROUND - Static variable in class echopoint.style.InfoWindowStyle
The text foreground colour to use for the title bar.
tokenize(String, String) - Static method in class echopoint.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " as well defining whitespace characters 0 to 32 as delimeters.
tokenize(String, String, boolean) - Static method in class echopoint.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " as well defining whitespace characters 0 to 32 as delimeters.
TokenizerKit - Class in echopoint.util
The TokenizerKit class is useful for break a String down into an array of "Token" strings.
tokenizeStrict(String, String) - Static method in class echopoint.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " but the common whitespace characters space, tab, carriage return and newline are no longer whitespace.
tokenizeStrict(String, String, boolean) - Static method in class echopoint.util.TokenizerKit
Tokenizes a string into an array of Strings based on the delimeters while respecting the quote characters ' and " but the common whitespace characters space, tab, carriage return and newline are no longer whitespace.
ToolTipable - Interface in echopoint.able
The ToolTipable interface is used to set tool tip text which is displayed when the mouse cursor is hovered over the ToolTipable.
TooltipContainer - Class in echopoint.jquery
TooltipContainer is a component that can be positioned anywhere on the screen with an specified size attributes.
TooltipContainer() - Constructor for class echopoint.jquery.TooltipContainer
Creates a new TooltipContainer.
TOPLEFT - Static variable in class echopoint.jquery.TooltipContainer
 
TOPMIDDLE - Static variable in class echopoint.jquery.TooltipContainer
 
TOPRIGHT - Static variable in class echopoint.jquery.TooltipContainer
 
toString() - Method in class echopoint.google.chart.model.BarChartSize
Return a string representation of the data encapsulated in this object.
toString() - Method in class echopoint.tree.DefaultMutableTreeNode
Returns the result of sending toString() to this node's user object, or null if this node has no user object.
toString() - Method in class echopoint.util.collections.ConcurrentReaderHashMap.Entry
 
toString() - Method in class echopoint.util.throwable.ThrowableDescriptor
 
TransitionContainer - Class in echopoint.jquery
A component that renders an animated transition effect when its content is changed.
TransitionContainer() - Constructor for class echopoint.jquery.TransitionContainer
 
traverseComponent(Component, ComponentKit.ComponentTraversalCallBack) - Static method in class echopoint.util.ComponentKit
This method will traverse the current component and all its children, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
traverseInstance(ApplicationInstance, ComponentKit.ComponentTraversalCallBack) - Static method in class echopoint.util.ComponentKit
This method will traverse the EchoInstance and all its child components, in a depth first manner, and call the ComponentTraversalCallBack object for each component found.
TreeNode - Interface in echopoint.tree
The design paradigm and class name used within have been taken directly from the javax.swing package has been retro-fitted to work with the NextApp Echo web framework.
TYPE_BLIND - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_BOUNCE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_CLIP - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_DROP - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_EXPLODE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_FOLD - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_HIGHLIGHT - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_IMMEDIATE_REPLACE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_PUFF - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_PULSATE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_SCALE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_SHAKE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_SIZE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPE_SLIDE - Static variable in class echopoint.jquery.TransitionContainer
 
TYPEFACE_KEY - Static variable in class echopoint.style.DefaultFont
The system property used to configure the font typeface.
TYPEFACE_VALUE - Static variable in class echopoint.style.DefaultFont
The default font face to use if the typeface system property is not set.

EchoPoint API - 3.0.0b5
App Webcontainer
A B C D E F G H I J K L M N O P Q R S T U V W X Y