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

I

ImageIcon - Class in echopoint
The ImageIcon class provides an component that displays an ImageReference.
ImageIcon() - Constructor for class echopoint.ImageIcon
Default constructor.
ImageIcon(ImageReference) - Constructor for class echopoint.ImageIcon
Create a new instance using the specified image reference.
ImageIcon(String) - Constructor for class echopoint.ImageIcon
Create a new instance using an image from the specified HTTP URI.
ImageMap - Class in echopoint
The ImageMap class provides a Component that allows a user to click on region(s) within a provided region.
ImageMap() - Constructor for class echopoint.ImageMap
Default constructor.
ImageMap(ImageReference) - Constructor for class echopoint.ImageMap
Create a new image map using the specified image to use as the region.
ImageMap(String) - Constructor for class echopoint.ImageMap
Create a new image map using the image from the specified URL.
imageReference - Static variable in class echopoint.jquery.DateField
 
index - Variable in class echopoint.util.collections.ConcurrentReaderHashMap.HashIterator
 
InfoWindow - Class in echopoint
A component that displays a floating information window when hovering over a driver text.
InfoWindow() - Constructor for class echopoint.InfoWindow
 
InfoWindowStyle - Class in echopoint.style
A default style class for InfoWindow components.
InfoWindowStyle() - Constructor for class echopoint.style.InfoWindowStyle
 
init() - Method in class echopoint.externalevent.ExternalEventMonitor
When the ExternalEventMonitor is placed in the component hierarchy it is also made known to the ExternalEventMonitorService
init() - Method in class echopoint.style.AbstractStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.AnchorStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.AbstractButtonStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.AbstractListComponentStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.EchoStyleSheet
Initialises the default styles for the various components.
init() - Method in class echopoint.style.echo.extras.AccordionPaneStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.extras.CalendarSelectStyle
 
init() - Method in class echopoint.style.echo.extras.ContextMenuStyle
 
init() - Method in class echopoint.style.echo.extras.ExtrasStyleSheet
Initialises the default styles for the various components.
init() - Method in class echopoint.style.echo.extras.MenuBarPaneStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.extras.TabPaneStyle
 
init() - Method in class echopoint.style.echo.TextComponentStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.echo.WindowPaneStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.google.chart.AbstractChartStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.google.chart.AdvancedChartStyle
 
init() - Method in class echopoint.style.google.chart.BarChartStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.google.chart.ChartStyleSheet
Initialises the default styles for the various components.
init() - Method in class echopoint.style.google.chart.LineChartStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.google.chart.RadarChartStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.google.chart.SparklineStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.InfoWindowStyle
Sub-classes may over-ride this method, or the individual styling methods depending upon which approach is more convenient.
init() - Method in class echopoint.style.ProgressBarStyle
Mandatory style initialisation method to be implemented by all sub-classes.
init() - Method in class echopoint.style.StyleSheet
Initialises the default styles for the various components.
init() - Method in class echopoint.style.TagCloudStyle
Mandatory style initialisation method to be implemented by all sub-classes.
initCause(Throwable, Throwable) - Static method in class echopoint.util.throwable.ThrowableKit
Short hand method for ThrowableKit.attachCause(throwable, cause);
INPUT_ACTION - Static variable in class echopoint.internal.AbstractContainer
The name of the action event registered in the peer when action listeners are added or removed.
InputFieldBackground - Static variable in class echopoint.style.echo.ResourceImages
The image used as background for input fields.
InputFieldBackgroundHightlight - Static variable in class echopoint.style.echo.ResourceImages
The image used as background for highlighted input fields.
InputFieldBackgroundPressed - Static variable in class echopoint.style.echo.ResourceImages
The image used as pressed background for buttons.
InputStreamDownloadProvider - Class in echopoint.tucana
A download provider implementation that streams the contents of the specified input stream to the client request output stream on demand.
InputStreamDownloadProvider(InputStream) - Constructor for class echopoint.tucana.InputStreamDownloadProvider
Create a new download provider instance for the specified input stream.
insert(MutableTreeNode, int) - Method in class echopoint.tree.DefaultMutableTreeNode
Removes newChild from its present parent (if it has a parent), sets the child's parent to this node, and then adds the child to this node's child array at index childIndex.
insert(MutableTreeNode, int) - Method in interface echopoint.tree.MutableTreeNode
Adds child to the receiver at index.
Insetable - Interface in echopoint.able
The Insetable interface is used to set extra space inside and outside a component.
INSTANCE - Static variable in class echopoint.externalevent.ExternalEventMonitorService
The singleton ExternalEventService monitoring service
IntegerTextField - Class in echopoint
A simple regex text field that limits input to integer values only.
IntegerTextField() - Constructor for class echopoint.IntegerTextField
 
intersectAB - Variable in class echopoint.google.chart.model.VennDiagramModel
The field that represents the intersection of circles A and B.
intersectABC - Variable in class echopoint.google.chart.model.VennDiagramModel
The field that represents the intersection of circles A, B and C.
intersectAC - Variable in class echopoint.google.chart.model.VennDiagramModel
The field that represents the intersection of circles A and C.
intersectBC - Variable in class echopoint.google.chart.model.VennDiagramModel
The field that represents the intersection of circles B and C.
InvalidContentTypeEvent - Class in echopoint.tucana.event
An upload event that represents the case where an upload was terminated by the server due to the uploaded content-type not being allowed by the service.
InvalidContentTypeEvent(FileUploadSelector, String, String, String) - Constructor for class echopoint.tucana.event.InvalidContentTypeEvent
Creates a new UploadEvent.
invertColor(Color) - Static method in class echopoint.util.ColorKit
Returns the inversion of a color.
invokeIfPresent(String, Class[], Class, Object, Object[]) - Static method in class echopoint.util.ReflectionKit
This method can be called to invoke a specific named method of an object.
isCancelEnabled() - Method in class echopoint.tucana.FileUploadSelector
Accessor for property 'cancelEnabled'.
isCircular() - Method in class echopoint.jquery.CarouselContainer
Returns true if the carousel is circular
isCoalescing() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isCoalescing() - Method in interface echopoint.template.TemplateCompilerHints
 
isColor(String) - Static method in class echopoint.util.ColorKit
Returns true if the propertyValue is a valid representation of a Color value.
isCommitted() - Method in class echopoint.util.io.CapturedHttpServletResponse
 
isEditable() - Method in class echopoint.jquery.DateField
Determines the editable state of this component.
isEmpty() - Method in class echopoint.util.collections.ConcurrentReaderHashMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in class echopoint.util.collections.ExpiryCache
Note this may return false when in fact all objects in the cache have expired.
isExpandEntityReferences() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isExpandEntityReferences() - Method in interface echopoint.template.TemplateCompilerHints
 
isExtent(String) - Static method in class echopoint.util.ExtentKit
Returns true if the string is in an extent in the form : [integer][unit] where unit is one of [px | % | pt | cm | mm | in | em | ex | pc] and no spaces are allowed betwwen the integer value and the unit.
isFont(String) - Static method in class echopoint.util.FontKit
Returns true if the fontString is a valid representation of a Font value.
isGetter(Method) - Static method in class echopoint.util.ReflectionKit
Returns true if the method is in fact a Java Bean getter method. ie is starts with 'get' or 'is' and takes no parameters and returns a value and is not static.
isHeightStretched() - Method in interface echopoint.able.Stretchable
 
isHeightStretched() - Method in class echopoint.ContainerEx
 
isHidden() - Method in class echopoint.ComponentEx
 
isIgnoringComments() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isIgnoringComments() - Method in interface echopoint.template.TemplateCompilerHints
 
isIgnoringElementContentWhitespace() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isIgnoringElementContentWhitespace() - Method in interface echopoint.template.TemplateCompilerHints
 
isLeaf() - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if this node has no children.
isLeaf(Object) - Method in class echopoint.tree.DefaultTreeModel
Returns whether the specified node is a leaf node.
isLeaf() - Method in interface echopoint.tree.TreeNode
 
isMethodOK(Class, Method) - Method in interface echopoint.util.ReflectionKit.MethodSearchCriteria
 
isNamespaceAware() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isNamespaceAware() - Method in interface echopoint.template.TemplateCompilerHints
 
isNodeAncestor(TreeNode) - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if anotherNode is an ancestor of this node -- if it is this node, this node's parent, or an ancestor of this node's parent.
isNodeChild(TreeNode) - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if aNode is a child of this node.
isNodeDescendant(DefaultMutableTreeNode) - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if anotherNode is a descendant of this node -- if it is this node, one of this node's children, or a descendant of one of this node's children.
isNodeRelated(DefaultMutableTreeNode) - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if and only if aNode is in the same tree as this node.
isNodeSibling(TreeNode) - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if anotherNode is a sibling of (has the same parent as) this node.
isPositioned() - Method in interface echopoint.able.Positionable
This returns true if any positioning is in place other than normal flow ie.
isPositioned() - Method in class echopoint.ContainerEx
This returns true if any positioning is in place other than normal flow ie.
isPositioned() - Method in class echopoint.jquery.SlidingMenu
This returns true if any positioning is in place other than normal flow ie.
isPositioned() - Method in class echopoint.jquery.TooltipContainer
This returns true if any positioning is in place other than normal flow ie.
isRoot() - Method in class echopoint.tree.DefaultMutableTreeNode
Returns true if this node is the root of the tree.
isSetter(Method) - Static method in class echopoint.util.ReflectionKit
Returns true if the method is in fact a Java Bean setter method. ie is starts with 'set', takes one parameter and has a return value of void and is not static.
isSoftReferences() - Method in class echopoint.util.collections.ExpiryCache
Returns true if SoftReferences are used to cached data
isValidating() - Method in class echopoint.template.SimpleTemplateCompilerHints
 
isValidating() - Method in interface echopoint.template.TemplateCompilerHints
 
isValidChild(Component) - Method in class echopoint.google.chart.internal.AbstractChart
AbstractChart is NOT allowed to have any children.
isValidChild(Component) - Method in class echopoint.HtmlLayout
Over-ridden to return true since this component allows children.
isValidChild(Component) - Method in class echopoint.HttpPane
Over-ridden to unconditionally return false as no children are allowed.
isValidChild(Component) - Method in class echopoint.internal.AbstractHtmlComponent
Over-ridden to return false always as this component does not support child components.
isValidChild(Component) - Method in class echopoint.PushButton
Always returns false since push button does not allow child components.
isValidChild(Component) - Method in class echopoint.Strut
Strut is NOT allowed to have any children.
isValidChild(Component) - Method in class echopoint.TagCloud
TagCloud is NOT allowed to have any children.
isValidChild(Component) - Method in class echopoint.tucana.FileUploadSelector
The only allowed sub-component is a ProgressBar.
isValidParent(Component) - Method in class echopoint.LightBox
Over-ridden to allow only PaneContainers as parents.

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