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 Z

A

A - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
AbstractComponent - Class in com.itmill.toolkit.ui
An abstract class that defines default implementation for the Component interface.
AbstractComponent() - Constructor for class com.itmill.toolkit.ui.AbstractComponent
Constructs a new Component.
AbstractComponentContainer - Class in com.itmill.toolkit.ui
Extension to AbstractComponent that defines the default implementation for the methods in ComponentContainer.
AbstractComponentContainer() - Constructor for class com.itmill.toolkit.ui.AbstractComponentContainer
Constructs a new component container.
AbstractField - Class in com.itmill.toolkit.ui
Abstract field component for implementing buffered property editors.
AbstractField() - Constructor for class com.itmill.toolkit.ui.AbstractField
 
AbstractField.ReadOnlyStatusChangeEvent - Class in com.itmill.toolkit.ui
An Event object specifying the Property whose read-only status has changed.
AbstractField.ReadOnlyStatusChangeEvent(AbstractField) - Constructor for class com.itmill.toolkit.ui.AbstractField.ReadOnlyStatusChangeEvent
New instance of text change event.
accept(File, String) - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileExtensionFilter
Allows only files with the extension and directories.
Action - Class in com.itmill.toolkit.event
Implements the action framework.
Action(String) - Constructor for class com.itmill.toolkit.event.Action
Constructs a new action with the given caption.
Action(String, Resource) - Constructor for class com.itmill.toolkit.event.Action
Constructs a new action with the given caption string and icon.
Action.Container - Interface in com.itmill.toolkit.event
Interface implemented by all components where actions can be registered.
Action.Handler - Interface in com.itmill.toolkit.event
Interface implemented by classes who wish to handle actions.
add(ThemeSource) - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Adds new theme source to this collection.
addActionHandler(Action.Handler) - Method in interface com.itmill.toolkit.event.Action.Container
Registers a new action handler for this container
addActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Button
Adds an action handler.
addActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Table
Registers a new action handler for this container
addActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Tree
Adds an action handler.
addAttribute(String, boolean) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a boolean attribute to component.
addAttribute(String, int) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a integer attribute to component.
addAttribute(String, Resource) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a resource attribute to component.
addAttribute(String, long) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a long attribute to component.
addAttribute(String, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a string attribute to component.
addAttribute(String, boolean) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a boolean attribute to component.
addAttribute(String, Resource) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a resource attribute to component.
addAttribute(String, int) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a integer attribute to component.
addAttribute(String, long) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a long attribute to component.
addAttribute(String, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a string attribute to component.
addAttribute(String, boolean) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a boolean attribute to component.
addAttribute(String, Resource) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a resource attribute to component.
addAttribute(String, int) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a integer attribute to component.
addAttribute(String, long) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a long attribute to component.
addAttribute(String, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a string attribute to component.
addCharacterData(String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds CDATA node to target UIDL-tree.
addCharacterData(String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
 
addCharacterData(String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds CDATA node to target UIDL-tree.
addComponent(Component) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
This only implements the events and component parent calls.
addComponent(Component) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Adds the component into this container.
addComponent(Component, String) - Method in class com.itmill.toolkit.ui.CustomLayout
Adds the component into this container to given location.
addComponent(Component) - Method in class com.itmill.toolkit.ui.CustomLayout
Adds the component into this container.
addComponent(Component, int) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
addComponent(Component) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
addComponent(Component) - Method in class com.itmill.toolkit.ui.FrameWindow
Frame window does not support adding components directly.
addComponent(Component, int, int, int, int) - Method in class com.itmill.toolkit.ui.GridLayout
Adds a component with a specified area to the grid.
addComponent(Component, int, int) - Method in class com.itmill.toolkit.ui.GridLayout
Adds the component into this container to coordinates x1,y1 (NortWest corner of the area.)
addComponent(Component) - Method in class com.itmill.toolkit.ui.GridLayout
Adds the component into this container to the cursor position.
addComponent(Component) - Method in class com.itmill.toolkit.ui.OrderedLayout
Add a component into this container.
addComponent(Component, int) - Method in class com.itmill.toolkit.ui.OrderedLayout
Adds a component into indexed position in this container.
addComponent(Component) - Method in class com.itmill.toolkit.ui.Panel
Adds the component into this container.
addComponent(Component) - Method in class com.itmill.toolkit.ui.TabSheet
Adds the component into this container.
addComponentAsFirst(Component) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
addComponentAsFirst(Component) - Method in class com.itmill.toolkit.ui.OrderedLayout
Adds a component into this container.
addContainerProperty(Object, Class, Object) - Method in interface com.itmill.toolkit.data.Container
Adds a new Property to all Items in the Container.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Adds a new Property to all Items in the Container.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Registers a new Property to all Items in the Container.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Adds a new Property to all Items in the list.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Adds new Property to all Items in the Container.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.ui.Select
Adds the new property to all items.
addContainerProperty(Object, Class, Object) - Method in class com.itmill.toolkit.ui.Table
Adds a new property to the table and show it as a visible column.
addContainerProperty(Object, Class, Object, String, Resource, String) - Method in class com.itmill.toolkit.ui.Table
Adds a new property to the table and show it as a visible column.
addDirtyWindow(Application, Window) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
addExtension(String, String) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Adds a mime-type mapping for the given filename extension.
addField(Object, Field) - Method in class com.itmill.toolkit.ui.Form
Adds the field to form.
addIcon(String, Resource) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Adds a icon for the given mime-type.
addItem(Object) - Method in interface com.itmill.toolkit.data.Container
Creates a new Item with the given ID into the Container.
addItem() - Method in interface com.itmill.toolkit.data.Container
Creates a new Item into the Container, and assign it an automatic ID.
addItem() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the hierarchy.
addItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Adds a new Item by its ID to the underlying container and to the hierarchy.
addItem() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Creates a new Item into the Container, assigns it an automatic ID, and adds it to the ordering.
addItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Registers a new Item by its ID to the underlying container and to the ordering.
addItem() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
addItem(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
addItem() - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
addItem(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
addItem() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Creates a new Item into the list, and assign it an automatic ID.
addItem(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Creates a new Item with the given ID into the list.
addItem(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Creates new Item with the given ID into the Container.
addItem() - Method in class com.itmill.toolkit.data.util.QueryContainer
Creates a new Item into the Container, and assign it an ID.
addItem() - Method in class com.itmill.toolkit.ui.Select
Creates a new item into container with container managed id.
addItem(Object) - Method in class com.itmill.toolkit.ui.Select
Create a new item into container.
addItem(Object[], Object) - Method in class com.itmill.toolkit.ui.Table
Adds the new row to table and fill the visible cells with given values.
addItemAfter(Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Adds new item after the given item.
addItemAfter(Object, Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Adds new item after the given item.
addItemAfter(Object, Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
addItemAfter(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
addItemAfter(Object, Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
addItemAfter(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
addItemAfter(Object, Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Adds new item after the given item.
addItemAfter(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Adds new item after the given item.
addItemAfter(Object) - Method in class com.itmill.toolkit.ui.Table
Adds new item after the given item.
addItemAfter(Object, Object) - Method in class com.itmill.toolkit.ui.Table
Adds new item after the given item.
addItemAt(int) - Method in interface com.itmill.toolkit.data.Container.Indexed
Adds new item at given index.
addItemAt(int, Object) - Method in interface com.itmill.toolkit.data.Container.Indexed
Adds new item at given index.
addItemAt(int, Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
addItemAt(int) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
addItemAt(int, Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Adds the given item at the position of given index.
addItemAt(int) - Method in class com.itmill.toolkit.data.util.QueryContainer
Adds item at the position of provided index in the container.
addItemProperty(Object, Property) - Method in interface com.itmill.toolkit.data.Item
Tries to add a new Property into the Item.
addItemProperty(Object, Property) - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Filesystem container does not support adding new properties.
addItemProperty(Object, Property) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Tries to add a new Property into the Item.
addItemProperty(Object, Property) - Method in class com.itmill.toolkit.ui.Form
Adds a new property to form and create corresponding field.
addListener(Application.UserChangeListener) - Method in class com.itmill.toolkit.Application
Adds the user change listener.
addListener(Application.WindowAttachListener) - Method in class com.itmill.toolkit.Application
Adds the window attach listener.
addListener(Application.WindowDetachListener) - Method in class com.itmill.toolkit.Application
Adds the window detach listener.
addListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.data.Buffered.SourceException
 
addListener(Container.ItemSetChangeListener) - Method in interface com.itmill.toolkit.data.Container.ItemSetChangeNotifier
Adds an Item set change listener for the object.
addListener(Container.PropertySetChangeListener) - Method in interface com.itmill.toolkit.data.Container.PropertySetChangeNotifier
Registers a new Property set change listener for this Container.
addListener(Item.PropertySetChangeListener) - Method in interface com.itmill.toolkit.data.Item.PropertySetChangeNotifier
Registers a new property set change listener for this Item.
addListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.itmill.toolkit.data.Property.ReadOnlyStatusChangeNotifier
Registers a new read-only status change listener for this Property.
addListener(Property.ValueChangeListener) - Method in interface com.itmill.toolkit.data.Property.ValueChangeNotifier
Registers a new value change listener for this Property.
addListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
addListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
addListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
addListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
addListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Registers a new Property set change listener for this list.
addListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Adds a Item set change listener for the list.
addListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Registers a new value change listener for this object.
addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.data.util.MethodProperty
Registers a new read-only status change listener for this Property.
addListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Registers a new value change listener for this ObjectProperty.
addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Registers a new read-only status change listener for this Property.
addListener(Item.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Registers a new property set change listener for this Item.
addListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
addListener(Class, Object, Method) - Method in class com.itmill.toolkit.event.EventRouter
 
addListener(Class, Object, String) - Method in class com.itmill.toolkit.event.EventRouter
 
addListener(Class, Object, Method) - Method in interface com.itmill.toolkit.event.MethodEventSource
Registers a new event listener with the specified activation method to listen events generated by this component.
addListener(Class, Object, String) - Method in interface com.itmill.toolkit.event.MethodEventSource
Registers a new listener with the specified activation method to listen events generated by this component.
addListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
 
addListener(Paintable.RepaintRequestListener) - Method in interface com.itmill.toolkit.terminal.ErrorMessage
Error messages are inmodifiable and thus listeners are not needed.
addListener(Paintable.RepaintRequestListener) - Method in interface com.itmill.toolkit.terminal.Paintable
Adds repaint request listener.
addListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.terminal.SystemError
 
addListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.terminal.UserError
 
addListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
addListener(Class, Object, Method) - Method in class com.itmill.toolkit.ui.AbstractComponent
Registers a new listener with the specified activation method to listen events generated by this component.
addListener(Class, Object, String) - Method in class com.itmill.toolkit.ui.AbstractComponent
Registers a new listener with the specified activation method to listen events generated by this component.
addListener(Component.Listener) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
addListener(ComponentContainer.ComponentAttachListener) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
 
addListener(ComponentContainer.ComponentDetachListener) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
 
addListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.ui.AbstractField
 
addListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.ui.AbstractField
 
addListener(Button.ClickListener) - Method in class com.itmill.toolkit.ui.Button
Adds the button click listener.
addListener(Component.Listener) - Method in interface com.itmill.toolkit.ui.Component
Registers a new component event listener for this component.
addListener(ComponentContainer.ComponentAttachListener) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Listens the component attach events.
addListener(ComponentContainer.ComponentDetachListener) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Listens the component detach events.
addListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.ui.CustomComponent
 
addListener(Component.Listener) - Method in class com.itmill.toolkit.ui.CustomComponent
Custom component does not implement any component events by default.
addListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.ui.Label
Adds the value change listener.
addListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.ui.Select
Adds a new Property set change listener for this Container.
addListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.ui.Select
Adds an Item set change listener for the object.
addListener(TabSheet.SelectedTabChangeListener) - Method in class com.itmill.toolkit.ui.TabSheet
Adds the selected tab change listener
addListener(Tree.ExpandListener) - Method in class com.itmill.toolkit.ui.Tree
Adds the expand listener.
addListener(Tree.CollapseListener) - Method in class com.itmill.toolkit.ui.Tree
Adds the collapse listener.
addListener(Upload.FinishedListener) - Method in class com.itmill.toolkit.ui.Upload
Adds the upload received event listener.
addListener(Upload.FailedListener) - Method in class com.itmill.toolkit.ui.Upload
Adds the upload interrupted event listener.
addListener(Upload.SucceededListener) - Method in class com.itmill.toolkit.ui.Upload
Adds the upload success event listener.
addListener(Window.CloseListener) - Method in class com.itmill.toolkit.ui.Window
Adds the listener.
addParameterHandler(ParameterHandler) - Method in class com.itmill.toolkit.ui.Window
Adds the new parameter handler to this window.
addRequirement(Theme.Requirement) - Method in class com.itmill.toolkit.terminal.web.Theme.AndRequirement
Adds the new requirement to this collection.
addRequirement(Theme.Requirement) - Method in class com.itmill.toolkit.terminal.web.Theme.OrRequirement
Adds the new requirement to this collection.
addRequirement(Theme.Requirement) - Method in interface com.itmill.toolkit.terminal.web.Theme.RequirementCollection
Adds the new requirement to this collection.
addResource(ApplicationResource) - Method in class com.itmill.toolkit.Application
Adds new resource to the application.
addRoot(File) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Adds new root file directory.
addSection(String, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Prints single XMLsection.
addSection(String, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Prints the single text section.
addSection(String, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Prints the single text section.
addTab(Component, String, Resource) - Method in class com.itmill.toolkit.ui.TabSheet
Adds the new tab into TabSheet.
addText(String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds text node.
addText(String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Prints XML-escaped text.
addText(String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Prints XML-escaped text.
addToJSONArray(StringBuffer, ArrayList) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
addTransactionListener(ApplicationContext.TransactionListener) - Method in interface com.itmill.toolkit.service.ApplicationContext
Adds transaction listener to this context.
addTransactionListener(ApplicationContext.TransactionListener) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Adds the transaction listener to this context.
addUIDL(String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds UIDL directly.
addUIDL(String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds XML directly to UIDL.
addUIDL(String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds XML directly to UIDL.
addUploadStreamVariable(VariableOwner, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a upload stream type variable.
addUploadStreamVariable(VariableOwner, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a upload stream type variable.
addUploadStreamVariable(VariableOwner, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a upload stream type variable.
addURIHandler(URIHandler) - Method in class com.itmill.toolkit.ui.Window
Adds the new URI handler to this window.
addValidator(Validator) - Method in interface com.itmill.toolkit.data.Validatable
Adds a new validator for this object.
addValidator(Validator) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Adds validator to the interface.
addValidator(Validator) - Method in class com.itmill.toolkit.ui.AbstractField
Adds a new validator for the field's value.
addValidator(Validator) - Method in class com.itmill.toolkit.ui.Form
Adds a new validator for this object.
addVariable(VariableOwner, String, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a string type variable.
addVariable(VariableOwner, String, int) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a int type variable.
addVariable(VariableOwner, String, boolean) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a boolean type variable.
addVariable(VariableOwner, String, String[]) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Adds a string array type variable.
addVariable(VariableOwner, String, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a string type variable.
addVariable(VariableOwner, String, int) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a int type variable.
addVariable(VariableOwner, String, boolean) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a boolean type variable.
addVariable(VariableOwner, String, String[]) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds a string array type variable.
addVariable(VariableOwner, String, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a string type variable.
addVariable(VariableOwner, String, int) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a int type variable.
addVariable(VariableOwner, String, boolean) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a boolean type variable.
addVariable(VariableOwner, String, String[]) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds a string array type variable.
addWindow(Window) - Method in class com.itmill.toolkit.Application
Adds a new window to the application.
addXMLSection(String, String, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Prints single XML section.
addXMLSection(String, String, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Adds XML section with namespace.
addXMLSection(String, String, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Adds XML section with namespace.
AjaxApplicationManager - Class in com.itmill.toolkit.terminal.web
Application manager processes changes and paints for single application instance.
AjaxApplicationManager(Application) - Constructor for class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
AjaxApplicationManager.URIHandlerErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of URIHandler.ErrorEvent interface.
AjaxHttpUploadStream - Class in com.itmill.toolkit.terminal.web
AjaxAdapter implementation of the UploadStream interface.
AjaxHttpUploadStream(String, InputStream, String, String) - Constructor for class com.itmill.toolkit.terminal.web.AjaxHttpUploadStream
Creates a new instance of UploadStreamImpl.
ajaxInit() - Method in class com.itmill.toolkit.Application
This function should anly be called in AjaxApplicationManager to tell ajax engine (browser) that this is application restart.
AjaxPaintTarget - Class in com.itmill.toolkit.terminal.web
User Interface Description Language Target.
AjaxPaintTarget(AjaxVariableMap, AjaxApplicationManager, OutputStream) - Constructor for class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Creates a new XMLPrintWriter, without automatic line flushing.
AjaxVariableMap - Class in com.itmill.toolkit.terminal.web
Variable map for ajax applications.
AjaxVariableMap() - Constructor for class com.itmill.toolkit.terminal.web.AjaxVariableMap
 
AjaxVariableMap.TerminalErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of VariableOwner.Error interface.
AjaxVariableMap.VariableOwnerErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of VariableOwner.Error interface.
ALIGN_CENTER - Static variable in class com.itmill.toolkit.ui.Table
Center column alignment.
ALIGN_LEFT - Static variable in class com.itmill.toolkit.ui.Table
Left column alignment.
ALIGN_RIGHT - Static variable in class com.itmill.toolkit.ui.Table
Right column alignment.
ALT - Static variable in interface com.itmill.toolkit.event.ShortcutAction.ModifierKey
 
Application - Class in com.itmill.toolkit
Base class required for all IT Mill Toolkit applications.
Application() - Constructor for class com.itmill.toolkit.Application
 
application() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns a reference to the application object associated with the session that the call came from.
Application.UserChangeEvent - Class in com.itmill.toolkit
An event that characterizes a change in the current selection.
Application.UserChangeEvent(Application, Object, Object) - Constructor for class com.itmill.toolkit.Application.UserChangeEvent
Contructor for user change event.
Application.UserChangeListener - Interface in com.itmill.toolkit
The UserChangeListener interface for listening application user changes.
Application.WindowAttachEvent - Class in com.itmill.toolkit
Window attach event.
Application.WindowAttachEvent(Window) - Constructor for class com.itmill.toolkit.Application.WindowAttachEvent
Creates a event.
Application.WindowAttachListener - Interface in com.itmill.toolkit
Window attach listener interface.
Application.WindowDetachEvent - Class in com.itmill.toolkit
Window detach event.
Application.WindowDetachEvent(Window) - Constructor for class com.itmill.toolkit.Application.WindowDetachEvent
Creates a event.
Application.WindowDetachListener - Interface in com.itmill.toolkit
Window detach listener interface.
ApplicationContext - Interface in com.itmill.toolkit.service
ApplicationContext provides information about the running context of the application.
ApplicationContext.TransactionListener - Interface in com.itmill.toolkit.service
Interface for listening the application transaction events.
ApplicationResource - Interface in com.itmill.toolkit.terminal
This interface must be implemented by classes wishing to provide Application resources.
ApplicationServlet - Class in com.itmill.toolkit.terminal.web
This servlet connects IT Mill Toolkit Application to Web.
ApplicationServlet() - Constructor for class com.itmill.toolkit.terminal.web.ApplicationServlet
 
ApplicationServlet.ParameterHandlerErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of ParameterHandler.ErrorEvent interface.
ApplicationServlet.URIHandlerErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of URIHandler.ErrorEvent interface.
applicationUserChanged(Application.UserChangeEvent) - Method in interface com.itmill.toolkit.Application.UserChangeListener
The applicationUserChanged method Invoked when the application user has changed.
areChildrenAllowed(Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Tests if the Item with given ID can have any children.
areChildrenAllowed(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
areChildrenAllowed(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Tests if the specified Item in the container may have children.
areChildrenAllowed(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
areChildrenAllowed(Object) - Method in class com.itmill.toolkit.ui.Tree
Tests if the Item with given ID can have any children.
areTabsHidden() - Method in class com.itmill.toolkit.ui.TabSheet
Are tabs hidden.
ARROW_DOWN - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
ARROW_LEFT - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
ARROW_RIGHT - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
ARROW_UP - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
attach() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
attach() - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
Notifies all contained components that the container is attached to a window.
attach() - Method in class com.itmill.toolkit.ui.AbstractField
Notifies the component that it is connected to an application.
attach() - Method in interface com.itmill.toolkit.ui.Component
Notifies the component that it is connected to an application.
attach() - Method in class com.itmill.toolkit.ui.CustomComponent
Notifies the component that it is connected to an application.
attach() - Method in class com.itmill.toolkit.ui.Form
Notifies the component that it is connected to an application
attach() - Method in class com.itmill.toolkit.ui.Panel
Notifies the component that it is connected to an application.
attach() - Method in class com.itmill.toolkit.ui.Select
Notifies the component that it is connected to an application.
attach() - Method in class com.itmill.toolkit.ui.Table
Notifies the component that it is connected to an application.

B

B - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
BACKSPACE - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
BaseFieldFactory - Class in com.itmill.toolkit.ui
Default implementation of the the following Field types are used by default: Boolean: Button(switchMode:true).
BaseFieldFactory() - Constructor for class com.itmill.toolkit.ui.BaseFieldFactory
 
BeanItem - Class in com.itmill.toolkit.data.util
A wrapper class for adding the Item interface to any Java Bean.
BeanItem(Object) - Constructor for class com.itmill.toolkit.data.util.BeanItem
Creates a new instance of BeanItem and adds all properties of a Java Bean to it.
BeanItem(Object, Collection) - Constructor for class com.itmill.toolkit.data.util.BeanItem
Creates a new instance of BeanItem and adds all listed properties of a Java Bean to it - in specified order.
BORDER_DEFAULT - Static variable in class com.itmill.toolkit.ui.Window
Window with default borders.
BORDER_MINIMAL - Static variable in class com.itmill.toolkit.ui.Window
Window with only minimal border.
BORDER_NONE - Static variable in class com.itmill.toolkit.ui.Window
Window with no border.
browser() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns a reference to the browser object associated with the session that the call came from.
Buffered - Interface in com.itmill.toolkit.data
Defines the interface to commit and discard changes to an object, supporting read-through and write-through modes.
Buffered.SourceException - Exception in com.itmill.toolkit.data
An exception that signals that one or more exceptions occurred while a buffered object tried to access its data source or if there is a problem in processing a data source.
Buffered.SourceException(Buffered) - Constructor for exception com.itmill.toolkit.data.Buffered.SourceException
Creates a source exception that does not include a cause.
Buffered.SourceException(Buffered, Throwable) - Constructor for exception com.itmill.toolkit.data.Buffered.SourceException
Creates a source exception from a cause exception.
Buffered.SourceException(Buffered, Throwable[]) - Constructor for exception com.itmill.toolkit.data.Buffered.SourceException
Creates a source exception from multiple causes.
BufferedValidatable - Interface in com.itmill.toolkit.data
This interface defines the combination of Validatable and Buffered interfaces.
Button - Class in com.itmill.toolkit.ui
A generic button component.
Button() - Constructor for class com.itmill.toolkit.ui.Button
Creates a new push button.
Button(String) - Constructor for class com.itmill.toolkit.ui.Button
Creates a new push button.
Button(String, Button.ClickListener) - Constructor for class com.itmill.toolkit.ui.Button
Creates a new push button with click listener.
Button(String, Object, String) - Constructor for class com.itmill.toolkit.ui.Button
Creates a new push button with a method listening button clicks.
Button(String, boolean) - Constructor for class com.itmill.toolkit.ui.Button
Creates a new switch button with initial value.
Button(String, Property) - Constructor for class com.itmill.toolkit.ui.Button
Creates a new switch button that is connected to a boolean property.
Button.ClickEvent - Class in com.itmill.toolkit.ui
Click event.
Button.ClickEvent(Component) - Constructor for class com.itmill.toolkit.ui.Button.ClickEvent
New instance of text change event.
Button.ClickListener - Interface in com.itmill.toolkit.ui
Button click listener
buttonClick(Button.ClickEvent) - Method in interface com.itmill.toolkit.ui.Button.ClickListener
Button has been pressed.

C

C - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
changeVariables(Object, Map) - Method in interface com.itmill.toolkit.terminal.VariableOwner
Called when one or more variables handled by the implementing class are changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Button
Invoked when the value of a variable has changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.CustomComponent
Called when one or more variables handled by the implementing class are changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.DateField
 
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Panel
Called when one or more variables handled by the implementing class are changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Select
Invoked when the value of a variable has changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Table
Invoked when the value of a variable has changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.TabSheet
Invoked when the value of a variable has changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.TextField
 
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Tree
Called when one or more variables handled by the implementing class are changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Upload
Invoked when the value of a variable has changed.
changeVariables(Object, Map) - Method in class com.itmill.toolkit.ui.Window
Called when one or more variables handled by the implementing class are changed.
characters(char[], int, int) - Method in class com.itmill.toolkit.terminal.web.Theme
Parses the character data in XML stream.
characters(char[], int, int) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
childRequestedRepaint(Collection) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
childRequestedRepaint(Collection) - Method in interface com.itmill.toolkit.ui.Component
The children must call this method when they need repainting.
childRequestedRepaint(Collection) - Method in class com.itmill.toolkit.ui.CustomComponent
 
ClassResource - Class in com.itmill.toolkit.terminal
ClassResource is a named resource accessed with the class loader.
ClassResource(String, Application) - Constructor for class com.itmill.toolkit.terminal.ClassResource
Creates a new application resource instance.
ClassResource(Class, String, Application) - Constructor for class com.itmill.toolkit.terminal.ClassResource
Creates a new application resource instance.
cleanState() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
 
clear() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
clearDirtyComponents() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
Clears the Dirty Components.
clearSession() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Clears the session.
clone() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Supports cloning of the IndexedContainer cleanly.
clone() - Method in class com.itmill.toolkit.data.util.PropertysetItem
Creates and returns a copy of this object.
close() - Method in class com.itmill.toolkit.Application
Ends the Application.
close() - Method in class com.itmill.toolkit.data.util.QueryContainer
Releases and nullifies the statement.
close() - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Closes the paint target.
close() - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Closes the paint target.
collapseItem(Object) - Method in class com.itmill.toolkit.ui.Tree
Collapses an item.
collapseItemsRecursively(Object) - Method in class com.itmill.toolkit.ui.Tree
Collapses the items recursively.
CollectionThemeSource - Class in com.itmill.toolkit.terminal.web
Theme source for consisting of collection of other theme sources.
CollectionThemeSource() - Constructor for class com.itmill.toolkit.terminal.web.CollectionThemeSource
 
COLUMN_HEADER_MODE_EXPLICIT - Static variable in class com.itmill.toolkit.ui.Table
Column header mode: Column headers are explicitly specified with setColumnHeaders.
COLUMN_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.itmill.toolkit.ui.Table
Column header mode: Column headers are explicitly specified with setColumnHeaders
COLUMN_HEADER_MODE_HIDDEN - Static variable in class com.itmill.toolkit.ui.Table
Column header mode: Column headers are hidden.
COLUMN_HEADER_MODE_ID - Static variable in class com.itmill.toolkit.ui.Table
Column header mode: Property ID:s are used as column headers.
com.itmill.toolkit - package com.itmill.toolkit
This package is the base of the IT Mill Toolkit.
com.itmill.toolkit.data - package com.itmill.toolkit.data
Provides interfaces for the data layer which contains classes for typed data values, data collections, and handlers.
com.itmill.toolkit.data.util - package com.itmill.toolkit.data.util
Provides various utility classes that implement the data layer functionality.
com.itmill.toolkit.data.validator - package com.itmill.toolkit.data.validator
Provides validators for data contained in data-bound objects..
com.itmill.toolkit.event - package com.itmill.toolkit.event
Provides classes and interfaces for the inheritable event model.
com.itmill.toolkit.service - package com.itmill.toolkit.service
Provides some general service classes used throughout a IT Mill Toolkit based applications.
com.itmill.toolkit.terminal - package com.itmill.toolkit.terminal
Provides classes and interfaces that wrap the terminal-side functionalities for the server-side application.
com.itmill.toolkit.terminal.web - package com.itmill.toolkit.terminal.web
This package implement web terminal for both AJAX-capable and more limited web browsers.
com.itmill.toolkit.ui - package com.itmill.toolkit.ui
Provides interfaces and classes in the IT Mill Toolkit.
com.itmill.toolkit.ui.select - package com.itmill.toolkit.ui.select
 
commit() - Method in interface com.itmill.toolkit.data.Buffered
Updates all changes since the previous commit to the data source.
commit() - Method in class com.itmill.toolkit.ui.AbstractField
 
commit() - Method in class com.itmill.toolkit.ui.Form
 
commitTheme() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Commits the theme.
compare(Object, Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Compares two items for sorting.
compareTo(Object) - Method in class com.itmill.toolkit.ui.Label
Compares the Label to other objects.
Component - Interface in com.itmill.toolkit.ui
The top-level component interface which must be implemented by all UI components that use IT Mill Toolkit.
Component.ErrorEvent - Class in com.itmill.toolkit.ui
Class of all component originated ErrorEvents.
Component.ErrorEvent(ErrorMessage, Component) - Constructor for class com.itmill.toolkit.ui.Component.ErrorEvent
Constructs a new event with a specified source component.
Component.ErrorListener - Interface in com.itmill.toolkit.ui
Listener interface for receiving Component.Errorss.
Component.Event - Class in com.itmill.toolkit.ui
Superclass of all component originated Events.
Component.Event(Component) - Constructor for class com.itmill.toolkit.ui.Component.Event
Constructs a new event with a specified source component.
Component.Focusable - Interface in com.itmill.toolkit.ui
Interface implemented by components which can obtain input focus.
Component.Listener - Interface in com.itmill.toolkit.ui
Listener interface for receiving Component.Events.
componentAttachedToContainer(ComponentContainer.ComponentAttachEvent) - Method in interface com.itmill.toolkit.ui.ComponentContainer.ComponentAttachListener
A new component is attached to container.
componentAttachedToContainer(ComponentContainer.ComponentAttachEvent) - Method in class com.itmill.toolkit.ui.Panel
A new component is attached to container.
ComponentContainer - Interface in com.itmill.toolkit.ui
Extension to the Component interface which adds to it the capacity to contain other components.
ComponentContainer.ComponentAttachEvent - Class in com.itmill.toolkit.ui
Component attach event sent when a component is attached to container.
ComponentContainer.ComponentAttachEvent(ComponentContainer, Component) - Constructor for class com.itmill.toolkit.ui.ComponentContainer.ComponentAttachEvent
Creates a new attach event.
ComponentContainer.ComponentAttachListener - Interface in com.itmill.toolkit.ui
Component attach listener interface.
ComponentContainer.ComponentDetachEvent - Class in com.itmill.toolkit.ui
Component detach event sent when a component is detached from container.
ComponentContainer.ComponentDetachEvent(ComponentContainer, Component) - Constructor for class com.itmill.toolkit.ui.ComponentContainer.ComponentDetachEvent
Creates a new detach event.
ComponentContainer.ComponentDetachListener - Interface in com.itmill.toolkit.ui
Component detach listener interface.
componentDetachedFromContainer(ComponentContainer.ComponentDetachEvent) - Method in interface com.itmill.toolkit.ui.ComponentContainer.ComponentDetachListener
A component has been detached from container.
componentDetachedFromContainer(ComponentContainer.ComponentDetachEvent) - Method in class com.itmill.toolkit.ui.Panel
A component has been detached from container.
componentError(Component.ErrorEvent) - Method in interface com.itmill.toolkit.ui.Component.ErrorListener
Notifies the listener of a component error.
componentEvent(Component.Event) - Method in interface com.itmill.toolkit.ui.Component.Listener
Notifies the listener of a component event.
CompositeErrorMessage - Class in com.itmill.toolkit.terminal
Class for combining multiple error messages together.
CompositeErrorMessage(ErrorMessage[]) - Constructor for class com.itmill.toolkit.terminal.CompositeErrorMessage
Constructor for CompositeErrorMessage.
CompositeErrorMessage(Collection) - Constructor for class com.itmill.toolkit.terminal.CompositeErrorMessage
Constructor for CompositeErrorMessage.
CompositeValidator - Class in com.itmill.toolkit.data.validator
The CompositeValidator allows you to chain (compose) many validators to validate one field.
CompositeValidator() - Constructor for class com.itmill.toolkit.data.validator.CompositeValidator
Construct a composite validator in AND mode without error message.
CompositeValidator(int, String) - Constructor for class com.itmill.toolkit.data.validator.CompositeValidator
Constructs a composite validator in given mode.
constructField(Class) - Static method in class com.itmill.toolkit.ui.AbstractField
Creates abstract field by the type of the property.
consumeFocus() - Method in class com.itmill.toolkit.Application
Gets and nulls focused component in this window
Container - Interface in com.itmill.toolkit.data
A specialized set of identified Items.
Container.Editor - Interface in com.itmill.toolkit.data
Interface implemented by the editor classes supporting editing the Container.
Container.Hierarchical - Interface in com.itmill.toolkit.data
Interface for Container classes whose Items can be arranged hierarchically.
Container.Indexed - Interface in com.itmill.toolkit.data
Interface for Container classes whose Items can be indexed.
Container.ItemSetChangeEvent - Interface in com.itmill.toolkit.data
An Event object specifying the Container whose Item set has changed.
Container.ItemSetChangeListener - Interface in com.itmill.toolkit.data
Container Item set change listener interface.
Container.ItemSetChangeNotifier - Interface in com.itmill.toolkit.data
The interface for adding and removing ItemSetChangeEvent listeners.
Container.Ordered - Interface in com.itmill.toolkit.data
Interface for Container classes whose Items can be traversed in order.
Container.PropertySetChangeEvent - Interface in com.itmill.toolkit.data
An Event object specifying the Container whose Property set has changed.
Container.PropertySetChangeListener - Interface in com.itmill.toolkit.data
The listener interface for receiving PropertySetChangeEvent objects.
Container.PropertySetChangeNotifier - Interface in com.itmill.toolkit.data
The interface for adding and removing PropertySetChangeEvent listeners.
Container.Sortable - Interface in com.itmill.toolkit.data
Interface for Container classes whose Items can be sorted.
Container.Viewer - Interface in com.itmill.toolkit.data
Interface implemented by viewer classes capable of using a Container as a data source.
ContainerHierarchicalWrapper - Class in com.itmill.toolkit.data.util
A wrapper class for adding external hierarchy to containers not implementing the Container.Hierarchical interface.
ContainerHierarchicalWrapper(Container) - Constructor for class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Constructs a new hierarchical wrapper for an existing Container.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in interface com.itmill.toolkit.data.Container.ItemSetChangeListener
Lets the listener know a Containers Item set has changed.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.itmill.toolkit.ui.Select
Lets the listener know a Containers Item set has changed.
containerItemSetChange(Container.ItemSetChangeEvent) - Method in class com.itmill.toolkit.ui.Table
Container datasource item set change.
ContainerOrderedWrapper - Class in com.itmill.toolkit.data.util
A wrapper class for adding external ordering to containers not implementing the Container.Ordered interface.
ContainerOrderedWrapper(Container) - Constructor for class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Constructs a new ordered wrapper for an existing Container.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in interface com.itmill.toolkit.data.Container.PropertySetChangeListener
Notifies this listener that the Containers contents has changed.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.itmill.toolkit.ui.Select
Notifies this listener that the Containers contents has changed.
containerPropertySetChange(Container.PropertySetChangeEvent) - Method in class com.itmill.toolkit.ui.Table
Container datasource property set change.
ContainsFilter - Class in com.itmill.toolkit.ui.select
 
ContainsFilter(Select) - Constructor for class com.itmill.toolkit.ui.select.ContainsFilter
 
containsId(Object) - Method in interface com.itmill.toolkit.data.Container
Tests if the Container contains the specified Item
containsId(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
containsId(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
containsId(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
containsId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Tests if the list contains the specified Item
containsId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Tests if the list contains the specified Item.
containsId(Object) - Method in class com.itmill.toolkit.ui.Select
Tests, if the collection contains an item with given id.
CONTENT_DEFAULT - Static variable in class com.itmill.toolkit.ui.Label
The default content mode is plain text.
CONTENT_PREFORMATTED - Static variable in class com.itmill.toolkit.terminal.UserError
Content mode, where the error contains preformatted text.
CONTENT_PREFORMATTED - Static variable in class com.itmill.toolkit.ui.Label
Content mode, where the label contains preformatted text.
CONTENT_PREFORMATTED - Static variable in class com.itmill.toolkit.ui.ProgressIndicator
Content mode, where the label contains preformatted text.
CONTENT_RAW - Static variable in class com.itmill.toolkit.ui.Label
Content mode, where the label contains RAW output.
CONTENT_TEXT - Static variable in class com.itmill.toolkit.terminal.UserError
Content mode, where the error contains only plain text.
CONTENT_TEXT - Static variable in class com.itmill.toolkit.ui.Label
Content mode, where the label contains only plain text.
CONTENT_TEXT - Static variable in class com.itmill.toolkit.ui.ProgressIndicator
Content mode, where the label contains only plain text.
CONTENT_TYPE - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Type constant for the File CONTENT_TYPE.
CONTENT_UIDL - Static variable in class com.itmill.toolkit.terminal.UserError
Formatted content mode, where the contents is XML restricted to the UIDL 1.0 formatting markups.
CONTENT_UIDL - Static variable in class com.itmill.toolkit.ui.Label
Formatted content mode, where the contents is XML restricted to the UIDL 1.0 formatting markups.
CONTENT_XHTML - Static variable in class com.itmill.toolkit.ui.Label
Content mode, where the label contains XHTML.
CONTENT_XML - Static variable in class com.itmill.toolkit.ui.Label
Content mode, where the label contains well-formed or well-balanced XML.
CONTENTS - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Type constant for the File CONTENTS.
createDownloadStream(int, int, String) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
Creates the DownloadStream for response.
createField(Class, Component) - Method in class com.itmill.toolkit.ui.BaseFieldFactory
Creates the field based on type of data.
createField(Property, Component) - Method in class com.itmill.toolkit.ui.BaseFieldFactory
Creates the field based on the datasource property.
createField(Item, Object, Component) - Method in class com.itmill.toolkit.ui.BaseFieldFactory
Creates the field based on the item and property id.
createField(Container, Object, Object, Component) - Method in class com.itmill.toolkit.ui.BaseFieldFactory
 
createField(Class, Component) - Method in interface com.itmill.toolkit.ui.FieldFactory
Creates a field based on type of data.
createField(Property, Component) - Method in interface com.itmill.toolkit.ui.FieldFactory
Creates a field based on the property datasource.
createField(Item, Object, Component) - Method in interface com.itmill.toolkit.ui.FieldFactory
Creates a field based on the item and property id.
createField(Container, Object, Object, Component) - Method in interface com.itmill.toolkit.ui.FieldFactory
Creates a field based on the container item id and property id.
createSelect(String, Object[], String[]) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
 
CRITICAL - Static variable in interface com.itmill.toolkit.terminal.ErrorMessage
Error code for critical error messages.
CTRL - Static variable in interface com.itmill.toolkit.event.ShortcutAction.ModifierKey
 
CustomComponent - Class in com.itmill.toolkit.ui
Custom component provides simple implementation of Component interface for creation of new UI components by composition of existing components.
CustomComponent() - Constructor for class com.itmill.toolkit.ui.CustomComponent
Constructs a new custom component.
CustomComponent(Component) - Constructor for class com.itmill.toolkit.ui.CustomComponent
Constructs a new custom component.
CustomLayout - Class in com.itmill.toolkit.ui
A container component with freely designed layout and style.
CustomLayout(String) - Constructor for class com.itmill.toolkit.ui.CustomLayout
Constructor for custom layout with given style.

D

D - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
DateField - Class in com.itmill.toolkit.ui
A date editor component that can be bound to any bindable Property. that is compatible with java.util.Date.
DateField() - Constructor for class com.itmill.toolkit.ui.DateField
Constructs an empty DateField with no caption.
DateField(String) - Constructor for class com.itmill.toolkit.ui.DateField
Constructs an empty DateField with caption.
DateField(String, Property) - Constructor for class com.itmill.toolkit.ui.DateField
Constructs a new DateField that's bound to the specified Property and has the given caption String.
DateField(Property) - Constructor for class com.itmill.toolkit.ui.DateField
Constructs a new DateField that's bound to the specified Property and has no caption.
DateField(String, Date) - Constructor for class com.itmill.toolkit.ui.DateField
Constructs a new DateField with the given caption and initial text contents.
debug(String) - Static method in class com.itmill.toolkit.terminal.web.Log
Logs the debug message.
debug(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Prints the given debugging message.
DebugWindow - Class in com.itmill.toolkit.terminal.web
This class provides a debugging window where one may view the UIDL of the current window, or in a tabset the UIDL of an active frameset.
DebugWindow(Application, HttpSession, ApplicationServlet) - Constructor for class com.itmill.toolkit.terminal.web.DebugWindow
Creates a new debug window for an application.
DEFAULT_CACHETIME - Static variable in interface com.itmill.toolkit.terminal.ApplicationResource
Default cache time.
DEFAULT_CACHETIME - Static variable in class com.itmill.toolkit.terminal.DownloadStream
Default cache time.
DEFAULT_ICON - Static variable in class com.itmill.toolkit.service.FileTypeResolver
Default icon given if no icon is specified for a mime-type.
DEFAULT_MIME_TYPE - Static variable in class com.itmill.toolkit.service.FileTypeResolver
Default mime-type.
DEFAULT_RESULTSET_CONCURRENCY - Static variable in class com.itmill.toolkit.data.util.QueryContainer
 
DEFAULT_RESULTSET_TYPE - Static variable in class com.itmill.toolkit.data.util.QueryContainer
 
DEFAULT_THEME - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
DELETE - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
dependsOn(VariableOwner) - Method in interface com.itmill.toolkit.terminal.VariableOwner
Makes this VariableOwner depend on the given VariableOwner.
dependsOn(VariableOwner) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
dependsOn(VariableOwner) - Method in class com.itmill.toolkit.ui.CustomComponent
Makes this VariableOwner depend on the given VariableOwner.
DESCRIPTIONFILE - Static variable in class com.itmill.toolkit.terminal.web.Theme
Default description file name.
detach() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
detach() - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
Notifies all contained components that the container is detached from a window.
detach() - Method in interface com.itmill.toolkit.ui.Component
Notifies the component that it is detached from the application.
detach() - Method in class com.itmill.toolkit.ui.CustomComponent
Notifies the component that it is detached from the application.
detach() - Method in class com.itmill.toolkit.ui.Form
Notifies the component that it is detached from the application.
detach() - Method in class com.itmill.toolkit.ui.Panel
Notifies the component that it is detached from the application.
detach() - Method in class com.itmill.toolkit.ui.Select
Detaches the component from application.
detach() - Method in class com.itmill.toolkit.ui.Table
Notifies the component that it is detached from the application
DirectoryThemeSource - Class in com.itmill.toolkit.terminal.web
Theme source for reading themes from a directory on the Filesystem.
DirectoryThemeSource(File, ApplicationServlet) - Constructor for class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Creates a new instance of ThemeRepository by reading the themes from a local directory.
discard() - Method in interface com.itmill.toolkit.data.Buffered
Discards all changes since last commit.
discard() - Method in class com.itmill.toolkit.ui.AbstractField
 
discard() - Method in class com.itmill.toolkit.ui.Form
 
DownloadStream - Class in com.itmill.toolkit.terminal
Downloadable stream.
DownloadStream(InputStream, String, String) - Constructor for class com.itmill.toolkit.terminal.DownloadStream
Creates a new instance of DownloadStream.

E

E - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
ECMA_262 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
Embedded - Class in com.itmill.toolkit.ui
Component for embedding external objects.
Embedded() - Constructor for class com.itmill.toolkit.ui.Embedded
Creates a new empty Embedded object.
Embedded(String) - Constructor for class com.itmill.toolkit.ui.Embedded
Creates a new empty Embedded object with caption.
Embedded(String, Resource) - Constructor for class com.itmill.toolkit.ui.Embedded
Creates a new Embedded object whose contents is loaded from given resource.
END - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
endDocument() - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
endElement(String, String, String) - Method in class com.itmill.toolkit.terminal.web.Theme
Parses the end tag in XML stream.
endElement(String, String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
endPrefixMapping(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
endTag(String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Prints element end tag.
endTag(String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Prints the element end tag.
endTag(String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Prints element end tag.
endTransaction(Application, HttpServletRequest) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Notifies the transaction end.
ENTER - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
equals(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Tests if the given object is the same as the this object.
equals(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
equals(Object) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class com.itmill.toolkit.terminal.ThemeResource
Tests if the given object equals this Resource.
equals(Object) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerType
Two types are equal, if their properties are equal.
equals(Object) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
equals(Object) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Tests the equality of the properties for two web browser types.
equals(Object) - Method in class com.itmill.toolkit.terminal.web.WebBrowser.JavaScriptVersion
 
equals(Object) - Method in class com.itmill.toolkit.terminal.web.WebBrowser.MarkupVersion
Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object.
ERROR - Static variable in interface com.itmill.toolkit.terminal.ErrorMessage
Error code for regular error messages.
error(String) - Static method in class com.itmill.toolkit.terminal.web.Log
Logs the error message.
error(TransformerException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
error(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
error(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.XSLReader.SAXStreamErrorHandler
 
ErrorMessage - Interface in com.itmill.toolkit.terminal
Interface for rendering error messages to terminal.
ESCAPE - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
escapeJSON(String) - Static method in class com.itmill.toolkit.ui.Select
 
escapeXML(String) - Static method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Substitutes the XML sensitive characters with predefined XML entities.
escapeXML(StringBuffer) - Static method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Substitutes the XML sensitive characters with predefined XML entities.
escapeXML(String) - Static method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Substitutes the XML sensitive characters with predefined XML entities.
escapeXML(StringBuffer) - Static method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Substitutes the XML sensitive characters with predefined XML entities.
EventRouter - Class in com.itmill.toolkit.event
EventRouter class implementing the inheritable event listening model.
EventRouter() - Constructor for class com.itmill.toolkit.event.EventRouter
 
except(String, Exception) - Static method in class com.itmill.toolkit.terminal.web.Log
Logs the Java exception and an accompanying error message.
expand(Component) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
expandItem(Object) - Method in class com.itmill.toolkit.ui.Tree
Expands an item.
expandItemsRecursively(Object) - Method in class com.itmill.toolkit.ui.Tree
Expands the items recursively Expands all the children recursively starting from an item.
ExpandLayout - Class in com.itmill.toolkit.ui
Our layouts (except custom layout of course) don't currently work at all with relative widths.
ExpandLayout() - Constructor for class com.itmill.toolkit.ui.ExpandLayout
 
ExternalResource - Class in com.itmill.toolkit.terminal
ExternalResource implements source for resources fetched from location specified by URL:s.
ExternalResource(URL) - Constructor for class com.itmill.toolkit.terminal.ExternalResource
Creates a new download component for downloading directly from given URL.
ExternalResource(String) - Constructor for class com.itmill.toolkit.terminal.ExternalResource
Creates a new download component for downloading directly from given URL.

F

F - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F1 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F10 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F11 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F12 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F2 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F3 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F4 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F5 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F6 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F7 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F8 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
F9 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
fatalError(TransformerException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
fatalError(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
fatalError(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.XSLReader.SAXStreamErrorHandler
 
Field - Interface in com.itmill.toolkit.ui
 
Field.ValueChangeEvent - Class in com.itmill.toolkit.ui
An Event object specifying the Field whose value has been changed.
Field.ValueChangeEvent(Field) - Constructor for class com.itmill.toolkit.ui.Field.ValueChangeEvent
Constructs a new event object with the specified source field object.
FieldFactory - Interface in com.itmill.toolkit.ui
Factory for creating new Field-instances based on type, datasource and/or context.
FILE_PROPERTIES - Static variable in class com.itmill.toolkit.data.util.FilesystemContainer
List of the string identifiers for the available properties.
FILENAME - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Type constant for File FILENAME.
FileResource - Class in com.itmill.toolkit.terminal
FileResources are files or directories on local filesystem.
FileResource(File, Application) - Constructor for class com.itmill.toolkit.terminal.FileResource
Creates a new file resource for providing given file for client terminals.
FilesystemContainer - Class in com.itmill.toolkit.data.util
A hierarchical container wrapper for a filesystem.
FilesystemContainer(File) - Constructor for class com.itmill.toolkit.data.util.FilesystemContainer
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer(File, boolean) - Constructor for class com.itmill.toolkit.data.util.FilesystemContainer
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer(File, String, boolean) - Constructor for class com.itmill.toolkit.data.util.FilesystemContainer
Constructs a new FileSystemContainer with the specified file as the root of the filesystem.
FilesystemContainer(File, FilenameFilter, boolean) - Constructor for class com.itmill.toolkit.data.util.FilesystemContainer
Constructs a new FileSystemContainer with the specified root and recursivity status.
FilesystemContainer.FileExtensionFilter - Class in com.itmill.toolkit.data.util
Generic file extension filter for displaying only files having certain extension.
FilesystemContainer.FileExtensionFilter(String) - Constructor for class com.itmill.toolkit.data.util.FilesystemContainer.FileExtensionFilter
Constructs a new FileExtensionFilter using given extension.
FilesystemContainer.FileItem - Class in com.itmill.toolkit.data.util
A Item wrapper for files in a filesystem.
FileTypeResolver - Class in com.itmill.toolkit.service
Utility class that can figure out mime-types and icons related to files.
FileTypeResolver() - Constructor for class com.itmill.toolkit.service.FileTypeResolver
 
filter(String) - Method in class com.itmill.toolkit.ui.select.ContainsFilter
 
filter(String) - Method in interface com.itmill.toolkit.ui.select.OptionFilter
 
filter(String) - Method in class com.itmill.toolkit.ui.select.StartsWithFilter
 
filterContent(String) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
Updates the visible items by given key.
finalize() - Method in class com.itmill.toolkit.data.util.QueryContainer
Closes the statement.
finalize() - Method in class com.itmill.toolkit.ui.AbstractField
Free used resources.
fireClick() - Method in class com.itmill.toolkit.ui.Button
Emits the options change event.
fireClose() - Method in class com.itmill.toolkit.ui.Window
 
fireCollapseEvent(Object) - Method in class com.itmill.toolkit.ui.Tree
Emits collapse event.
fireComponentAttachEvent(Component) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
Fires the component attached event.
fireComponentDetachEvent(Component) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
Fires the component detached event.
fireComponentErrorEvent() - Method in class com.itmill.toolkit.ui.AbstractComponent
Emits the component error event.
fireComponentEvent() - Method in class com.itmill.toolkit.ui.AbstractComponent
Emits the component event.
fireEvent(EventObject) - Method in class com.itmill.toolkit.event.EventRouter
Sends an event to all registered listeners.
fireEvent(Component.Event) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sends the event to all listeners.
fireExpandEvent(Object) - Method in class com.itmill.toolkit.ui.Tree
Emits the expand event.
fireItemSetChange() - Method in class com.itmill.toolkit.ui.Select
Fires the item set change event.
firePropertySetChange() - Method in class com.itmill.toolkit.ui.Select
Fires the property set change event.
fireReadOnlyStatusChange() - Method in class com.itmill.toolkit.ui.AbstractField
Emits the read-only status change event.
fireSelectedTabChange() - Method in class com.itmill.toolkit.ui.TabSheet
Emits the options change event.
fireUploadInterrupted(String, String, long) - Method in class com.itmill.toolkit.ui.Upload
Emits the upload interrupted event.
fireUploadReceived(String, String, long) - Method in class com.itmill.toolkit.ui.Upload
Emit upload received event.
fireUploadSuccess(String, String, long) - Method in class com.itmill.toolkit.ui.Upload
Emits the upload success event.
fireValueChange() - Method in class com.itmill.toolkit.ui.AbstractField
Emits the value change event.
fireValueChange() - Method in class com.itmill.toolkit.ui.Label
Emits the options change event.
firstItemId() - Method in interface com.itmill.toolkit.data.Container.Ordered
Gets the ID of the first Item in the Container.
firstItemId() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
firstItemId() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID of the first Item in the list.
firstItemId() - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns id of first item in the Container.
firstItemId() - Method in class com.itmill.toolkit.ui.Table
Gets the ID of the first Item in the Container.
focus() - Method in class com.itmill.toolkit.ui.AbstractField
Asks the terminal to place the cursor to this field.
focus() - Method in interface com.itmill.toolkit.ui.Component.Focusable
Sets the focus to this component.
focus() - Method in class com.itmill.toolkit.ui.Form
Focuses the first field in the form.
focus() - Method in class com.itmill.toolkit.ui.Table
Focusing to this component is not supported.
focus() - Method in class com.itmill.toolkit.ui.Tree
Focusing to this component is not supported.
focus() - Method in class com.itmill.toolkit.ui.Upload
Sets the focus to this component.
Form - Class in com.itmill.toolkit.ui
Form component provides easy way of creating and managing sets fields.
Form() - Constructor for class com.itmill.toolkit.ui.Form
Contructs a new form with default layout.
Form(Layout) - Constructor for class com.itmill.toolkit.ui.Form
Contructs a new form with given layout.
Form(Layout, FieldFactory) - Constructor for class com.itmill.toolkit.ui.Form
Contructs a new form with given layout and FieldFactory.
formatPropertyValue(Object, Object, Property) - Method in class com.itmill.toolkit.ui.Table
Formats table cell property values.
FrameWindow - Class in com.itmill.toolkit.ui
An application frame window component.
FrameWindow() - Constructor for class com.itmill.toolkit.ui.FrameWindow
Constructs a new frame window.
FrameWindow(String) - Constructor for class com.itmill.toolkit.ui.FrameWindow
Constructs a new frame window.
FrameWindow.Frame - Class in com.itmill.toolkit.ui
An individual frame that contains either a window or the contents of the url set to frame.
FrameWindow.Frame() - Constructor for class com.itmill.toolkit.ui.FrameWindow.Frame
 
FrameWindow.Frameset - Class in com.itmill.toolkit.ui
Vertical or horizontal set of frames.
FrameWindow.Frameset() - Constructor for class com.itmill.toolkit.ui.FrameWindow.Frameset
 

G

G - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
generateWindowScript(Window, Application, ApplicationServlet, WebBrowser) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
 
get(String) - Method in class com.itmill.toolkit.terminal.KeyMapper
Retrieves object with the key.
getActions(Object, Object) - Method in interface com.itmill.toolkit.event.Action.Handler
Gets the list of actions applicable to this handler.
getApplication() - Method in class com.itmill.toolkit.Application.UserChangeEvent
Gets the application where the user change occurred.
getApplication() - Method in class com.itmill.toolkit.Application.WindowAttachEvent
Gets the application to which the window was attached.
getApplication() - Method in class com.itmill.toolkit.Application.WindowDetachEvent
Gets the application from which the window was detached.
getApplication() - Method in interface com.itmill.toolkit.terminal.ApplicationResource
Gets the application of the resource.
getApplication() - Method in class com.itmill.toolkit.terminal.ClassResource
Gets the application of this resource.
getApplication() - Method in class com.itmill.toolkit.terminal.FileResource
 
getApplication() - Method in class com.itmill.toolkit.terminal.StreamResource
 
getApplication() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getApplication() - Method in interface com.itmill.toolkit.ui.Component
Gets the component's parent application.
getApplication() - Method in class com.itmill.toolkit.ui.CustomComponent
Gets the component's parent application
getApplication() - Method in class com.itmill.toolkit.ui.Window
Gets the application instance of the component.
getApplicationContext(HttpSession) - Static method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Gets the application context for HttpSession.
getApplications() - Method in interface com.itmill.toolkit.service.ApplicationContext
Gets the applications in this context.
getApplications() - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Gets the applications in this context.
getArchive() - Method in class com.itmill.toolkit.ui.Embedded
Gets the archive attribute.
getArea() - Method in exception com.itmill.toolkit.ui.GridLayout.OutOfBoundsException
Gets the area that is out of bounds.
getArea() - Method in exception com.itmill.toolkit.ui.GridLayout.OverlapsException
Gets the area .
getAttachedComponent() - Method in class com.itmill.toolkit.ui.ComponentContainer.ComponentAttachEvent
Gets the attached component.
getAuthor() - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the author of this theme.
getBaseDirectory() - Method in interface com.itmill.toolkit.service.ApplicationContext
Returns application context base directory.
getBaseDirectory() - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Gets the application context base directory.
getBean() - Method in class com.itmill.toolkit.data.util.BeanItem
Gets the underlying JavaBean object.
getBorder() - Method in class com.itmill.toolkit.ui.Window
Returns the border.
getBrowserApplication() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the name and version of the web browser application.
getBufferSize() - Method in interface com.itmill.toolkit.terminal.ApplicationResource
Gets the size of the download buffer used for this resource.
getBufferSize() - Method in class com.itmill.toolkit.terminal.ClassResource
 
getBufferSize() - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets the size of the download buffer.
getBufferSize() - Method in class com.itmill.toolkit.terminal.FileResource
 
getBufferSize() - Method in class com.itmill.toolkit.terminal.StreamResource
 
getButton() - Method in class com.itmill.toolkit.ui.Button.ClickEvent
Gets the Button where the event occurred.
getCacheTime() - Method in interface com.itmill.toolkit.terminal.ApplicationResource
Gets the length of cache expiration time.
getCacheTime() - Method in class com.itmill.toolkit.terminal.ClassResource
 
getCacheTime() - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets length of cache expiration time.
getCacheTime() - Method in class com.itmill.toolkit.terminal.FileResource
Gets the length of cache expiration time.
getCacheTime() - Method in class com.itmill.toolkit.terminal.StreamResource
 
getCaption() - Method in class com.itmill.toolkit.event.Action
Returns the action's caption.
getCaption() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getCaption() - Method in interface com.itmill.toolkit.ui.Component
Gets the caption of the component.
getCaption() - Method in class com.itmill.toolkit.ui.CustomComponent
The caption of the custom component is by default the caption of the root component, or null if the root is not set.
getCause() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
Gets the cause of the exception.
getCause() - Method in exception com.itmill.toolkit.data.util.MethodProperty.MethodException
 
getCause() - Method in exception com.itmill.toolkit.event.ListenerMethod.MethodException
Retrieves the cause of this throwable or null if the cause does not exist or not known.
getCause() - Method in exception com.itmill.toolkit.terminal.SystemError
Gets cause for the error.
getCauses() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
Gets all the causes for this exception.
getChildren(Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Gets the IDs of all Items that are children of the specified Item.
getChildren(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getChildren(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
getChildren(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
getChildren(Object) - Method in class com.itmill.toolkit.ui.Tree
Gets the IDs of all Items that are children of the specified Item.
getClassId() - Method in class com.itmill.toolkit.ui.Embedded
Gets the classId attribute.
getCodebase() - Method in class com.itmill.toolkit.ui.Embedded
Gets the codebase, the root-path used to access resources with relative paths.
getCodetype() - Method in class com.itmill.toolkit.ui.Embedded
Gets the MIME-Type of the code.
getColumnAlignment(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the specified column's alignment.
getColumnAlignments() - Method in class com.itmill.toolkit.ui.Table
Gets the array of column alignments.
getColumnHeader(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the header for the specified column.
getColumnHeaderMode() - Method in class com.itmill.toolkit.ui.Table
Getter for property columnHeaderMode.
getColumnHeaders() - Method in class com.itmill.toolkit.ui.Table
Gets the headers of the columns.
getColumnIcon(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the icon Resource for the specified column.
getColumnIcons() - Method in class com.itmill.toolkit.ui.Table
Gets the icons of the columns.
getColumnNumber() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
getColumns() - Method in class com.itmill.toolkit.ui.TextField
Gets the number of columns in the editor.
getColumnStyle(Object) - Method in class com.itmill.toolkit.ui.Table
Return the stylename for a column.
getColumnWidth(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the width of column
getCombinedLineNumber() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
getComponent(String) - Method in class com.itmill.toolkit.ui.CustomLayout
Gets the child-component by its location.
getComponent() - Method in class com.itmill.toolkit.ui.GridLayout.Area
Gets the component connected to the area.
getComponentError() - Method in class com.itmill.toolkit.ui.AbstractComponent
Gets the component's error message.
getComponentIterator() - Method in interface com.itmill.toolkit.ui.ComponentContainer
Gets an iterator to the collection of contained components.
getComponentIterator() - Method in class com.itmill.toolkit.ui.CustomLayout
Gets the component container iterator for going trough all the components in the container.
getComponentIterator() - Method in class com.itmill.toolkit.ui.GridLayout
Gets an Iterator to the component container contents.
getComponentIterator() - Method in class com.itmill.toolkit.ui.OrderedLayout
Gets the component container iterator for going trough all the components in the container.
getComponentIterator() - Method in class com.itmill.toolkit.ui.Panel
Gets the component container iterator for going trough all the components in the container.
getComponentIterator() - Method in class com.itmill.toolkit.ui.TabSheet
Gets the component container iterator for going trough all the components in the container.
getComponentType() - Method in class com.itmill.toolkit.ui.CustomComponent
Gets the component type.
getCompositionRoot() - Method in class com.itmill.toolkit.ui.CustomComponent
Returns the composition root.
getContainer() - Method in interface com.itmill.toolkit.data.Container.ItemSetChangeEvent
Gets the Property where the event occurred.
getContainer() - Method in interface com.itmill.toolkit.data.Container.PropertySetChangeEvent
Retrieves the Container whose contents have been modified.
getContainer() - Method in class com.itmill.toolkit.ui.ComponentContainer.ComponentAttachEvent
Gets the component container.
getContainer() - Method in class com.itmill.toolkit.ui.ComponentContainer.ComponentDetachEvent
Gets the component container.
getContainerDataSource() - Method in interface com.itmill.toolkit.data.Container.Viewer
Gets the Container serving as the data source of the viewer.
getContainerDataSource() - Method in class com.itmill.toolkit.ui.Select
Gets the viewing data-source container.
getContainerProperty(Object, Object) - Method in interface com.itmill.toolkit.data.Container
Gets the Property identified by the given itemId and propertyId from the Container.
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Gets the specified property of the specified file Item.
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the Property identified by the given Item ID and Property ID from the lsit.
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the property identified by the given itemId and propertyId from the container.
getContainerProperty(Object, Object) - Method in class com.itmill.toolkit.ui.Select
Gets the Property identified by the given itemId and propertyId from the Container
getContainerPropertyIds() - Method in interface com.itmill.toolkit.data.Container
Gets the ID's of all Properties stored in the Container.
getContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
getContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Gets the collection of available file properties.
getContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID's of all Properties stored in the list.
getContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the collection of propertyId from the Container.
getContainerPropertyIds() - Method in class com.itmill.toolkit.ui.Select
Gets the property Id collection from the container.
getContentHandler() - Method in class com.itmill.toolkit.terminal.web.XSLReader
Overrides the default content handler.
getContentMode() - Method in class com.itmill.toolkit.ui.Label
Gets the content mode of the Label.
getContentMode() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Gets the mode of ProgressIndicator.
getContentName() - Method in interface com.itmill.toolkit.terminal.UploadStream
Gets stream content name.
getContentName() - Method in class com.itmill.toolkit.terminal.web.AjaxHttpUploadStream
Gets the stream content name.
getContentName() - Method in class com.itmill.toolkit.terminal.web.HttpUploadStream
Gets the stream content name.
getContentType() - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets stream content type.
getContentType() - Method in interface com.itmill.toolkit.terminal.UploadStream
Gets the input stream content type.
getContentType() - Method in class com.itmill.toolkit.terminal.web.AjaxHttpUploadStream
Gets the input stream content type.
getContentType() - Method in class com.itmill.toolkit.terminal.web.HttpUploadStream
Gets the input stream content type.
getContentType(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Returns the Content-Type of a file.
getContentType() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the preferred content type.
getContext() - Method in class com.itmill.toolkit.Application
Gets the application context.
getCssLinksForHead() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Generates the links for CSS files to be included in html head.
getCurrentFilter() - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
getCurrentPageFirstItemId() - Method in class com.itmill.toolkit.ui.Table
Getter for property currentPageFirstItem.
getCurrentPageFirstItemIndex() - Method in class com.itmill.toolkit.ui.Table
Getter for property currentPageFirstItem.
getCursorX() - Method in class com.itmill.toolkit.ui.GridLayout
Gets the current cursor x-position.
getCursorY() - Method in class com.itmill.toolkit.ui.GridLayout
Gets the current cursor y-position.
getData() - Method in class com.itmill.toolkit.ui.AbstractComponent
Gets the application specific data.
getDebugId() - Method in class com.itmill.toolkit.terminal.Identifiable
 
getDefaultLocale() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the default locale requested by the browser.
getDefaultTheme() - Method in interface com.itmill.toolkit.terminal.Terminal
Gets the name of the default theme.
getDefaultTheme() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the name of the default theme.
getDescription() - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the theme description.
getDescription() - Method in class com.itmill.toolkit.ui.AbstractComponent
Gets the component's description.
getDescription() - Method in interface com.itmill.toolkit.ui.Field
 
getDetachedComponent() - Method in class com.itmill.toolkit.ui.ComponentContainer.ComponentDetachEvent
Gets the detached component.
getDirectDependencies() - Method in interface com.itmill.toolkit.terminal.VariableOwner
Gets the variable change listeners this VariableOwner directly depends on.
getDirectDependencies() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getDirectDependencies() - Method in class com.itmill.toolkit.ui.CustomComponent
Gets the variable change listeners this VariableOwner directly depends on.
getDirtyComponents() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
getDirtyWindows(Application) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Gets the list of dirty windows in application.
getDTDHandler() - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
getEmail() - Method in class com.itmill.toolkit.terminal.web.Theme.Author
Gets the email address of the author.
getEncoding() - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the current encoding method.
getEntityResolver() - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
getErrorHandler() - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
getErrorLevel() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
Gets the error level of this buffered source exception.
getErrorLevel() - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
getErrorLevel() - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
The error level is the largest error level in
getErrorLevel() - Method in interface com.itmill.toolkit.terminal.ErrorMessage
Gets the errors level.
getErrorLevel() - Method in exception com.itmill.toolkit.terminal.SystemError
 
getErrorLevel() - Method in class com.itmill.toolkit.terminal.UserError
 
getErrorMessage() - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Gets the error message for the composite validator.
getErrorMessage() - Method in class com.itmill.toolkit.data.validator.NullValidator
Gets the error message that is displayed in case the value is invalid.
getErrorMessage() - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Gets the message to be displayed in case the value does not validate.
getErrorMessage() - Method in class com.itmill.toolkit.ui.AbstractComponent
Gets the error message for this component.
getErrorMessage() - Method in class com.itmill.toolkit.ui.AbstractField
Error messages shown by the fields are composites of the error message thrown by the superclasses (that is the component error message), validation errors and buffered source errors.
getErrorMessage() - Method in class com.itmill.toolkit.ui.Component.ErrorEvent
Gets the error message.
getExtensionToMIMETypeMapping() - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the internal file extension to mime-type mapping.
getFeature(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
getField(Object) - Method in class com.itmill.toolkit.ui.Form
Gets the field identified by the propertyid.
getFieldFactory() - Method in class com.itmill.toolkit.ui.Form
Get the field factory of the form.
getFieldFactory() - Method in class com.itmill.toolkit.ui.Table
Gets the FieldFactory that is used to create editor for table cells.
getFile(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Returns a File reference to the uploaded file.
getFileContents(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
If files were uploaded into memory, this method will retrieve the contents of the file as a InputStream.
getFilename() - Method in interface com.itmill.toolkit.terminal.ApplicationResource
Gets the virtual filename for this resource.
getFilename() - Method in class com.itmill.toolkit.terminal.ClassResource
Gets the virtual filename for this resource.
getFileName() - Method in class com.itmill.toolkit.terminal.DownloadStream
Returns the file name.
getFilename() - Method in class com.itmill.toolkit.terminal.FileResource
 
getFilename() - Method in class com.itmill.toolkit.terminal.StreamResource
Gets the filename.
getFilename() - Method in class com.itmill.toolkit.ui.Upload.FinishedEvent
Gets the file name.
getFileNames() - Method in class com.itmill.toolkit.terminal.web.Theme.Fileset
Gets the list of all files in this theme.
getFileNames(WebBrowser, String) - Method in class com.itmill.toolkit.terminal.web.Theme.Fileset
Gets the list of file names matching WebBrowserType.
getFileNames() - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the list of all files in this theme.
getFileNames(WebBrowser, String) - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the list of file names matching WebBrowserType.
getFileParameter(String, int) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Access an attribute of a file upload parameter record.
getFileParameterNames() - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the enumeration of all INPUT TYPE=FILE parameter NAMES as encountered during the upload.
getFileSize(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Returns the File Size of a uploaded file.
getFileSystemName(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the file system basename of an uploaded file.
getFilter() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Returns the file filter used to limit the files in this container.
getFirstDayOfWeek() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Gets the name of first day of the week.
getFirstFatalError() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
Gets the first fatal error.
getFocusableById(long) - Static method in class com.itmill.toolkit.ui.Window
Maps the focusable id back to focusable component.
getFocusableId() - Method in class com.itmill.toolkit.ui.AbstractField
Gets the unique ID of focusable
getFocusableId() - Method in interface com.itmill.toolkit.ui.Component.Focusable
Gets the unique ID of focusable.
getFocusableId() - Method in class com.itmill.toolkit.ui.Upload
Gets the unique ID of focusable.
getFocusedComponent() - Method in class com.itmill.toolkit.ui.Window
Gets the currently focused component in this window.
getFormAction() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Gets Form Action URL for the requested window.
getFormat() - Method in class com.itmill.toolkit.ui.TextField
Gets the value formatter of TextField.
getFormattedValue() - Method in class com.itmill.toolkit.ui.TextField
Gets the formatted string value.
getFrame(String) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Gets the frame by name.
getFrame(int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Gets the frame by index.
getFrames() - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Gets the list of frames.
getFrameset() - Method in class com.itmill.toolkit.ui.FrameWindow
Gets the main frameset of the window.
getHeight() - Method in interface com.itmill.toolkit.terminal.Sizeable
Gets the height of the object.
getHeight() - Method in class com.itmill.toolkit.ui.Embedded
Returns the visual height of the object.
getHeight() - Method in class com.itmill.toolkit.ui.ExpandLayout
 
getHeight() - Method in class com.itmill.toolkit.ui.GridLayout
Gets the height of the grid.
getHeight() - Method in class com.itmill.toolkit.ui.Panel
Gets the height in pixels.
getHeight() - Method in class com.itmill.toolkit.ui.Table
Gets the height in pixels.
getHeightUnits() - Method in interface com.itmill.toolkit.terminal.Sizeable
Gets the height property units.
getHeightUnits() - Method in class com.itmill.toolkit.ui.Embedded
Gets the height property units.
getHeightUnits() - Method in class com.itmill.toolkit.ui.ExpandLayout
 
getHeightUnits() - Method in class com.itmill.toolkit.ui.Panel
Gets the height property units.
getHeightUnits() - Method in class com.itmill.toolkit.ui.Table
Gets the height property units.
getHTMLDescription() - Method in exception com.itmill.toolkit.terminal.web.UIDLTransformerException
Returns the detailed description.
getHTMLFormattedUIDL(String, String) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
 
getHtmlTable() - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the Html Table.For debugging.
getHttpSession() - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Gets the http-session application is running in.
getIcon() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Gets the icon of this file.
getIcon() - Method in class com.itmill.toolkit.event.Action
Returns the action's icon.
getIcon(String) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the descriptive icon representing file, based on the filename.
getIcon(File) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the descriptive icon representing a file.
getIcon() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getIcon() - Method in interface com.itmill.toolkit.ui.Component
Gets the component's icon.
getIcon() - Method in class com.itmill.toolkit.ui.CustomComponent
The icon of the custom component is by default the icon of the root component, or null if the root is not set.
getId() - Method in class com.itmill.toolkit.terminal.web.ThemeSource.XSLStream
Returns id of this stream.
getId() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
Gets the id.
getIdByIndex(int) - Method in interface com.itmill.toolkit.data.Container.Indexed
Gets the ID of an Item by an index number.
getIdByIndex(int) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets ID with the index.
getIdByIndex(int) - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the Index id in the container.
getIndex(String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getIndex(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getItem(Object) - Method in interface com.itmill.toolkit.data.Container
Gets the Item with the given Item ID from the Container.
getItem() - Method in interface com.itmill.toolkit.data.Item.PropertySetChangeEvent
Retrieves the Item whose contents has been modified.
getItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
getItem(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
getItem(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the Item with the given Item ID from the list.
getItem(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the Item with the given Item ID from the Container.
getItem(Object) - Method in class com.itmill.toolkit.ui.Select
Gets the item from the container with given id.
getItemCaption(Object) - Method in class com.itmill.toolkit.ui.Select
Gets the caption of an item.
getItemCaptionMode() - Method in class com.itmill.toolkit.ui.Select
Gets the item caption mode.
getItemCaptionPropertyId() - Method in class com.itmill.toolkit.ui.Select
Gets the item caption property.
getItemDataSource() - Method in interface com.itmill.toolkit.data.Item.Viewer
Gets the Item serving as the data source of the viewer.
getItemDataSource() - Method in class com.itmill.toolkit.ui.Form
 
getItemIcon(Object) - Method in class com.itmill.toolkit.ui.Select
Gets the item icon.
getItemIconPropertyId() - Method in class com.itmill.toolkit.ui.Select
Gets the item icon property.
getItemId() - Method in class com.itmill.toolkit.ui.Tree.CollapseEvent
Gets tge Collapsed Item id.
getItemId() - Method in class com.itmill.toolkit.ui.Tree.ExpandEvent
Node where the event occurred.
getItemIds() - Method in interface com.itmill.toolkit.data.Container
Gets the ID's of all Items stored in the Container.
getItemIds() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getItemIds() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
getItemIds() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
getItemIds() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID's of all Items stored in the list.
getItemIds() - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets an collection of all the item IDs in the container.
getItemIds() - Method in class com.itmill.toolkit.ui.Select
Gets the item Id collection from the container.
getItemProperty(Object) - Method in interface com.itmill.toolkit.data.Item
Gets the Property corresponding to the given Property ID stored in the Item.
getItemProperty(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
 
getItemProperty(Object) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Gets the Property corresponding to the given Property ID stored in the Item.
getItemProperty(Object) - Method in class com.itmill.toolkit.ui.Form
The property identified by the property id.
getItemPropertyIds() - Method in interface com.itmill.toolkit.data.Item
Gets the collection of IDs of all Properties stored in the Item.
getItemPropertyIds() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
 
getItemPropertyIds() - Method in class com.itmill.toolkit.data.util.PropertysetItem
Gets the collection of IDs of all Properties stored in the Item.
getItemPropertyIds() - Method in class com.itmill.toolkit.ui.Form
 
getItemStylePropertyId() - Method in class com.itmill.toolkit.ui.Table
Gets the property id to used for styling rows.
getJavaScriptLinksForHead() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Generates the links for JavaScript files to be included in html head.
getJavaScriptVersion() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the version of the supported Java Script by the browser.
getJSON(int, int, String) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
getKeyCode() - Method in class com.itmill.toolkit.event.ShortcutAction
 
getLayout() - Method in class com.itmill.toolkit.ui.Form
Gets the layout of the form.
getLayout() - Method in class com.itmill.toolkit.ui.Panel
Gets the current layout of the panel.
getLength() - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getLength() - Method in class com.itmill.toolkit.ui.Upload.FinishedEvent
Gets the length of the file.
getLineNumber() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
getLocale() - Method in class com.itmill.toolkit.Application
Gets the default locale for this application.
getLocale() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getLocale() - Method in interface com.itmill.toolkit.ui.Component
Gets the locale of this component.
getLocale() - Method in class com.itmill.toolkit.ui.CustomComponent
The icon of the custom component is by default the locale of the parent or null if the parent is not set.
getLocaleCountryId() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns the country and region code for current application locale.
getLocaleLanguageId() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns the language code for current application locale.
getLocales() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Returns the locales supported by the web browser.
getLocalName(int) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getLogoutURL() - Method in class com.itmill.toolkit.Application
Returns the URL user is redirected to on application close.If the URL is null, the application is closed normally as defined by the application running environment.
getMainWindow() - Method in class com.itmill.toolkit.Application
Gets the mainWindow of the application.
getMarkupVersion() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the supported markup language.
getMaxLength() - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Gets the maximum permissable length of the string.
getMaxLength() - Method in class com.itmill.toolkit.ui.TextField
Gets the maximum number of characters allowed in this textfield.
getMessage() - Method in exception com.itmill.toolkit.event.ListenerMethod.MethodException
Returns the error message string of this throwable object.
getMessage() - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
getMethodProperty() - Method in exception com.itmill.toolkit.data.util.MethodProperty.MethodException
Gets the method property this exception originates from.
getMIMEType(String) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the mime-type of a file.
getMIMEType(File) - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the mime-type for a file.
getMIMEType() - Method in class com.itmill.toolkit.terminal.ClassResource
Gets the MIME type of this resource.
getMIMEType() - Method in class com.itmill.toolkit.terminal.ExternalResource
Gets the MIME type of the resource.
getMIMEType() - Method in class com.itmill.toolkit.terminal.FileResource
 
getMIMEType() - Method in interface com.itmill.toolkit.terminal.Resource
Gets the MIME type of the resource.
getMIMEType() - Method in class com.itmill.toolkit.terminal.StreamResource
 
getMIMEType() - Method in class com.itmill.toolkit.terminal.ThemeResource
 
getMimeType() - Method in class com.itmill.toolkit.ui.Embedded
Gets the MIME-Type of the object.
getMIMEType() - Method in class com.itmill.toolkit.ui.Upload.FinishedEvent
Gets the MIME Type of the file.
getMIMETypeToIconMapping() - Static method in class com.itmill.toolkit.service.FileTypeResolver
Gets the internal mime-type to icon mapping.
getMinLength() - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Gets the minimum permissable length of the string.
getMode() - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Gets the mode of the validator.
getModificationTime() - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the last modification time, used to reload theme on changes.
getModificationTime() - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the last modification time, used to reload theme on changes.
getModificationTime() - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Returns modication time of the jar file.
getModificationTime() - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Returns the modification time of the description file.
getModificationTime() - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Gets the last modification time, used to reload theme on changes.
getModifiers() - Method in class com.itmill.toolkit.event.ShortcutAction
 
getMonth(int) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Gets the name for month.
getName() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Gets the name of this file.
getName() - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the name of the ThemeSource.
getName() - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the name of the ThemeSource.
getName() - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Gets the name of the ThemeSource.
getName() - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Gets the name of the ThemeSource.
getName() - Method in class com.itmill.toolkit.terminal.web.Theme.Author
Gets the name of the author.
getName() - Method in class com.itmill.toolkit.terminal.web.Theme.File
Gets the name of the file.
getName() - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the name of this theme.
getName() - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Gets the name of the ThemeSource.
getName() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Gets the Name of the frame.
getName() - Method in class com.itmill.toolkit.ui.Window
Gets the unique name of the window that indentifies it on the terminal.
getNamespace() - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
getNewFocusableId(Component.Focusable) - Static method in class com.itmill.toolkit.ui.Window
Gets an id for focusable component.
getNewUser() - Method in class com.itmill.toolkit.Application.UserChangeEvent
Gets the new user of the application.
getNullRepresentation() - Method in class com.itmill.toolkit.ui.TextField
Gets the null-string representation.
getNullSelectionItemId() - Method in class com.itmill.toolkit.ui.Select
Returns the item id that represents null value of this select in single select mode.
getNumberOfPaints() - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Gets the number of paints.
getOpenAjaxHubMessages() - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
OpenAjax Hub messaging.
getOptionFilter() - Method in class com.itmill.toolkit.ui.Select
 
getOptionFilter() - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
getOrientation() - Method in class com.itmill.toolkit.ui.OrderedLayout
Gets the orientation of the container.
getPageLength() - Method in class com.itmill.toolkit.ui.Table
Gets the page length.
getPaintable() - Method in class com.itmill.toolkit.terminal.Paintable.RepaintRequestEvent
Gets the paintable needing repainting.
getPaintableId(Paintable) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
Gets the Paintable Id.
getPaintTarget(HttpVariableMap) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer
Attaches the output stream to transformer and get corresponding UIDLStream for writing UI description language trough transform to given output.
getParameter(String) - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets a paramater for download stream.
getParameter(String) - Method in class com.itmill.toolkit.ui.Embedded
Gets the value of an object parameter.
getParameterHandler() - Method in interface com.itmill.toolkit.terminal.ParameterHandler.ErrorEvent
Gets the source ParameterHandler.
getParameterHandler() - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet.ParameterHandlerErrorImpl
Gets the source ParameterHandler.
getParameterNames() - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets the names of the parameters.
getParameterNames() - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the enumeration of all URL Parameters for the current HTTP Request.
getParameterNames() - Method in class com.itmill.toolkit.ui.Embedded
Gets the embedded object parameter names.
getParent(Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Gets the ID of the parent Item of the specified Item.
getParent(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getParent(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
getParent(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
getParent() - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the name of the parent theme.
getParent() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getParent() - Method in interface com.itmill.toolkit.ui.Component
Gets the visual parent of the component.
getParent() - Method in class com.itmill.toolkit.ui.CustomComponent
Gets the visual parent of the component.
getParent(Object) - Method in class com.itmill.toolkit.ui.Tree
Gets the ID of the parent Item of the specified Item.
getParent() - Method in class com.itmill.toolkit.ui.Window
Getter for property parent.
getParentFrameset() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Gets the parent frameset.
getPollingInterval() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Gets the interval that component checks for progress.
getPositionX() - Method in class com.itmill.toolkit.ui.Window
Gets the distance of Window left border in pixels from left border of the containing (main window).
getPositionY() - Method in class com.itmill.toolkit.ui.Window
Gets the distance of Window top border in pixels from top border of the containing (main window).
getPreferredMode(WebBrowser, ThemeSource) - Method in class com.itmill.toolkit.terminal.web.Theme
Gets the preferred operating mode supported by this theme for given terminal.
getPreviousUser() - Method in class com.itmill.toolkit.Application.UserChangeEvent
Gets the previous user of the application.
getProperty(String) - Method in class com.itmill.toolkit.Application
Searches for the property with the specified name in this application.
getProperty() - Method in interface com.itmill.toolkit.data.Property.ReadOnlyStatusChangeEvent
Property whose read-only state has changed.
getProperty() - Method in interface com.itmill.toolkit.data.Property.ValueChangeEvent
Retrieves the Property that has been modified.
getProperty(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
getProperty() - Method in class com.itmill.toolkit.ui.AbstractField.ReadOnlyStatusChangeEvent
Property where the event occurred.
getProperty() - Method in class com.itmill.toolkit.ui.Field.ValueChangeEvent
Gets the Property which triggered the event.
getProperty() - Method in class com.itmill.toolkit.ui.Label.ValueChangeEvent
Gets the Property that has been modified.
getPropertyDataSource() - Method in interface com.itmill.toolkit.data.Property.Viewer
Gets the Property serving as the data source of the viewer.
getPropertyDataSource() - Method in class com.itmill.toolkit.ui.AbstractField
Gets the current data source of the field, if any.
getPropertyDataSource() - Method in class com.itmill.toolkit.ui.Label
Gets the viewing data-source property.
getPropertyDataSource() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Gets the viewing data-source property.
getPropertyNames() - Method in class com.itmill.toolkit.Application
Returns an enumeration of all the names in this application.
getPropertyValue(Object, Object, Property) - Method in class com.itmill.toolkit.ui.Table
Gets the value of property.
getPublicId() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
getQName(int) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getReceiver() - Method in class com.itmill.toolkit.ui.Upload
Returns the current receiver.
getRelativeLocation(ApplicationResource) - Method in class com.itmill.toolkit.Application
Gets the relative uri of the resource.
getRemovedWindows() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
getRenderingMode() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the current rendering mode.
getResolution() - Method in class com.itmill.toolkit.ui.DateField
Gets the resolution.
getResource(String) - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the input stream for the resource with the specified resource id.
getResource(String) - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the input stream for the resource with the specified resource id.
getResource(String) - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Gets the input stream for the resource with the specified resource id.
getResource(String) - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Gets the input stream for the resource with the specified resource id.
getResource(String) - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Gets the input stream for the resource with the specified resource id.
getResource() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Gets the Resource connected to frame.
getResource() - Method in class com.itmill.toolkit.ui.Link
Returns the resource this link opens.
getResourceId() - Method in class com.itmill.toolkit.terminal.ThemeResource
Gets the resource id.
getResourceLocation(String, ThemeResource) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Gets relative location of a theme resource.
getResourcePath(ServletContext, String) - Static method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Gets resource path using different implementations.
getRowHeaderMode() - Method in class com.itmill.toolkit.ui.Table
Gets the row header mode.
getRows() - Method in class com.itmill.toolkit.ui.TextField
Gets the number of rows in the editor.
getScreenHeight() - Method in interface com.itmill.toolkit.terminal.Terminal
Gets the height of the terminal window in pixels.
getScreenHeight() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the height of the terminal window in pixels.
getScreenWidth() - Method in interface com.itmill.toolkit.terminal.Terminal
Gets the width of the terminal window in pixels.
getScreenWidth() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the width of the terminal window in pixels.
getScrollOffsetX() - Method in interface com.itmill.toolkit.terminal.Scrollable
Gets scroll X offset.
getScrollOffsetX() - Method in class com.itmill.toolkit.ui.Panel
 
getScrollOffsetY() - Method in interface com.itmill.toolkit.terminal.Scrollable
Gets scroll Y offset.
getScrollOffsetY() - Method in class com.itmill.toolkit.ui.Panel
 
getSecurityKey() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
 
getSelect() - Method in class com.itmill.toolkit.ui.TabSheet.SelectedTabChangeEvent
Select where the event occurred
getSelectedTab() - Method in class com.itmill.toolkit.ui.TabSheet
Gets the selected tab.
getServlet() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Returns the servlet.
getSession() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Returns the session.
getShortMonth(int) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Gets the short name for month.
getShortWeekday(int) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Gets the name for week day.
getSize() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Gets the size of this file.
getSortableContainerPropertyIds() - Method in interface com.itmill.toolkit.data.Container.Sortable
Gets the container property IDs, which can be used to sort the item.
getSortableContainerPropertyIds() - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
getSortableContainerPropertyIds() - Method in class com.itmill.toolkit.ui.Table
Gets the container property IDs, which can be used to sort the item.
getSortContainerPropertyId() - Method in class com.itmill.toolkit.ui.Table
Gets the currently sorted column property ID.
getSource() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
Gets a source of the exception.
getSource() - Method in class com.itmill.toolkit.ui.Embedded
Gets the resource contained in the embedded object.
getSourceFile() - Method in class com.itmill.toolkit.terminal.FileResource
Gets the source file.
getStandby() - Method in class com.itmill.toolkit.ui.Embedded
Gets the standby text displayed when the object is loading.
getStream() - Method in interface com.itmill.toolkit.terminal.ApplicationResource
Gets resource as stream.
getStream() - Method in class com.itmill.toolkit.terminal.ClassResource
Gets resource as stream.
getStream() - Method in class com.itmill.toolkit.terminal.DownloadStream
Gets downloadable stream.
getStream() - Method in class com.itmill.toolkit.terminal.FileResource
Gets the resource as stream.
getStream() - Method in class com.itmill.toolkit.terminal.StreamResource
 
getStream() - Method in interface com.itmill.toolkit.terminal.StreamResource.StreamSource
Returns new input stream that is used for reading the resource.
getStream() - Method in interface com.itmill.toolkit.terminal.UploadStream
Gets the input stream.
getStream() - Method in class com.itmill.toolkit.terminal.web.AjaxHttpUploadStream
Gets the input stream.
getStream() - Method in class com.itmill.toolkit.terminal.web.HttpUploadStream
Gets the input stream.
getStream() - Method in class com.itmill.toolkit.terminal.web.ThemeSource.XSLStream
Returns the actual XSL Stream.
getStreamName() - Method in interface com.itmill.toolkit.terminal.UploadStream
Gets the name of the stream.
getStreamName() - Method in class com.itmill.toolkit.terminal.web.AjaxHttpUploadStream
Gets the name of the stream.
getStreamName() - Method in class com.itmill.toolkit.terminal.web.HttpUploadStream
Gets the name of the stream.
getStreamSource() - Method in class com.itmill.toolkit.terminal.StreamResource
Returns the source for this StreamResource.
getStyle() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getStyle() - Method in interface com.itmill.toolkit.ui.Component
Gets the look-and-feel style of the component.
getStyle() - Method in class com.itmill.toolkit.ui.CustomComponent
Custom component does not implement custom styles by default and this function returns null.
getSubValidators(Class) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Gets sub-validators by class.
getSystemId() - Method in class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
getTabCaption(Component) - Method in class com.itmill.toolkit.ui.TabSheet
Gets the caption for a component.
getTabIcon(Component) - Method in class com.itmill.toolkit.ui.TabSheet
Gets the icon for a component.
getTabIndex() - Method in class com.itmill.toolkit.ui.AbstractField
Gets the tab index of this field.
getTabIndex() - Method in interface com.itmill.toolkit.ui.Component.Focusable
Gets the Tabulator index of this Focusable component.
getTabIndex() - Method in class com.itmill.toolkit.ui.DateField
Gets the Tabulator index of this Focusable component.
getTabIndex() - Method in class com.itmill.toolkit.ui.Upload
Gets the Tabulator index of this Focusable component.
getTag() - Method in class com.itmill.toolkit.ui.AbstractComponent
Gets the UIDL tag corresponding to the component.
getTag() - Method in class com.itmill.toolkit.ui.Button
Gets component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.CustomLayout
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.DateField
 
getTag() - Method in class com.itmill.toolkit.ui.Embedded
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.ExpandLayout
 
getTag() - Method in class com.itmill.toolkit.ui.Form
 
getTag() - Method in class com.itmill.toolkit.ui.FrameWindow
Gets the window's UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.GridLayout
Gets the components UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.Label
Get the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.Link
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.OrderedLayout
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.Panel
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.Select
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.Table
Gets the UIDL tag corresponding to component.
getTag() - Method in class com.itmill.toolkit.ui.TabSheet
Gets the component UIDL tag.
getTag() - Method in class com.itmill.toolkit.ui.TextField
 
getTag() - Method in class com.itmill.toolkit.ui.Tree
Gets the UIDL tag corresponding to the component.
getTag() - Method in class com.itmill.toolkit.ui.Upload
Gets the component type.
getTag() - Method in class com.itmill.toolkit.ui.Window
Gets the component UIDL tag.
getTargetBorder() - Method in class com.itmill.toolkit.ui.Link
Returns the target window border.
getTargetHeight() - Method in class com.itmill.toolkit.ui.Link
Returns the target window height or -1 if not set.
getTargetName() - Method in class com.itmill.toolkit.ui.Link
Returns the target window name.
getTargetWidth() - Method in class com.itmill.toolkit.ui.Link
Returns the target window width or -1 if not set.
getTerminal() - Method in class com.itmill.toolkit.ui.Window
Gets the terminal type.
getTerminalType(HttpSession) - Static method in class com.itmill.toolkit.terminal.web.WebBrowserProbe
Returns the terminal type from the given session.
getTheme() - Method in class com.itmill.toolkit.Application
Gets the application's theme.
getTheme() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerType
Gets the theme used in the UIDLTransformer of this type.
getTheme() - Method in class com.itmill.toolkit.ui.Window
Gets the theme for this window.
getThemeByName(String) - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the theme instance by name.
getThemeByName(String) - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the Theme instance by name.
getThemeByName(String) - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Gets the Theme instance by name.
getThemeByName(String) - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Gets the Theme instance by name.
getThemeByName(String) - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Returns the Theme instance by name.
getThemes() - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the list of themes in the theme source.
getThemes() - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the list of themes in the theme source.
getThemes() - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Gets the list of themes in the theme source.
getThemes() - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Gets the list of themes in the theme source.
getThemes() - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Gets the list of themes in the theme source.
getThemeSource() - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Returns the theme source.
getThrowable() - Method in interface com.itmill.toolkit.terminal.Terminal.ErrorEvent
Gets the contained throwable.
getThrowable() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager.URIHandlerErrorImpl
 
getThrowable() - Method in class com.itmill.toolkit.terminal.web.AjaxVariableMap.TerminalErrorImpl
 
getThrowable() - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet.ParameterHandlerErrorImpl
Gets the contained throwable.
getThrowable() - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet.URIHandlerErrorImpl
Gets the contained throwable.
getThrowable() - Method in class com.itmill.toolkit.terminal.web.HttpVariableMap.TerminalErrorImpl
Gets the contained throwable.
getTransformer(UIDLTransformerType) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerFactory
Gets the new transformer of the specified type.
getTransformerType() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer
Gets the type of the transformer.
getTransformException() - Method in exception com.itmill.toolkit.terminal.web.UIDLTransformerException
Returns the nested transform exception that occurred.
getType(Object) - Method in interface com.itmill.toolkit.data.Container
Gets the data type of all Properties identified by the given Property ID.
getType() - Method in interface com.itmill.toolkit.data.Property
Returns the type of the Property.
getType(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
getType(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
getType(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Gets the specified property's data type.
getType(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the type of a Property stored in the list.
getType() - Method in class com.itmill.toolkit.data.util.MethodProperty
Returns the type of the Property.
getType() - Method in class com.itmill.toolkit.data.util.ObjectProperty
Returns the type of the ObjectProperty.
getType(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the data type of all properties identified by the given type ID.
getType(int) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getType(String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getType(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getType() - Method in class com.itmill.toolkit.ui.AbstractField
 
getType() - Method in class com.itmill.toolkit.ui.Button
The type of the button as a property.
getType() - Method in class com.itmill.toolkit.ui.DateField
 
getType() - Method in class com.itmill.toolkit.ui.Embedded
Gets the type of the embedded object.
getType() - Method in class com.itmill.toolkit.ui.Form
Gets the field type.
getType() - Method in class com.itmill.toolkit.ui.Label
Gets the type of the Property.
getType() - Method in class com.itmill.toolkit.ui.ProgressIndicator
 
getType() - Method in class com.itmill.toolkit.ui.Select
Returns the type of the property.
getType(Object) - Method in class com.itmill.toolkit.ui.Select
Gets the property type.
getType() - Method in class com.itmill.toolkit.ui.TextField
 
getUIDL() - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Gets the UIDL already printed to stream.
getUIDL() - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Gets the UIDL already printed to stream.
getUIDLErrorReport() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
Gets the formated error report on UIDL.
getUIID() - Method in class com.itmill.toolkit.terminal.Identifiable
Deprecated. use Identifiable.setDebugId(String) instead.
getUpload() - Method in class com.itmill.toolkit.ui.Upload.FinishedEvent
Uploads where the event occurred.
getURI(int) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getURIHandler() - Method in interface com.itmill.toolkit.terminal.URIHandler.ErrorEvent
Gets the source URIHandler.
getURIHandler() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager.URIHandlerErrorImpl
 
getURIHandler() - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet.URIHandlerErrorImpl
Gets the source URIHandler.
getURL() - Method in class com.itmill.toolkit.Application
Gets the URL of the application.
getURL() - Method in class com.itmill.toolkit.terminal.ExternalResource
Gets the URL of the external resource.
getURL() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Gets the URL of the frame.
getURL() - Method in class com.itmill.toolkit.ui.Window
Returns the full url of the window, this returns window specific url even for the main window.
getURLParameter(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets the value of the strName URLParameter.
getURLParameters(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
Gets an enumeration of all values for the strName parameter.
getUser() - Method in class com.itmill.toolkit.Application
Gets the user of the application.
getValidators() - Method in interface com.itmill.toolkit.data.Validatable
Lists all validators currently registered for the object.
getValidators() - Method in class com.itmill.toolkit.ui.AbstractField
Gets the validators of the field.
getValidators() - Method in class com.itmill.toolkit.ui.Form
Gets the Lists all validators currently registered for the object.
getValue() - Method in interface com.itmill.toolkit.data.Property
Gets the value stored in the Property.
getValue() - Method in class com.itmill.toolkit.data.util.MethodProperty
Gets the value stored in the Property.
getValue() - Method in class com.itmill.toolkit.data.util.ObjectProperty
Gets the value stored in the Property.
getValue(int) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getValue(String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getValue(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
getValue() - Method in class com.itmill.toolkit.ui.AbstractField
Gets the current value of the field.
getValue() - Method in class com.itmill.toolkit.ui.Label
Gets the value of the label.
getValue() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Gets the value of the ProgressIndicator.
getValue() - Method in class com.itmill.toolkit.ui.Select
Gets the selected item id or in multiselect mode a set of selected ids.
getVariableOwner() - Method in interface com.itmill.toolkit.terminal.VariableOwner.ErrorEvent
Gets the source VariableOwner.
getVariableOwner() - Method in class com.itmill.toolkit.terminal.web.AjaxVariableMap.VariableOwnerErrorImpl
 
getVariableOwner() - Method in class com.itmill.toolkit.terminal.web.HttpVariableMap.VariableOwnerErrorImpl
Gets the source VariableOwner.
getVersion() - Method in class com.itmill.toolkit.Application
Override this method to return correct version number of your Application.
getVisibleColumns() - Method in class com.itmill.toolkit.ui.Table
Gets the array of visible column property id:s.
getVisibleItemIds() - Method in class com.itmill.toolkit.ui.Select
Gets the visible item ids.
getVisibleItemIds() - Method in class com.itmill.toolkit.ui.Table
Returns the list of items on the current page
getVisibleItemIds() - Method in class com.itmill.toolkit.ui.Tree
Gets the visible item ids.
getVisibleItemProperties() - Method in class com.itmill.toolkit.ui.Form
Returns the visibleProperties.
getWebBrowser() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerType
Gets the web browser type used in the UIDLTransformer of this type.
getWidth() - Method in interface com.itmill.toolkit.terminal.Sizeable
Gets the width of the object.
getWidth() - Method in class com.itmill.toolkit.ui.Embedded
Returns the visual width of the object.
getWidth() - Method in class com.itmill.toolkit.ui.ExpandLayout
 
getWidth() - Method in class com.itmill.toolkit.ui.GridLayout
Get the width of the grids.
getWidth() - Method in class com.itmill.toolkit.ui.Panel
Gets the Width in pixel.
getWidth() - Method in class com.itmill.toolkit.ui.Table
Gets the width in pixels.
getWidthUnits() - Method in interface com.itmill.toolkit.terminal.Sizeable
Gets the width property units.
getWidthUnits() - Method in class com.itmill.toolkit.ui.Embedded
Gets the width property units.
getWidthUnits() - Method in class com.itmill.toolkit.ui.ExpandLayout
 
getWidthUnits() - Method in class com.itmill.toolkit.ui.Panel
Gets the width property units.
getWidthUnits() - Method in class com.itmill.toolkit.ui.Table
Gets the width property units.
getWindow(String) - Method in class com.itmill.toolkit.Application
Gets a window by name.
getWindow() - Method in class com.itmill.toolkit.Application.WindowAttachEvent
Gets the attached window.
getWindow() - Method in class com.itmill.toolkit.Application.WindowDetachEvent
Gets the detached window.
getWindow() - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
getWindow() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
getWindow() - Method in interface com.itmill.toolkit.ui.Component
Gets the component's parent window.
getWindow() - Method in class com.itmill.toolkit.ui.CustomComponent
Gets the component's parent window.
getWindow() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Gets the Window connected to frame.
getWindow() - Method in class com.itmill.toolkit.ui.Link
Returns the window this link opens.
getWindow() - Method in class com.itmill.toolkit.ui.Window.CloseEvent
Gets the Window.
getWindow() - Method in class com.itmill.toolkit.ui.Window
Gets the window of the component.
getWindowFormAction(Window) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Gets the form action for given window.
getWindowRefreshScript(Application, Window, WebBrowser) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Generates the JavaScript for updating given window.
getWindows() - Method in class com.itmill.toolkit.Application
Gets the set of windows contained by the application.
getWindowTargetName(Application, Window) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns an unique target name for a given window name.
getWindowTargetName() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns an unique target name for current window.
getWindowTargetName(String) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns an unique target name for current window.
getX1() - Method in class com.itmill.toolkit.ui.GridLayout.Area
Gets the top-left corner x-coordinate.
getX2() - Method in class com.itmill.toolkit.ui.GridLayout.Area
Gets the bottom-right corner x-coordinate.
getXSLErrorReport(ThemeSource, UIDLTransformerType) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
Gets the formated error report on XSL.
getXSLStreams(Theme, WebBrowser) - Method in class com.itmill.toolkit.terminal.web.CollectionThemeSource
Gets the XSL stream for the specified theme and web-browser type.
getXSLStreams(Theme, WebBrowser) - Method in class com.itmill.toolkit.terminal.web.DirectoryThemeSource
Gets the XSL stream for the specified theme and web-browser type.
getXSLStreams(Theme, WebBrowser) - Method in class com.itmill.toolkit.terminal.web.JarThemeSource
Gets the XSL stream for the specified theme and web-browser type.
getXSLStreams(Theme, WebBrowser) - Method in class com.itmill.toolkit.terminal.web.ServletThemeSource
Gets the XSL stream for the specified theme and web-browser type.
getXSLStreams(Theme, WebBrowser) - Method in interface com.itmill.toolkit.terminal.web.ThemeSource
Gets the XSL stream for the specified theme and web-browser type.
getY1() - Method in class com.itmill.toolkit.ui.GridLayout.Area
Gets the top-left corner y-coordinate.
getY2() - Method in class com.itmill.toolkit.ui.GridLayout.Area
Returns the bottom-right corner y-coordinate.
GridLayout - Class in com.itmill.toolkit.ui
A container that consists of components with certain coordinates on a grid.
GridLayout(int, int) - Constructor for class com.itmill.toolkit.ui.GridLayout
Constructor for grid of given size.
GridLayout() - Constructor for class com.itmill.toolkit.ui.GridLayout
Constructs an empty grid layout that is extended as needed.
GridLayout.Area - Class in com.itmill.toolkit.ui
This class defines an area on a grid.
GridLayout.Area(Component, int, int, int, int) - Constructor for class com.itmill.toolkit.ui.GridLayout.Area
Construct a new area on a grid.
GridLayout.OutOfBoundsException - Exception in com.itmill.toolkit.ui
An Exception object which is thrown when an area exceeds the bounds of the grid.
GridLayout.OutOfBoundsException(GridLayout.Area) - Constructor for exception com.itmill.toolkit.ui.GridLayout.OutOfBoundsException
Constructs an OoutOfBoundsException with the specified detail message.
GridLayout.OverlapsException - Exception in com.itmill.toolkit.ui
An Exception object which is thrown when two Items occupy the same space on a grid.
GridLayout.OverlapsException(GridLayout.Area) - Constructor for exception com.itmill.toolkit.ui.GridLayout.OverlapsException
Constructs an OverlapsException.

H

H - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
handleAction(Action, Object, Object) - Method in interface com.itmill.toolkit.event.Action.Handler
Handles an action for the given target.
handleParameters(Map) - Method in interface com.itmill.toolkit.terminal.ParameterHandler
Handles the given parameters.
handleParameters(Map) - Method in class com.itmill.toolkit.ui.Window
 
handleProbeRequest(HttpServletRequest, Map) - Static method in class com.itmill.toolkit.terminal.web.WebBrowserProbe
Handles the client checking.
handleUidlRequest(HttpServletRequest, HttpServletResponse, ThemeSource) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
handleURI(URL, String) - Method in class com.itmill.toolkit.Application
 
handleURI(URL, String) - Method in interface com.itmill.toolkit.terminal.URIHandler
Handles a given relative URI.
handleURI(URL, String) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
Handles the given relative URI.
handleURI(URL, String) - Method in class com.itmill.toolkit.ui.Window
Handles uri recursively.
handleVariables(HttpServletRequest, Terminal.ErrorListener) - Method in class com.itmill.toolkit.terminal.web.AjaxVariableMap
Handles all variable changes in this request.
handleVariables(HttpServletRequest, Terminal.ErrorListener) - Method in class com.itmill.toolkit.terminal.web.HttpVariableMap
Handles all variable changes in this request.
hasChildren(Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Tests if the Item specified with itemId has any child Items, that is, is it a leaf Item.
hasChildren(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
hasChildren(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
hasChildren(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
hasChildren(Object) - Method in class com.itmill.toolkit.ui.Tree
Tests if the Item specified with itemId has any child Items, that is, is it a leaf Item.
hasFatalErrors() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
hashCode() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Calculates a integer hash-code for the Property that's unique inside the Item containing the Property.
hashCode() - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
hashCode() - Method in class com.itmill.toolkit.data.util.PropertysetItem
Returns the hash code value for this list.
hashCode() - Method in class com.itmill.toolkit.terminal.ThemeResource
 
hashCode() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerType
Returns the hash code for this string.
hashCode() - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Returns the hash code value .
hashCode() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Hash code composed of the properties of the web browser type.
hasNoErrors() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
hideTabs(boolean) - Method in class com.itmill.toolkit.ui.TabSheet
Setter for property tabsHidden.
HierarchicalContainer - Class in com.itmill.toolkit.data.util
A specialized Container whose contents can be accessed like it was a tree-like structure.
HierarchicalContainer() - Constructor for class com.itmill.toolkit.data.util.HierarchicalContainer
 
HOME - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
HttpUploadStream - Class in com.itmill.toolkit.terminal.web
WebAdapter implementation of the UploadStream interface.
HttpUploadStream(String, InputStream, String, String) - Constructor for class com.itmill.toolkit.terminal.web.HttpUploadStream
Creates a new instance of UploadStreamImpl
HttpVariableMap - Class in com.itmill.toolkit.terminal.web
Class implementing the variable mappings.
HttpVariableMap() - Constructor for class com.itmill.toolkit.terminal.web.HttpVariableMap
 
HttpVariableMap.TerminalErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of VariableOwner.Error interface.
HttpVariableMap.VariableOwnerErrorImpl - Class in com.itmill.toolkit.terminal.web
Implementation of VariableOwner.Error interface.

I

I - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
Identifiable - Class in com.itmill.toolkit.terminal
Interface implemented by all classes that can be identified by Unique User Interface Identity (UIID).
Identifiable() - Constructor for class com.itmill.toolkit.terminal.Identifiable
 
ignorableWhitespace(char[], int, int) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
IndexedContainer - Class in com.itmill.toolkit.data.util
Indexed container implementation.
IndexedContainer() - Constructor for class com.itmill.toolkit.data.util.IndexedContainer
 
IndexedContainer(Collection) - Constructor for class com.itmill.toolkit.data.util.IndexedContainer
 
indexOfId(Object) - Method in interface com.itmill.toolkit.data.Container.Indexed
Gets the index of the Item corresponding to the itemId.
indexOfId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the index of an id.
indexOfId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the index of the Item corresponding to id in the container.
info(String) - Static method in class com.itmill.toolkit.terminal.web.Log
Logs an info message.
INFORMATION - Static variable in interface com.itmill.toolkit.terminal.ErrorMessage
Error code for informational messages.
init() - Method in class com.itmill.toolkit.Application
Main initializer of the application.
init(ServletConfig) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Called by the servlet container to indicate to a servlet that the servlet is being placed into service.
INSERT - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
isClientSideChecked() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Gets the client side cheked property.
isColumnCollapsed(Object) - Method in class com.itmill.toolkit.ui.Table
Checks if the specified column is collapsed.
isColumnCollapsingAllowed() - Method in class com.itmill.toolkit.ui.Table
Checks if column collapsing is allowed.
isColumnReorderingAllowed() - Method in class com.itmill.toolkit.ui.Table
Checks if column reordering is allowed.
isDebugMode(Map) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Checks if web adapter is in debug mode.
isDirty(Paintable) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
isEditable() - Method in class com.itmill.toolkit.ui.Table
Is table editable.
isEnabled() - Method in interface com.itmill.toolkit.terminal.VariableOwner
Tests if the variable owner is enabled or not.
isEnabled() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
isEnabled() - Method in interface com.itmill.toolkit.ui.Component
Tests if the component is enabled or not.
isEnabled() - Method in class com.itmill.toolkit.ui.CustomComponent
Custom component is allways enabled by default.
isExpanded(Object) - Method in class com.itmill.toolkit.ui.Tree
Check is an item is expanded
isFirstId(Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
isFirstId(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
isFirstId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Tests if the Item corresponding to the given Item ID is the first Item in the list.
isFirstId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns true if given id is first id at first index.
isFirstId(Object) - Method in class com.itmill.toolkit.ui.Table
Tests if the Item corresponding to the given Item ID is the first Item in the Container.
isFrameSupport() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Does the browser support frames ?
isImmediate() - Method in interface com.itmill.toolkit.terminal.VariableOwner
Tests if the variable owner is in immediate mode or not.
isImmediate() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
isImmediate() - Method in class com.itmill.toolkit.ui.CustomComponent
Custom component is by default in the non-immediate mode.
isInvalidAllowed() - Method in interface com.itmill.toolkit.data.Validatable
Checks the validabtable object accept invalid values.The default value is true.
isInvalidAllowed() - Method in class com.itmill.toolkit.ui.AbstractField
Fields allow invalid values by default.
isInvalidAllowed() - Method in class com.itmill.toolkit.ui.Form
Checks the validabtable object accept invalid values.
isInvalidCommitted() - Method in interface com.itmill.toolkit.data.BufferedValidatable
Tests if the invalid data is committed to datasource.
isInvalidCommitted() - Method in class com.itmill.toolkit.ui.AbstractField
Tests if the invalid data is committed to datasource.
isJavaEnabled() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Checks if web browser supports Java.
isLastId(Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
isLastId(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
isLastId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Tests if the Item corresponding to the given Item ID is the last Item in the list.
isLastId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns true if given id is last id at last index.
isLastId(Object) - Method in class com.itmill.toolkit.ui.Table
Tests if the Item corresponding to the given Item ID is the last Item in the Container.
isLazyLoading() - Method in class com.itmill.toolkit.ui.Select
 
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.AgentRequirement
Checks that this requirement is met by given type of browser.
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.AndRequirement
Checks that all os the requirements in this collection are met.
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.JavaScriptRequirement
Checks that this requirement is met by given type of browser.
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.MarkupLanguageRequirement
Checks that this requirement is met by given type of browser.
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.NotRequirement
Check that this requirement is met by given type of browser.
isMet(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.OrRequirement
Checks that some of the requirements in this collection is met.
isMet(WebBrowser) - Method in interface com.itmill.toolkit.terminal.web.Theme.Requirement
Checks that this requirement is met by given type of browser.
isModified() - Method in interface com.itmill.toolkit.data.Buffered
Tests if the value stored in the object has been modified since it was last updated from the data source.
isModified() - Method in class com.itmill.toolkit.ui.AbstractField
 
isModified() - Method in class com.itmill.toolkit.ui.Form
 
isMultiSelect() - Method in class com.itmill.toolkit.ui.Select
Is the select in multiselect mode?
isNewIdKey(String) - Method in class com.itmill.toolkit.terminal.KeyMapper
Checks if the key belongs to a new id.
isNewItemsAllowed() - Method in class com.itmill.toolkit.ui.Select
Does the select allow adding new options by the user.
isNullAllowed() - Method in class com.itmill.toolkit.data.validator.NullValidator
Returns true if nulls are allowed otherwise false.
isNullAllowed() - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Returns true if null strings are allowed.
isNullSettingAllowed() - Method in class com.itmill.toolkit.ui.TextField
Is setting nulls with null-string representation allowed.
isPageBufferingEnabled() - Method in class com.itmill.toolkit.ui.Table
Getter for property pageBuffering.
isReadOnly() - Method in interface com.itmill.toolkit.data.Property
Tests if the Property is in read-only mode.
isReadOnly() - Method in class com.itmill.toolkit.data.util.MethodProperty
Tests if the object is in read-only mode.
isReadOnly() - Method in class com.itmill.toolkit.data.util.ObjectProperty
Tests if the Property is in read-only mode.
isReadOnly() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
isReadOnly() - Method in class com.itmill.toolkit.ui.AbstractField
The abstract field is read only also if the data source is in readonly mode.
isReadOnly() - Method in interface com.itmill.toolkit.ui.Component
Tests if the component is in read-only mode.
isReadOnly() - Method in class com.itmill.toolkit.ui.CustomComponent
The custom components are not readonly by default.
isReadOnly() - Method in class com.itmill.toolkit.ui.Label
Is the component read-only ?
isReadOnly() - Method in class com.itmill.toolkit.ui.ProgressIndicator
Is the component read-only ?
isReadThrough() - Method in interface com.itmill.toolkit.data.Buffered
Tests if the object is in read-through mode.
isReadThrough() - Method in class com.itmill.toolkit.ui.AbstractField
 
isReadThrough() - Method in class com.itmill.toolkit.ui.Form
 
isRecursive() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Is this container recursive filesystem.
isRequired() - Method in class com.itmill.toolkit.ui.AbstractField
Is this field required.
isRequired() - Method in interface com.itmill.toolkit.ui.Field
Is this field required.
isRoot(Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Tests if the Item specified with itemId is a root Item.
isRoot(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
isRoot(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
isRoot(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
isRoot(Object) - Method in class com.itmill.toolkit.ui.Tree
Tests if the Item specified with itemId is a root Item.
isRunning() - Method in class com.itmill.toolkit.Application
Tests if the application is running or if it has been finished.
isScrollable() - Method in interface com.itmill.toolkit.terminal.Scrollable
Is the scrolling enabled.
isScrollable() - Method in class com.itmill.toolkit.ui.FrameWindow
Frame windows does not support scrolling.
isScrollable() - Method in class com.itmill.toolkit.ui.Panel
 
isSecret() - Method in class com.itmill.toolkit.ui.TextField
Gets the secret property on and off.
isSelectable() - Method in class com.itmill.toolkit.ui.Table
Getter for property selectable.
isSelectable() - Method in class com.itmill.toolkit.ui.Tree
Getter for property selectable.
isSelected(Object) - Method in class com.itmill.toolkit.ui.Select
Tests if an item is selected.
isSortAscending() - Method in class com.itmill.toolkit.ui.Table
Is the table currently sorted in ascending order.
isSortDisabled() - Method in class com.itmill.toolkit.ui.Table
Is sorting disabled altogether.
isSwitchMode() - Method in class com.itmill.toolkit.ui.Button
Checks if it is switchMode.
isTrackPaints() - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
 
isValid() - Method in interface com.itmill.toolkit.data.Validatable
Tests the current value of the object against all registered validators.
isValid(Object) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Checks the validity of the the given value.
isValid(Object) - Method in interface com.itmill.toolkit.data.Validator
Tests if the given value is valid.
isValid(Object) - Method in class com.itmill.toolkit.data.validator.NullValidator
Tests if the given value is valid.
isValid(Object) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Checks if the given value is valid.
isValid() - Method in class com.itmill.toolkit.ui.AbstractField
Tests the current value against all registered validators.
isValid() - Method in class com.itmill.toolkit.ui.Form
Tests the current value of the object against all registered validators
isVertical() - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Checks if the frameset is vertical.
isVisible() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
isVisible() - Method in interface com.itmill.toolkit.ui.Component
Tests if the component is visible or not.
isVisible() - Method in class com.itmill.toolkit.ui.CustomComponent
Tests if the component is visible or not.
isWordwrap() - Method in class com.itmill.toolkit.ui.TextField
Tests if the editor is in word-wrap mode.
isWriteThrough() - Method in interface com.itmill.toolkit.data.Buffered
Tests if the object is in write-through mode.
isWriteThrough() - Method in class com.itmill.toolkit.ui.AbstractField
 
isWriteThrough() - Method in class com.itmill.toolkit.ui.Form
 
Item - Interface in com.itmill.toolkit.data
Provides a mechanism for handling a set of Properties, each associated to a locally unique identifier.
Item.Editor - Interface in com.itmill.toolkit.data
Interface implemented by the Editor classes capable of editing the Item.
Item.PropertySetChangeEvent - Interface in com.itmill.toolkit.data
An Event object specifying the Item whose contents has been changed through the Property interface.
Item.PropertySetChangeListener - Interface in com.itmill.toolkit.data
The listener interface for receiving PropertySetChangeEvent objects.
Item.PropertySetChangeNotifier - Interface in com.itmill.toolkit.data
The interface for adding and removing PropertySetChangeEvent listeners.
Item.Viewer - Interface in com.itmill.toolkit.data
Interface implemented by viewer classes capable of using an Item as a data source.
ITEM_CAPTION_MODE_EXPLICIT - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Captions must be explicitly specified.
ITEM_CAPTION_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: If an Item has a caption it's used, if not, Item's ID's String representation is used as caption.
ITEM_CAPTION_MODE_ICON_ONLY - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Only icons are shown, captions are hidden.
ITEM_CAPTION_MODE_ID - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Item's ID's String representation is used as caption.
ITEM_CAPTION_MODE_INDEX - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Index of the item is used as caption.
ITEM_CAPTION_MODE_ITEM - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Item's String representation is used as caption.
ITEM_CAPTION_MODE_PROPERTY - Static variable in class com.itmill.toolkit.ui.Select
Item caption mode: Item captions are read from property specified with setItemCaptionPropertyId.
itemIdMapper - Variable in class com.itmill.toolkit.ui.Select
Keymapper used to map key values.
itemPropertySetChange(Item.PropertySetChangeEvent) - Method in interface com.itmill.toolkit.data.Item.PropertySetChangeListener
Notifies this listener that the Item's property set has changed.
items - Variable in class com.itmill.toolkit.ui.Select
Select options.
iterator() - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
Gets Error Iterator.

J

J - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
JarThemeSource - Class in com.itmill.toolkit.terminal.web
Theme source for reading themes from a JAR archive.
JarThemeSource(File, ApplicationServlet, String) - Constructor for class com.itmill.toolkit.terminal.web.JarThemeSource
Creates a new instance of ThemeRepository by reading the themes from a local directory.
JAVASCRIPT_1_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_1_1 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_1_2 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_1_3 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_1_4 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_1_5 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_NONE - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_UNCHECKED - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JAVASCRIPT_VERSIONS - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_1_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_3_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_4_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_5_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_5_1 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_5_5 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_5_6 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
JSCRIPT_5_7 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 

K

K - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
key(Object) - Method in class com.itmill.toolkit.terminal.KeyMapper
Gets key for an object.
KeyMapper - Class in com.itmill.toolkit.terminal
KeyMapper is the simple two-way map for generating textual keys for objects and retrieving the objects later with the key.
KeyMapper() - Constructor for class com.itmill.toolkit.terminal.KeyMapper
 

L

L - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
Label - Class in com.itmill.toolkit.ui
Label component for showing non-editable short texts.
Label() - Constructor for class com.itmill.toolkit.ui.Label
Creates an empty Label.
Label(String) - Constructor for class com.itmill.toolkit.ui.Label
Creates a new instance of Label with text-contents.
Label(Property) - Constructor for class com.itmill.toolkit.ui.Label
Creates a new instance of Label with text-contents read from given datasource.
Label(String, int) - Constructor for class com.itmill.toolkit.ui.Label
Creates a new instance of Label with text-contents.
Label(Property, int) - Constructor for class com.itmill.toolkit.ui.Label
Creates a new instance of Label with text-contents read from given datasource.
Label.ValueChangeEvent - Class in com.itmill.toolkit.ui
Value change event
Label.ValueChangeEvent(Label) - Constructor for class com.itmill.toolkit.ui.Label.ValueChangeEvent
New instance of text change event
lastItemId() - Method in interface com.itmill.toolkit.data.Container.Ordered
Gets the ID of the last Item in the Container..
lastItemId() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
lastItemId() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID of the last Item in the list.
lastItemId() - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns id of last item in the Container.
lastItemId() - Method in class com.itmill.toolkit.ui.Table
Gets the ID of the last Item in the Container.
lastModified() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Gets the last modified date of this file.
Layout - Interface in com.itmill.toolkit.ui
Extension to the ComponentContainer interface which adds the layouting control to the elements in the container.
Link - Class in com.itmill.toolkit.ui
Link is used to create external or internal URL links.
Link() - Constructor for class com.itmill.toolkit.ui.Link
Creates a new link.
Link(Window) - Constructor for class com.itmill.toolkit.ui.Link
Creates a new link to a window.
Link(String, Resource) - Constructor for class com.itmill.toolkit.ui.Link
Creates a new instance of Link.
Link(String, Resource, String, int, int, int) - Constructor for class com.itmill.toolkit.ui.Link
Creates a new instance of Link that opens a new window.
ListenerMethod - Class in com.itmill.toolkit.event
One registered event listener.
ListenerMethod(Class, Object, Method, Object[], int) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from a trigger method, it's arguments and the argument index specifying which one is replaced with the event object when the trigger method is called.
ListenerMethod(Class, Object, String, Object[], int) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from a trigger method name, it's arguments and the argument index specifying which one is replaced with the event object.
ListenerMethod(Class, Object, Method, Object[]) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from the trigger method and it's arguments.
ListenerMethod(Class, Object, String, Object[]) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from a trigger method name and it's arguments.
ListenerMethod(Class, Object, Method) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from a trigger method.
ListenerMethod(Class, Object, String) - Constructor for class com.itmill.toolkit.event.ListenerMethod
Constructs a new event listener from a trigger method name.
ListenerMethod.MethodException - Exception in com.itmill.toolkit.event
Exception that wraps an exception thrown by an invoked method.
Log - Class in com.itmill.toolkit.terminal.web
Class providing centralized logging services.
Log() - Constructor for class com.itmill.toolkit.terminal.web.Log
 

M

M - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
MARKUP_HTML_2_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_HTML_3_2 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_HTML_4_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_UNKNOWN - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_VERSIONS - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_WML_1_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_WML_1_1 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_WML_1_2 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_XHTML_1_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
MARKUP_XHTML_2_0 - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
matches(Class, Object) - Method in class com.itmill.toolkit.event.ListenerMethod
Checks if the given object and event match with the ones stored in this listener.
matches(Class, Object, Method) - Method in class com.itmill.toolkit.event.ListenerMethod
Checks if the given object, event and method match with the ones stored in this listener.
MAX_CACHETIME - Static variable in class com.itmill.toolkit.terminal.DownloadStream
Maximum cache time.
MAX_READ_BYTES - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Prevent a denial of service by defining this, will never read more data.
MESSAGE_CONFIGURE_HELP - Static variable in class com.itmill.toolkit.terminal.web.Theme
 
MethodEventSource - Interface in com.itmill.toolkit.event
Interface for classes supporting registeration of methods as event receivers.
MethodProperty - Class in com.itmill.toolkit.data.util
Proxy class for creating Properties from pairs of getter and setter methods of a Bean property.
MethodProperty(Object, String) - Constructor for class com.itmill.toolkit.data.util.MethodProperty
Creates a new instance of MethodProperty from a named bean property.
MethodProperty(Class, Object, String, String) - Constructor for class com.itmill.toolkit.data.util.MethodProperty
Creates a new instance of MethodProperty from named getter and setter methods.
MethodProperty(Class, Object, Method, Method) - Constructor for class com.itmill.toolkit.data.util.MethodProperty
Creates a new instance of MethodProperty with the getter and setter methods.
MethodProperty(Class, Object, String, String, Object[], Object[], int) - Constructor for class com.itmill.toolkit.data.util.MethodProperty
Creates a new instance of MethodProperty from named getter and setter methods and argument lists.
MethodProperty(Class, Object, Method, Method, Object[], Object[], int) - Constructor for class com.itmill.toolkit.data.util.MethodProperty
Creates a new instance of MethodProperty from the getter and setter methods, and argument lists.
MethodProperty.MethodException - Exception in com.itmill.toolkit.data.util
Exception object that signals that there were problems calling or finding the specified getter or setter methods of the property.
MethodProperty.MethodException(String) - Constructor for exception com.itmill.toolkit.data.util.MethodProperty.MethodException
Constructs a new MethodException with the specified detail message.
MethodProperty.MethodException(Throwable) - Constructor for exception com.itmill.toolkit.data.util.MethodProperty.MethodException
Constructs a new MethodException from another exception.
MODE_AJAX - Static variable in class com.itmill.toolkit.terminal.web.Theme
 
MODE_AND - Static variable in class com.itmill.toolkit.data.validator.CompositeValidator
The validators are combined with AND clause: validity of the composite implies validity of the all validators it is composed of must be valid.
MODE_DEFAULT - Static variable in class com.itmill.toolkit.data.validator.CompositeValidator
The validators are combined with and clause: validity of the composite implies validity of the all validators it is composed of
MODE_FALLBACK - Static variable in class com.itmill.toolkit.terminal.web.Theme
 
MODE_HTML - Static variable in class com.itmill.toolkit.terminal.web.Theme
 
MODE_OR - Static variable in class com.itmill.toolkit.data.validator.CompositeValidator
The validators are combined with OR clause: validity of the composite implies that some of validators it is composed of must be valid.
moveComponentsFrom(ComponentContainer) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
 
moveComponentsFrom(ComponentContainer) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Moves all components from an another container into this container.
moveComponentsFrom(ComponentContainer) - Method in class com.itmill.toolkit.ui.TabSheet
Moves all components from another container to this container.
MultipartRequest - Class in com.itmill.toolkit.terminal.web
A Multipart form data parser.
MultipartRequest(String, int, InputStream, String) - Constructor for class com.itmill.toolkit.terminal.web.MultipartRequest
Constructor.
MultipartRequest(String, int, InputStream, String, int) - Constructor for class com.itmill.toolkit.terminal.web.MultipartRequest
Constructor.
MultipartRequest(PrintWriter, String, int, InputStream, String) - Constructor for class com.itmill.toolkit.terminal.web.MultipartRequest
Deprecated. Replaced by MultipartRequest(PrintWriter, String, int, InputStream, int) You can specify MultipartRequest.MAX_READ_BYTES for the intMaxReadBytes parameter
MultipartRequest(PrintWriter, String, int, InputStream, int) - Constructor for class com.itmill.toolkit.terminal.web.MultipartRequest
Constructor - load into memory constructor
MultipartRequest(PrintWriter, String, int, InputStream, String, int) - Constructor for class com.itmill.toolkit.terminal.web.MultipartRequest
Constructor.

N

N - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
newFrame(Window) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a window.
newFrame(Window, int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a window.
newFrame(URL, String) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a url.
newFrame(Resource, String) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a resource.
newFrame(URL, String, int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a url.
newFrame(Resource, String, int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frame containing a resource.
newFrameset(boolean, int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Creates the new frameset.
newLine() - Method in class com.itmill.toolkit.ui.GridLayout
Force the next component to be added to the beginning of the next line.
nextItemId(Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Gets the ID of the Item following the Item that corresponds to itemId.
nextItemId(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
nextItemId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID of the Item following the Item that corresponds to the itemId.
nextItemId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns id of next item in container at next index.
nextItemId(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the ID of the Item following the Item that corresponds to itemId.
nodeCollapse(Tree.CollapseEvent) - Method in interface com.itmill.toolkit.ui.Tree.CollapseListener
A node has been collapsed.
nodeExpand(Tree.ExpandEvent) - Method in interface com.itmill.toolkit.ui.Tree.ExpandListener
A node has been expanded.
NULL_ITEM_ID - Static variable in interface com.itmill.toolkit.data.Container
 
NullValidator - Class in com.itmill.toolkit.data.validator
This validator is used for validating properties that do or do not allow null values.
NullValidator(String, boolean) - Constructor for class com.itmill.toolkit.data.validator.NullValidator
Creates a new NullValidator.
NUM0 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM1 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM2 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM3 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM4 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM5 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM6 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM7 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM8 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
NUM9 - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 

O

O - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
ObjectProperty - Class in com.itmill.toolkit.data.util
A simple data object containing one typed value.
ObjectProperty(Object) - Constructor for class com.itmill.toolkit.data.util.ObjectProperty
Creates a new instance of ObjectProperty with the given value.
ObjectProperty(Object, Class) - Constructor for class com.itmill.toolkit.data.util.ObjectProperty
Creates a new instance of ObjectProperty with the given value and type.
ObjectProperty(Object, Class, boolean) - Constructor for class com.itmill.toolkit.data.util.ObjectProperty
Creates a new instance of ObjectProperty with the given value, type and read-only mode status.
open(Resource) - Method in class com.itmill.toolkit.ui.Window
Opens the given resource in this window.
open(Resource, String) - Method in class com.itmill.toolkit.ui.Window
Opens the given resource in named terminal window.
open(Resource, String, int, int, int) - Method in class com.itmill.toolkit.ui.Window
Opens the given resource in named terminal window with given size and border properties.
OpenAjaxHubMessage - Class in com.itmill.toolkit.terminal.web
OpenAjax Hub messaging.
OpenAjaxHubMessage(Window, String, String) - Constructor for class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
OptionFilter - Interface in com.itmill.toolkit.ui.select
 
OrderedLayout - Class in com.itmill.toolkit.ui
Ordered layout.
OrderedLayout() - Constructor for class com.itmill.toolkit.ui.OrderedLayout
Creates a new ordered layout.
OrderedLayout(int) - Constructor for class com.itmill.toolkit.ui.OrderedLayout
Create a new ordered layout.
ORIENTATION_HORIZONTAL - Static variable in class com.itmill.toolkit.ui.OrderedLayout
Components are to be layed out horizontally.
ORIENTATION_VERTICAL - Static variable in class com.itmill.toolkit.ui.OrderedLayout
Components are to be layed out vertically.
overlaps(GridLayout.Area) - Method in class com.itmill.toolkit.ui.GridLayout.Area
Tests if the given Area overlaps with an another Area.

P

P - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
PAGE_DOWN - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
PAGE_UP - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
paint(PaintTarget) - Method in exception com.itmill.toolkit.data.Buffered.SourceException
 
paint(PaintTarget) - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
paint(PaintTarget) - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
 
paint(PaintTarget) - Method in interface com.itmill.toolkit.terminal.Paintable
Paints the paintable into a UIDL stream.
paint(PaintTarget) - Method in exception com.itmill.toolkit.terminal.SystemError
 
paint(PaintTarget) - Method in class com.itmill.toolkit.terminal.UserError
 
paint(PaintTarget) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
paint(PaintTarget) - Method in class com.itmill.toolkit.ui.CustomComponent
 
Paintable - Interface in com.itmill.toolkit.terminal
Interface implemented by all classes that can be painted.
Paintable.RepaintRequestEvent - Class in com.itmill.toolkit.terminal
Repaint request event is thrown when the paintable needs to be repainted.
Paintable.RepaintRequestEvent(Paintable) - Constructor for class com.itmill.toolkit.terminal.Paintable.RepaintRequestEvent
Constructs a new event.
Paintable.RepaintRequestListener - Interface in com.itmill.toolkit.terminal
Listens repaint requests.
paintablePainted(Paintable) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.AbstractComponent
Paints any needed component-specific things to the given UIDL stream.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.AbstractField
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Button
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.CustomLayout
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.DateField
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Embedded
Invoked when the component state should be painted.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Form
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.FrameWindow
Paints the window contents.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.GridLayout
Paints the contents of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Label
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Link
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.OrderedLayout
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Panel
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Select
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Table
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.TabSheet
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.TextField
 
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Tree
Paints any needed component-specific things to the given UIDL stream.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Upload
Paints the content of this component.
paintContent(PaintTarget) - Method in class com.itmill.toolkit.ui.Window
Paints the content of this component.
PaintException - Exception in com.itmill.toolkit.terminal
PaintExcepection is thrown if painting of a component fails.
PaintException(String) - Constructor for exception com.itmill.toolkit.terminal.PaintException
Constructs an instance of PaintExeception with the specified detail message.
PaintException(IOException) - Constructor for exception com.itmill.toolkit.terminal.PaintException
Constructs an instance of PaintExeception from IOException.
PaintTarget - Interface in com.itmill.toolkit.terminal
This interface defines the methods for painting XML to the UIDL stream.
Panel - Class in com.itmill.toolkit.ui
Panel - a simple single component container.
Panel() - Constructor for class com.itmill.toolkit.ui.Panel
Creates a new empty panel.
Panel(Layout) - Constructor for class com.itmill.toolkit.ui.Panel
Creates a new empty panel with given layout.
Panel(String) - Constructor for class com.itmill.toolkit.ui.Panel
Creates a new empty panel with caption.
Panel(String, Layout) - Constructor for class com.itmill.toolkit.ui.Panel
Creates a new empty panel with caption.
ParameterHandler - Interface in com.itmill.toolkit.terminal
Interface implemented by all the classes capable of handling external parameters.
ParameterHandler.ErrorEvent - Interface in com.itmill.toolkit.terminal
ParameterHandler error event.
parentFrameset - Variable in class com.itmill.toolkit.ui.FrameWindow.Frame
Parent frameset.
parse(InputSource) - Method in class com.itmill.toolkit.terminal.web.XSLReader
Parses all streams given for constructor parameter.
parse(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
Overrides the parse.
parseHTMLVersion(String) - Static method in class com.itmill.toolkit.terminal.web.WebBrowser
Parses HTML version from string.
parseJavaScriptVersion(String) - Static method in class com.itmill.toolkit.terminal.web.WebBrowser
Parse JavaScript version from string.
performClientCheck() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Should the client features be checked using remote scripts.
performClientCheck(boolean) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Should the client features be checked using remote scripts.
prevItemId(Object) - Method in interface com.itmill.toolkit.data.Container.Ordered
Gets the ID of the Item preceding the Item that corresponds to itemId.
prevItemId(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
prevItemId(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the ID of the Item preceding the Item that corresponds to the itemId.
prevItemId(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Returns id of previous item in container at previous index.
prevItemId(Object) - Method in class com.itmill.toolkit.ui.Table
Gets the ID of the Item preceding the Item that corresponds to the itemId.
probe(String) - Static method in class com.itmill.toolkit.terminal.web.WebBrowserProbe
Determines versions based on user agent string.
probe(WebBrowser, HttpServletRequest, Map) - Static method in class com.itmill.toolkit.terminal.web.WebBrowserProbe
Creates new instance of WebBrowser by initializing the values based on user request.
probeClient() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Generates the JavaScript for page that performs client-side combility checks.
processingInstruction(String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
ProgressIndicator - Class in com.itmill.toolkit.ui
ProgressIndicator is component that shows user state of a process (like long computing or file upload) ProgressIndicator has two mainmodes.
ProgressIndicator() - Constructor for class com.itmill.toolkit.ui.ProgressIndicator
Creates an a new ProgressIndicator.
ProgressIndicator(Float) - Constructor for class com.itmill.toolkit.ui.ProgressIndicator
Creates a new instance of ProgressIndicator with given state.
ProgressIndicator(Property) - Constructor for class com.itmill.toolkit.ui.ProgressIndicator
Creates a new instance of ProgressIndicator with stae read from given datasource.
Property - Interface in com.itmill.toolkit.data
The Property is a simple data object that contains one typed value.
Property.ConversionException - Exception in com.itmill.toolkit.data
An exception that signals that the value passed to the setValue method couldn't be converted to the native type of the Property.
Property.ConversionException() - Constructor for exception com.itmill.toolkit.data.Property.ConversionException
Constructs a new ConversionException without a detail message.
Property.ConversionException(String) - Constructor for exception com.itmill.toolkit.data.Property.ConversionException
Constructs a new ConversionException with the specified detail message.
Property.ConversionException(Throwable) - Constructor for exception com.itmill.toolkit.data.Property.ConversionException
Constructs a new ConversionException from another exception.
Property.Editor - Interface in com.itmill.toolkit.data
Interface implemented by the editor classes capable of editing the Property.
Property.ReadOnlyException - Exception in com.itmill.toolkit.data
Exception object that signals that a requested Property modification failed because it's in read-only mode.
Property.ReadOnlyException() - Constructor for exception com.itmill.toolkit.data.Property.ReadOnlyException
Constructs a new ReadOnlyException without a detail message.
Property.ReadOnlyException(String) - Constructor for exception com.itmill.toolkit.data.Property.ReadOnlyException
Constructs a new ReadOnlyException with the specified detail message.
Property.ReadOnlyStatusChangeEvent - Interface in com.itmill.toolkit.data
An Event object specifying the Property whose read-only status has been changed.
Property.ReadOnlyStatusChangeListener - Interface in com.itmill.toolkit.data
The listener interface for receiving ReadOnlyStatusChangeEvent objects.
Property.ReadOnlyStatusChangeNotifier - Interface in com.itmill.toolkit.data
The interface for adding and removing ReadOnlyStatusChangeEvent listeners.
Property.ValueChangeEvent - Interface in com.itmill.toolkit.data
An Event object specifying the Property whose value has been changed.
Property.ValueChangeListener - Interface in com.itmill.toolkit.data
The listener interface for receiving ValueChangeEvent objects.
Property.ValueChangeNotifier - Interface in com.itmill.toolkit.data
The interface for adding and removing ValueChangeEvent listeners.
Property.Viewer - Interface in com.itmill.toolkit.data
Interface implemented by the viewer classes capable of using a Property as a data source.
PROPERTY_ICON - Static variable in class com.itmill.toolkit.data.util.FilesystemContainer
String identifier of a file's "icon" property.
PROPERTY_LASTMODIFIED - Static variable in class com.itmill.toolkit.data.util.FilesystemContainer
String identifier of a file's "last modified" property.
PROPERTY_NAME - Static variable in class com.itmill.toolkit.data.util.FilesystemContainer
String identifier of a file's "name" property.
PROPERTY_SIZE - Static variable in class com.itmill.toolkit.data.util.FilesystemContainer
String identifier of a file's "size" property.
PropertysetItem - Class in com.itmill.toolkit.data.util
Class for handling a set of identified Properties.
PropertysetItem() - Constructor for class com.itmill.toolkit.data.util.PropertysetItem
 

Q

Q - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
QueryContainer - Class in com.itmill.toolkit.data.util
The QueryContainer is the specialized form of Container which is Ordered and Indexed.
QueryContainer(String, Connection, int, int) - Constructor for class com.itmill.toolkit.data.util.QueryContainer
Constructs new QueryContainer with the specified queryStatement.
QueryContainer(String, Connection) - Constructor for class com.itmill.toolkit.data.util.QueryContainer
Constructs new QueryContainer with the specified queryStatement using the default resultset type and default resultset concurrency.

R

R - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
READ_LINE_BLOCK - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Defines the number of bytes to read per readLine call. 128K
readOnlyStatusChange(Property.ReadOnlyStatusChangeEvent) - Method in interface com.itmill.toolkit.data.Property.ReadOnlyStatusChangeListener
Notifies this listener that a Property's read-only status has changed.
receiveEvent(EventObject) - Method in class com.itmill.toolkit.event.ListenerMethod
Receives one event from the EventRouter and calls the trigger method if it matches with the criteria defined for the listener.
receiveUpload(String, String) - Method in interface com.itmill.toolkit.ui.Upload.Receiver
Invoked when a new upload arrives.
refresh() - Method in class com.itmill.toolkit.data.util.QueryContainer
Restores items in the container.
refreshCurrentPage() - Method in class com.itmill.toolkit.ui.Table
Refreshes the current page contents.
registerVariable(String, Class, Object, VariableOwner) - Method in class com.itmill.toolkit.terminal.web.AjaxVariableMap
Registers a new variable.
registerVariable(String, Class, Object, VariableOwner) - Method in class com.itmill.toolkit.terminal.web.HttpVariableMap
Registers a new variable.
releaseControl() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
releaseTransformer(UIDLTransformer) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerFactory
Recycle a used transformer back to spool.
remove(Object) - Method in class com.itmill.toolkit.terminal.KeyMapper
Removes object from the mapper.
removeActionHandler(Action.Handler) - Method in interface com.itmill.toolkit.event.Action.Container
Removes a previously registered action handler for the contents of this container.
removeActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Button
Removes an action handler.
removeActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Table
Removes a previously registered action handler for the contents of this container.
removeActionHandler(Action.Handler) - Method in class com.itmill.toolkit.ui.Tree
Removes an action handler.
removeAll() - Method in class com.itmill.toolkit.terminal.KeyMapper
Removes all objects from the mapper.
removeAllComponents() - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
Removes all components from the container.
removeAllComponents() - Method in interface com.itmill.toolkit.ui.ComponentContainer
Removes all components from this container.
removeAllComponents() - Method in class com.itmill.toolkit.ui.GridLayout
 
removeAllComponents() - Method in class com.itmill.toolkit.ui.Panel
Removes all components from this container.
removeAllFrames() - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Removes all frames from this frameset.
removeAllItems() - Method in interface com.itmill.toolkit.data.Container
Removes all Items from the Container.
removeAllItems() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Removes all items from the underlying container and from the hierarcy.
removeAllItems() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Removes all items from the underlying container and from the ordering.
removeAllItems() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
removeAllItems() - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
removeAllItems() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes all Items from the list.
removeAllItems() - Method in class com.itmill.toolkit.data.util.QueryContainer
Removes all Items from the Container.
removeAllItems() - Method in class com.itmill.toolkit.ui.Select
Removes all items from the container.
removeAllItems() - Method in class com.itmill.toolkit.ui.Table
Removes all Items from the Container.
removeAllListeners() - Method in class com.itmill.toolkit.event.EventRouter
Removes all listeners from event router.
removeAllProperties() - Method in class com.itmill.toolkit.ui.Form
Removes all properties and fields from the form.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
This only implements the events and component parent calls.
removeComponent(Component) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Removes the component from this container.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.CustomLayout
Removes the component from this container.
removeComponent(String) - Method in class com.itmill.toolkit.ui.CustomLayout
Removes the component from this container from given location.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
removeComponent(Component) - Method in class com.itmill.toolkit.ui.GridLayout
Removes the given component from this container.
removeComponent(int, int) - Method in class com.itmill.toolkit.ui.GridLayout
Removes the component specified with it's top-left corner coordinates from this grid.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.OrderedLayout
Removes the component from this container.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.Panel
Removes the component from this container.
removeComponent(Component) - Method in class com.itmill.toolkit.ui.TabSheet
Removes the component from this container.
removeContainerProperty(Object) - Method in interface com.itmill.toolkit.data.Container
Removes a Property specified by the given Property ID from the Container.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Removes the specified Property from the underlying container and from the hierarchy.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Removes the specified Property from the underlying container and from the ordering.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
removeContainerProperty(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes a Property specified by the given Property ID from the list.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Removes a Property specified by the given Property ID from the Container.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.ui.Select
Removes the property from all items.
removeContainerProperty(Object) - Method in class com.itmill.toolkit.ui.Table
Removes a Property specified by the given Property ID from the Container.
removeDirectDependency(VariableOwner) - Method in interface com.itmill.toolkit.terminal.VariableOwner
Removes the given component from this component's dependency list.
removeDirectDependency(VariableOwner) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
removeDirectDependency(VariableOwner) - Method in class com.itmill.toolkit.ui.CustomComponent
Removes the given component from this component's dependency list.
removeDirtyWindow(Application, Window) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
removeFocusableId(long) - Static method in class com.itmill.toolkit.ui.Window
Releases the focusable component id when not used anymore.
removeFrame(FrameWindow.Frame) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Removes the frame from this frameset.
removeItem(Object) - Method in interface com.itmill.toolkit.data.Container
Removes the Item identified by ItemId from the Container.
removeItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Removes an Item specified by the itemId from the underlying container and from the hierarcy.
removeItem(Object) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Removes an Item specified by the itemId from the underlying container and from the ordering.
removeItem(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
removeItem(Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
removeItem(Object) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes the Item corresponding to the given Item ID from the list.
removeItem(Object) - Method in class com.itmill.toolkit.data.util.QueryContainer
Removes the Item identified by ItemId from the Container.
removeItem(Object) - Method in class com.itmill.toolkit.ui.Select
Removes the item identified by Id from the container.
removeItem(Object) - Method in class com.itmill.toolkit.ui.Table
Removes the Item identified by ItemId from the Container.
removeItemProperty(Object) - Method in interface com.itmill.toolkit.data.Item
Removes the Property identified by ID from the Item.
removeItemProperty(Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
Filesystem container does not support removing properties.
removeItemProperty(Object) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Removes the Property identified by ID from the Item.
removeItemProperty(Object) - Method in class com.itmill.toolkit.ui.Form
Removes the property and corresponding field from the form.
removeListener(Application.UserChangeListener) - Method in class com.itmill.toolkit.Application
Removes the user change listener.
removeListener(Application.WindowAttachListener) - Method in class com.itmill.toolkit.Application
Removes the window attach listener.
removeListener(Application.WindowDetachListener) - Method in class com.itmill.toolkit.Application
Removes the window detach listener.
removeListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.data.Buffered.SourceException
 
removeListener(Container.ItemSetChangeListener) - Method in interface com.itmill.toolkit.data.Container.ItemSetChangeNotifier
Removes the Item set change listener from the object.
removeListener(Container.PropertySetChangeListener) - Method in interface com.itmill.toolkit.data.Container.PropertySetChangeNotifier
Removes a previously registered Property set change listener.
removeListener(Item.PropertySetChangeListener) - Method in interface com.itmill.toolkit.data.Item.PropertySetChangeNotifier
Removes a previously registered property set change listener.
removeListener(Property.ReadOnlyStatusChangeListener) - Method in interface com.itmill.toolkit.data.Property.ReadOnlyStatusChangeNotifier
Removes a previously registered read-only status change listener.
removeListener(Property.ValueChangeListener) - Method in interface com.itmill.toolkit.data.Property.ValueChangeNotifier
Removes a previously registered value change listener.
removeListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
removeListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
removeListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
removeListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
removeListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes a previously registered Property set change listener.
removeListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes a Item set change listener from the object.
removeListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.data.util.IndexedContainer
Removes a previously registered value change listener.
removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.data.util.MethodProperty
Removes a previously registered read-only status change listener.
removeListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Removes a previously registered value change listener.
removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Removes a previously registered read-only status change listener.
removeListener(Item.PropertySetChangeListener) - Method in class com.itmill.toolkit.data.util.PropertysetItem
Removes a previously registered property set change listener.
removeListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
removeListener(Class, Object) - Method in class com.itmill.toolkit.event.EventRouter
 
removeListener(Class, Object, Method) - Method in class com.itmill.toolkit.event.EventRouter
 
removeListener(Class, Object, String) - Method in class com.itmill.toolkit.event.EventRouter
 
removeListener(Class, Object) - Method in interface com.itmill.toolkit.event.MethodEventSource
Removes all registered listeners matching the given parameters.
removeListener(Class, Object, Method) - Method in interface com.itmill.toolkit.event.MethodEventSource
Removes one registered listener method.
removeListener(Class, Object, String) - Method in interface com.itmill.toolkit.event.MethodEventSource
Removes one registered listener method.
removeListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
 
removeListener(Paintable.RepaintRequestListener) - Method in interface com.itmill.toolkit.terminal.ErrorMessage
Error messages are inmodifiable and thus listeners are not needed.
removeListener(Paintable.RepaintRequestListener) - Method in interface com.itmill.toolkit.terminal.Paintable
Removes repaint request listener.
removeListener(Paintable.RepaintRequestListener) - Method in exception com.itmill.toolkit.terminal.SystemError
 
removeListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.terminal.UserError
 
removeListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
removeListener(Class, Object) - Method in class com.itmill.toolkit.ui.AbstractComponent
Removes all registered listeners matching the given parameters.
removeListener(Class, Object, Method) - Method in class com.itmill.toolkit.ui.AbstractComponent
Removes one registered listener method.
removeListener(Class, Object, String) - Method in class com.itmill.toolkit.ui.AbstractComponent
Removes one registered listener method.
removeListener(Component.Listener) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
removeListener(ComponentContainer.ComponentAttachListener) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
 
removeListener(ComponentContainer.ComponentDetachListener) - Method in class com.itmill.toolkit.ui.AbstractComponentContainer
 
removeListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.ui.AbstractField
 
removeListener(Property.ReadOnlyStatusChangeListener) - Method in class com.itmill.toolkit.ui.AbstractField
 
removeListener(Button.ClickListener) - Method in class com.itmill.toolkit.ui.Button
Removes the button click listener.
removeListener(Component.Listener) - Method in interface com.itmill.toolkit.ui.Component
Removes a previously registered component event listener from this component.
removeListener(ComponentContainer.ComponentAttachListener) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Stops the listening component attach events.
removeListener(ComponentContainer.ComponentDetachListener) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Stops the listening component detach events.
removeListener(Paintable.RepaintRequestListener) - Method in class com.itmill.toolkit.ui.CustomComponent
 
removeListener(Component.Listener) - Method in class com.itmill.toolkit.ui.CustomComponent
Custom component does not implement any component events by default.
removeListener(Property.ValueChangeListener) - Method in class com.itmill.toolkit.ui.Label
Removes the value change listener.
removeListener(Container.PropertySetChangeListener) - Method in class com.itmill.toolkit.ui.Select
Removes a previously registered Property set change listener.
removeListener(Container.ItemSetChangeListener) - Method in class com.itmill.toolkit.ui.Select
Removes the Item set change listener from the object.
removeListener(TabSheet.SelectedTabChangeListener) - Method in class com.itmill.toolkit.ui.TabSheet
Removes the selected tab change listener
removeListener(Tree.ExpandListener) - Method in class com.itmill.toolkit.ui.Tree
Removes the expand listener.
removeListener(Tree.CollapseListener) - Method in class com.itmill.toolkit.ui.Tree
Removes the collapse listener.
removeListener(Upload.FinishedListener) - Method in class com.itmill.toolkit.ui.Upload
Removes the upload received event listener.
removeListener(Upload.FailedListener) - Method in class com.itmill.toolkit.ui.Upload
Removes the upload interrupted event listener.
removeListener(Upload.SucceededListener) - Method in class com.itmill.toolkit.ui.Upload
Removes the upload success event listener.
removeListener(Window.CloseListener) - Method in class com.itmill.toolkit.ui.Window
Removes the listener.
removeParameter(String) - Method in class com.itmill.toolkit.ui.Embedded
Removes an object parameter from the list.
removeParameterHandler(ParameterHandler) - Method in class com.itmill.toolkit.ui.Window
Removes the given URI handler from this window.
removeRequirement(Theme.Requirement) - Method in class com.itmill.toolkit.terminal.web.Theme.AndRequirement
Removes the requirement from this collection.
removeRequirement(Theme.Requirement) - Method in class com.itmill.toolkit.terminal.web.Theme.OrRequirement
Removes the requirement from this collection.
removeRequirement(Theme.Requirement) - Method in interface com.itmill.toolkit.terminal.web.Theme.RequirementCollection
Removes the requirement from this collection.
removeResource(ApplicationResource) - Method in class com.itmill.toolkit.Application
Removes the resource from the application.
removeTransactionListener(ApplicationContext.TransactionListener) - Method in interface com.itmill.toolkit.service.ApplicationContext
Removes transaction listener from this context.
removeTransactionListener(ApplicationContext.TransactionListener) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Removes the transaction listener from this context.
removeURIHandler(URIHandler) - Method in class com.itmill.toolkit.ui.Window
Removes the given URI handler from this window.
removeValidator(Validator) - Method in interface com.itmill.toolkit.data.Validatable
Removes a previously registered validator from the object.
removeValidator(Validator) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Removes a validator from the composite.
removeValidator(Validator) - Method in class com.itmill.toolkit.ui.AbstractField
Removes the validator from the field.
removeValidator(Validator) - Method in class com.itmill.toolkit.ui.Form
Removes a previously registered validator from the object.
removeWindow(Window) - Method in class com.itmill.toolkit.Application
Removes the specified window from the application.
RENDERING_MODE_AJAX - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
RENDERING_MODE_HTML - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
RENDERING_MODE_UNDEFINED - Static variable in class com.itmill.toolkit.terminal.web.WebBrowser
 
repaintRequested(Paintable.RepaintRequestEvent) - Method in interface com.itmill.toolkit.terminal.Paintable.RepaintRequestListener
Receives repaint request events.
repaintRequested(Paintable.RepaintRequestEvent) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
repaintRequested(Paintable.RepaintRequestEvent) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Receives repaint request events.
replace(String, int, int, String) - Static method in class com.itmill.toolkit.terminal.web.DebugWindow
Replaces the characters in a substring of this String with characters in the specified String.
replaceAll(String, String, String) - Static method in class com.itmill.toolkit.terminal.web.DebugWindow
 
replaceComponent(Component, Component) - Method in interface com.itmill.toolkit.ui.ComponentContainer
Replaces the component in the container with another one without changing position.
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.CustomLayout
 
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.GridLayout
 
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.OrderedLayout
 
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.Panel
 
replaceComponent(Component, Component) - Method in class com.itmill.toolkit.ui.TabSheet
 
replaceWithSelect(Object, Object[], Object[]) - Method in class com.itmill.toolkit.ui.Form
Sets the form field to be selectable from static list of changes.
requestRepaint() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
 
requestRepaint() - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
requestRepaint() - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
 
requestRepaint() - Method in interface com.itmill.toolkit.terminal.ErrorMessage
Error messages are inmodifiable and thus listeners are not needed.
requestRepaint() - Method in interface com.itmill.toolkit.terminal.Paintable
Requests that the paintable should be repainted as soon as possible.
requestRepaint() - Method in exception com.itmill.toolkit.terminal.SystemError
 
requestRepaint() - Method in class com.itmill.toolkit.terminal.UserError
 
requestRepaint() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
requestRepaint() - Method in class com.itmill.toolkit.ui.CustomComponent
 
requestRepaintRequests() - Method in exception com.itmill.toolkit.data.Buffered.SourceException
 
requestRepaintRequests() - Method in exception com.itmill.toolkit.data.Validator.InvalidValueException
 
requestRepaintRequests() - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
 
requestRepaintRequests() - Method in interface com.itmill.toolkit.terminal.Paintable
Request sending of repaint events on any further visible changes.
requestRepaintRequests() - Method in exception com.itmill.toolkit.terminal.SystemError
 
requestRepaintRequests() - Method in class com.itmill.toolkit.terminal.UserError
 
requestRepaintRequests() - Method in class com.itmill.toolkit.ui.AbstractComponent
 
requestRepaintRequests() - Method in class com.itmill.toolkit.ui.CustomComponent
 
reset() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer
Resets the transformer, before it can be used again.
RESOLUTION_DAY - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: days.
RESOLUTION_HOUR - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: hours.
RESOLUTION_MIN - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: minutes.
RESOLUTION_MONTH - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: months.
RESOLUTION_MSEC - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: milliseconds.
RESOLUTION_SEC - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: seconds.
RESOLUTION_YEAR - Static variable in class com.itmill.toolkit.ui.DateField
Resolution identifier: years.
Resource - Interface in com.itmill.toolkit.terminal
Resource provided to the client terminal.
resource(String, String) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns an URI to the named resource from the named theme.
resource(String) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns an URI to the named resource.
restartApplication() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Restarts the Application.
rootItemIds() - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Gets the IDs of all Items in the container that don't have a parent.
rootItemIds() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
rootItemIds() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
 
rootItemIds() - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
 
rootItemIds() - Method in class com.itmill.toolkit.ui.Tree
Gets the IDs of all Items in the container that don't have a parent.
ROW_HEADER_MODE_EXPLICIT - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Item captions are explicitly specified.
ROW_HEADER_MODE_EXPLICIT_DEFAULTS_ID - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Item captions are explicitly specified, but if the caption is missing, the item id objects toString() is used instead.
ROW_HEADER_MODE_HIDDEN - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: The row headers are hidden.
ROW_HEADER_MODE_ICON_ONLY - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Only icons are shown, the captions are hidden.
ROW_HEADER_MODE_ID - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Items Id-objects toString is used as row caption.
ROW_HEADER_MODE_INDEX - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Index of the item is used as item caption.
ROW_HEADER_MODE_ITEM - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Item-objects toString is used as row caption.
ROW_HEADER_MODE_PROPERTY - Static variable in class com.itmill.toolkit.ui.Table
Row caption mode: Item captions are read from property specified with setItemCaptionPropertyId.
run() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerFactory.SpoolManager
 

S

S - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
saveUIDL() - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Saves the UIDL.
Scrollable - Interface in com.itmill.toolkit.terminal
This interface is implemented by all visual objects that can be scrolled.
Select - Class in com.itmill.toolkit.ui
A class representing a selection of items the user has selected in a UI.
Select() - Constructor for class com.itmill.toolkit.ui.Select
Creates an empty Select.
Select(String) - Constructor for class com.itmill.toolkit.ui.Select
Creates an empty Select with caption.
Select(String, Container) - Constructor for class com.itmill.toolkit.ui.Select
Creates a new select wthat is connected to a data-source.
Select(String, Collection) - Constructor for class com.itmill.toolkit.ui.Select
Creates a new select that is filled from a collection of option values.
select(Object) - Method in class com.itmill.toolkit.ui.Select
Selects an item.
Select.OptionsStream - Class in com.itmill.toolkit.ui
 
Select.OptionsStream(Select) - Constructor for class com.itmill.toolkit.ui.Select.OptionsStream
 
selectedTabChange(TabSheet.SelectedTabChangeEvent) - Method in interface com.itmill.toolkit.ui.TabSheet.SelectedTabChangeListener
Visible tab in tab sheet has has been changed.
service(HttpServletRequest, HttpServletResponse) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
Receives standard HTTP requests from the public service method and dispatches them.
ServletMultipartRequest - Class in com.itmill.toolkit.terminal.web
This class wraps the MultipartRequest class by Jason Pell for the Servlet environment.
ServletMultipartRequest(HttpServletRequest, String) - Constructor for class com.itmill.toolkit.terminal.web.ServletMultipartRequest
Constructor wrapper, unwraps the InputStream, content type and content length from the servlet request object.
ServletMultipartRequest(HttpServletRequest, String, int) - Constructor for class com.itmill.toolkit.terminal.web.ServletMultipartRequest
Constructor wrapper, unwraps the InputStream, content type and content lenght from the servlet request object.
ServletMultipartRequest(HttpServletRequest, int) - Constructor for class com.itmill.toolkit.terminal.web.ServletMultipartRequest
Constructor wrapper for loading the request into memory rather than temp-file.
ServletThemeSource - Class in com.itmill.toolkit.terminal.web
Theme source for reading themes from a JAR archive.
ServletThemeSource(ServletContext, ApplicationServlet, String) - Constructor for class com.itmill.toolkit.terminal.web.ServletThemeSource
Creates a new instance of ThemeRepository by reading the themes from a local directory.
session() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns a reference to the current servlet http session object that is associated with the session that the call came from.
SESSION_ATTR_APPS - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
setAbsoluteSize(int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Sets the Absolute width/height of the frame in pixels.
setApplication(Application) - Method in class com.itmill.toolkit.ui.FrameWindow
Setting the application for frame window also sets the application for all the frames.
setApplication(Application) - Method in class com.itmill.toolkit.ui.Window
Sets the application this window is connected to.
setArchive(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the archive attribute.
setArguments(Object[], Object[], int) - Method in class com.itmill.toolkit.data.util.MethodProperty
Sets the setter method and getter method argument lists.
setBorder(int) - Method in class com.itmill.toolkit.ui.Window
Sets the border.
setBrowserApplication(String) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the browser application.
setBufferSize(int) - Method in class com.itmill.toolkit.terminal.ClassResource
Sets the size of the download buffer used for this resource.
setBufferSize(int) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets the size of the download buffer.
setBufferSize(int) - Method in class com.itmill.toolkit.terminal.FileResource
Sets the size of the download buffer used for this resource.
setBufferSize(int) - Method in class com.itmill.toolkit.terminal.StreamResource
Sets the size of the download buffer used for this resource.
setCacheTime(long) - Method in class com.itmill.toolkit.terminal.ClassResource
Sets the length of cache expiration time.
setCacheTime(long) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets length of cache expiration time.
setCacheTime(long) - Method in class com.itmill.toolkit.terminal.FileResource
Sets the length of cache expiration time.
setCacheTime(long) - Method in class com.itmill.toolkit.terminal.StreamResource
Sets the length of cache expiration time.
setCaption(String) - Method in class com.itmill.toolkit.event.Action
Sets the caption.
setCaption(String) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the component's caption String.
setCaption(String) - Method in interface com.itmill.toolkit.ui.Field
Sets the Caption.
setChildrenAllowed(Object, boolean) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Returns false when conversion from files to directories is not supported.
setChildrenAllowed(Object, boolean) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
Sets the given Item's capability to have children.
setChildrenAllowed(Object, boolean) - Method in class com.itmill.toolkit.ui.Tree
 
setClassId(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the classId attribute.
setClientSideChecked(boolean) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the client side checked property.
setCodebase(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the codebase, the root-path used to access resources with relative paths.
setCodetype(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the codetype, the MIME-Type of the code.
setColumnAlignment(Object, String) - Method in class com.itmill.toolkit.ui.Table
Sets the specified column's alignment.
setColumnAlignments(String[]) - Method in class com.itmill.toolkit.ui.Table
Sets the column alignments.
setColumnCollapsed(Object, boolean) - Method in class com.itmill.toolkit.ui.Table
Sets whether the specified column is collapsed or not.
setColumnCollapsingAllowed(boolean) - Method in class com.itmill.toolkit.ui.Table
Sets whether column collapsing is allowed or not.
setColumnHeader(Object, String) - Method in class com.itmill.toolkit.ui.Table
Sets the column header for the specified column;
setColumnHeaderMode(int) - Method in class com.itmill.toolkit.ui.Table
Setter for property columnHeaderMode.
setColumnHeaders(String[]) - Method in class com.itmill.toolkit.ui.Table
Sets the headers of the columns.
setColumnIcon(Object, Resource) - Method in class com.itmill.toolkit.ui.Table
Sets the icon Resource for the specified column.
setColumnIcons(Resource[]) - Method in class com.itmill.toolkit.ui.Table
Sets the icons of the columns.
setColumnReorderingAllowed(boolean) - Method in class com.itmill.toolkit.ui.Table
Sets whether column reordering is allowed or not.
setColumns(int) - Method in class com.itmill.toolkit.ui.TextField
Sets the number of columns in the editor.
setColumnStyle(Object, String) - Method in class com.itmill.toolkit.ui.Table
Set the stylename for a column.
setColumnWidth(Object, int) - Method in class com.itmill.toolkit.ui.Table
Sets columns width (in pixels).
setComponent(Component) - Method in class com.itmill.toolkit.ui.GridLayout.Area
Sets the component connected to the area.
setComponentError(ErrorMessage) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the component's error message.
setComponentType(String) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the component type.
setCompositionRoot(Component) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the compositions root.
setContainerDataSource(Container) - Method in interface com.itmill.toolkit.data.Container.Viewer
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.itmill.toolkit.ui.Select
Sets the container as data-source for viewing.
setContainerDataSource(Container) - Method in class com.itmill.toolkit.ui.Table
Sets the Container that serves as the data source of the viewer.
setContainerDataSource(Container) - Method in class com.itmill.toolkit.ui.Tree
Sets the Container that serves as the data source of the viewer.
setContentHandler(ContentHandler) - Method in class com.itmill.toolkit.terminal.web.XSLReader
Overrides the default content handler.
setContentMode(int) - Method in class com.itmill.toolkit.ui.Label
Sets the content mode of the Label.
setContentType(String) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets stream content type.
setContentType(String) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the default content type.
setCurrentFilter(String) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
setCurrentPageFirstItemId(Object) - Method in class com.itmill.toolkit.ui.Table
Setter for property currentPageFirstItemId.
setCurrentPageFirstItemIndex(int) - Method in class com.itmill.toolkit.ui.Table
Setter for property currentPageFirstItem.
setData(Object) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the application specific data object.
setDebuggedApplication(Application) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Sets the application.
setDebugId(String) - Method in class com.itmill.toolkit.terminal.Identifiable
 
setDescription(String) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the component's description.
setDescription(String) - Method in interface com.itmill.toolkit.ui.Field
Sets the Description.
setDocumentLocator(Locator) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setDTDHandler(DTDHandler) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setEditable(boolean) - Method in class com.itmill.toolkit.ui.Table
Sets the editable property.
setEnabled(boolean) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
setEnabled(boolean) - Method in interface com.itmill.toolkit.ui.Component
Enables or disables the component.
setEnabled(boolean) - Method in class com.itmill.toolkit.ui.CustomComponent
The custom component is allways enabled by default.
setEncoding(String) - Method in class com.itmill.toolkit.terminal.web.MultipartRequest
This method should be called on the MultipartRequest itself, not on any instances of MultipartRequest, because this sets up the encoding for all instances of multipartrequest.
setEntityResolver(EntityResolver) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setErrorHandler(ErrorHandler) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setErrorMessage(String) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Sets the error message for the composite validator.
setErrorMessage(String) - Method in class com.itmill.toolkit.data.validator.NullValidator
Sets the error message to be displayed on invalid value.
setErrorMessage(String) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Sets the message to be displayer in case the value does not validate.
setFeature(String, boolean) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setFieldFactory(FieldFactory) - Method in class com.itmill.toolkit.ui.Form
Sets the field factory of Form.
setFieldFactory(FieldFactory) - Method in class com.itmill.toolkit.ui.Table
Sets the FieldFactory that is used to create editor for table cells.
setFileName(String) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets the file name.
setFilename(String) - Method in class com.itmill.toolkit.terminal.StreamResource
Sets the filename.
setFilter(FilenameFilter) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Sets the file filter used to limit the files in this container.
setFilter(String) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Sets the file filter used to limit the files in this container.
setFocusedComponent(Component.Focusable) - Method in class com.itmill.toolkit.Application
 
setFocusedComponent(Component.Focusable) - Method in class com.itmill.toolkit.ui.Window
Sets the currently focused component in this window.
setFormat(Format) - Method in class com.itmill.toolkit.ui.TextField
Gets the value formatter of TextField.
setFormDataSource(Object, Collection) - Method in class com.itmill.toolkit.ui.Form
Updates the internal form datasource.
setFrameSupport(boolean) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the browser frame support.
setFreeSize() - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Sets the frame size to be freely specified by the terminal.
setHeight(int) - Method in interface com.itmill.toolkit.terminal.Sizeable
Sets the height of the object.
setHeight(int) - Method in class com.itmill.toolkit.ui.Embedded
Sets the visual height of the object.
setHeight(int) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
setHeight(int) - Method in class com.itmill.toolkit.ui.GridLayout
Sets the height of the grid.
setHeight(int) - Method in class com.itmill.toolkit.ui.Panel
Sets the height in pixels.
setHeight(int) - Method in class com.itmill.toolkit.ui.Table
Sets the height in pixels.
setHeightUnits(int) - Method in interface com.itmill.toolkit.terminal.Sizeable
Sets the height property units.
setHeightUnits(int) - Method in class com.itmill.toolkit.ui.Embedded
Sets the height property units.
setHeightUnits(int) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
setHeightUnits(int) - Method in class com.itmill.toolkit.ui.Panel
Sets the height units.
setHeightUnits(int) - Method in class com.itmill.toolkit.ui.Table
Sets the height units.
setHeightUnits(int) - Method in class com.itmill.toolkit.ui.Window
Window only supports pixels as unit.
setIcon(Resource) - Method in class com.itmill.toolkit.event.Action
Sets the icon.
setIcon(Resource) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the component's icon.
setImmediate(boolean) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the component's immediate mode to the specified status.
setImmediate(boolean) - Method in class com.itmill.toolkit.ui.Button
Sets immediate mode.
setIndeterminate(boolean) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Sets the ProgressIndicator to indeterminate mode.
setInternalValue(Object) - Method in class com.itmill.toolkit.ui.AbstractField
Sets the internal field value.
setInternalValue(Object) - Method in class com.itmill.toolkit.ui.Form
Sets the internal value.
setInvalidAllowed(boolean) - Method in interface com.itmill.toolkit.data.Validatable
Should the validabtable object accept invalid values.
setInvalidAllowed(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
Fields allow invalid values by default.
setInvalidAllowed(boolean) - Method in class com.itmill.toolkit.ui.Form
Should the validabtable object accept invalid values.
setInvalidCommitted(boolean) - Method in interface com.itmill.toolkit.data.BufferedValidatable
Sets if the invalid data should be committed to datasource.
setInvalidCommitted(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
Sets if the invalid data should be committed to datasource.
setItemCaption(Object, String) - Method in class com.itmill.toolkit.ui.Select
Override the caption of an item.
setItemCaptionMode(int) - Method in class com.itmill.toolkit.ui.Select
Sets the item caption mode.
setItemCaptionPropertyId(Object) - Method in class com.itmill.toolkit.ui.Select
Sets the item caption property.
setItemDataSource(Item) - Method in interface com.itmill.toolkit.data.Item.Viewer
Sets the Item that serves as the data source of the viewer.
setItemDataSource(Item) - Method in class com.itmill.toolkit.ui.Form
Sets the item datasource for the form.
setItemDataSource(Item, Collection) - Method in class com.itmill.toolkit.ui.Form
Set the item datasource for the form, but limit the form contents to specified properties of the item.
setItemIcon(Object, Resource) - Method in class com.itmill.toolkit.ui.Select
Sets the icon for an item.
setItemIconPropertyId(Object) - Method in class com.itmill.toolkit.ui.Select
Sets the item icon property.
setItemStylePropertyId(Object) - Method in class com.itmill.toolkit.ui.Table
Sets the property id to use for styling rows.
setJavaEnabled(boolean) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the java enabled property.
setJavaScriptVersion(WebBrowser.JavaScriptVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the JavaScript version.
setLayout(Layout) - Method in class com.itmill.toolkit.ui.Form
Sets the layout of the form.
setLayout(Layout) - Method in class com.itmill.toolkit.ui.Panel
Sets the layout of the panel.
setLazyLoading(boolean) - Method in class com.itmill.toolkit.ui.Select
 
setLazyLoading(boolean, Application, Select.OptionsStream) - Method in class com.itmill.toolkit.ui.Select
 
setLazyLoading(boolean) - Method in class com.itmill.toolkit.ui.Table
Table does not support lazy options loading mode.
setLazyLoading(boolean) - Method in class com.itmill.toolkit.ui.Tree
Tree does not support lazy options loading mode.
setLocale(Locale) - Method in class com.itmill.toolkit.Application
Sets the default locale for this application.
setLocale(Locale) - Method in class com.itmill.toolkit.ui.AbstractComponent
Sets the locale of this component.
setLogoutURL(String) - Method in class com.itmill.toolkit.Application
Sets the URL user is redirected to on application close.
setMainWindow(Window) - Method in class com.itmill.toolkit.Application
Sets the mainWindow.
setMarkupVersion(WebBrowser.MarkupVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the markup language version.
setMaxLength(int) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Sets the maximum permissable length of the string.
setMaxLength(int) - Method in class com.itmill.toolkit.ui.TextField
Set maximum length of characters allowed in this textfield.
setMessage(String) - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
setMIMEType(String) - Method in class com.itmill.toolkit.terminal.StreamResource
Sets the mime type of the resource.
setMimeType(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the mimeType, the MIME-Type of the object.
setMinLength(int) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Sets the minimum permissable length.
setMode(int) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Sets the mode of the validator.
setMultiSelect(boolean) - Method in class com.itmill.toolkit.ui.Select
Sets the multiselect mode.
setName(String) - Method in class com.itmill.toolkit.ui.Window
Sets the name.
setNamespace(String) - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
setNewItemsAllowed(boolean) - Method in class com.itmill.toolkit.ui.Select
Enables or disables possibility to add new options by the user.
setNewItemsAllowed(boolean) - Method in class com.itmill.toolkit.ui.Table
Adding new items is not supported.
setNewItemsAllowed(boolean) - Method in class com.itmill.toolkit.ui.Tree
Adding new items is not supported.
setNullAllowed(boolean) - Method in class com.itmill.toolkit.data.validator.NullValidator
Sets if nulls are to be allowed.
setNullAllowed(boolean) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Sets whether null-strings are to be allowed.
setNullRepresentation(String) - Method in class com.itmill.toolkit.ui.TextField
Sets the null-string representation.
setNullSelectionItemId(Object) - Method in class com.itmill.toolkit.ui.Select
Sets the item id that represents null value of this select.
setNullSettingAllowed(boolean) - Method in class com.itmill.toolkit.ui.TextField
Sets the null conversion mode.
setOptionFilter(OptionFilter) - Method in class com.itmill.toolkit.ui.Select.OptionsStream
 
setOptionFilter(OptionFilter) - Method in class com.itmill.toolkit.ui.Select
 
setOrientation(int) - Method in class com.itmill.toolkit.ui.OrderedLayout
Set the orientation of the container.
setPageBufferingEnabled(boolean) - Method in class com.itmill.toolkit.ui.Table
Setter for property pageBuffering.
setPageLength(int) - Method in class com.itmill.toolkit.ui.Table
Sets the page length.
setParameter(String, String) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets a paramater for download stream.
setParameter(String, String) - Method in class com.itmill.toolkit.ui.Embedded
Sets an object parameter.
setParent(Object, Object) - Method in interface com.itmill.toolkit.data.Container.Hierarchical
Sets the parent of an Item.
setParent(Object, Object) - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Sets the parent of an Item.
setParent(Object, Object) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Returns false when moving files around in the filesystem is not supported.
setParent(Object, Object) - Method in class com.itmill.toolkit.data.util.HierarchicalContainer
Sets the parent of an Item.
setParent(Component) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
setParent(Component) - Method in interface com.itmill.toolkit.ui.Component
Sets the component's parent component.
setParent(Component) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the component's parent component.
setParent(Object, Object) - Method in class com.itmill.toolkit.ui.Tree
Sets the parent of an Item.
setParent(Component) - Method in class com.itmill.toolkit.ui.Window
Setter for property parent.
setPollingInterval(int) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Sets the interval that component checks for progress.
setPositionX(int) - Method in class com.itmill.toolkit.ui.Window
Sets the distance of Window left border in pixels from left border of the containing (main window).
setPositionY(int) - Method in class com.itmill.toolkit.ui.Window
Sets the distance of Window top border in pixels from top border of the containing (main window).
setProperty(String, Object) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
setPropertyDataSource(Property) - Method in interface com.itmill.toolkit.data.Property.Viewer
Sets the Property that serves as the data source of the viewer.
setPropertyDataSource(Property) - Method in class com.itmill.toolkit.ui.AbstractField
Sets the specified Property as the data source for the field.
setPropertyDataSource(Property) - Method in class com.itmill.toolkit.ui.DateField
Sets the DateField datasource.
setPropertyDataSource(Property) - Method in class com.itmill.toolkit.ui.Label
Sets the property as data-source for viewing.
setPropertyDataSource(Property) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Sets the property as data-source for viewing.
setReadOnly(boolean) - Method in interface com.itmill.toolkit.data.Property
Sets the Property's read-only mode to the specified status.
setReadOnly(boolean) - Method in class com.itmill.toolkit.data.util.MethodProperty
Sets the Property's read-only mode to the specified status.
setReadOnly(boolean) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Sets the Property's read-only mode to the specified status.
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
Changes the readonly state and throw read-only status change events.
setReadOnly(boolean) - Method in interface com.itmill.toolkit.ui.Component
Sets the component's to read-only mode to the specified state.
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the component's to read-only mode to the specified state.
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.Form
Sets the component's to read-only mode to the specified state.
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.Label
Set the component to read-only.
setReadOnly(boolean) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Sets the component to read-only.
setReadThrough(boolean) - Method in interface com.itmill.toolkit.data.Buffered
Sets the object's read-through mode to the specified status.
setReadThrough(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
 
setReadThrough(boolean) - Method in class com.itmill.toolkit.ui.Form
 
setReceiver(Upload.Receiver) - Method in class com.itmill.toolkit.ui.Upload
Sets the receiver.
setRecursive(boolean) - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Sets the container recursive property.
setRelativeSize(int) - Method in class com.itmill.toolkit.ui.FrameWindow.Frame
Sets the frame width/height as a percentage of the containing frameset size.
setRenderingMode(WebBrowser.RenderingMode) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the current rendering mode.
setRequired(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
Sets the field required.
setRequired(boolean) - Method in interface com.itmill.toolkit.ui.Field
Sets the field required.
setResolution(int) - Method in class com.itmill.toolkit.ui.DateField
Sets the resolution of the DateField.
setResource(Resource) - Method in class com.itmill.toolkit.ui.Link
Sets the resource this link opens.
setRowHeaderMode(int) - Method in class com.itmill.toolkit.ui.Table
Sets the row header mode.
setRows(int) - Method in class com.itmill.toolkit.ui.TextField
Sets the number of rows in the editor.
setScreenHeight(int) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the screen height.
setScreenWidth(int) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Sets the screen width.
setScrollable(boolean) - Method in interface com.itmill.toolkit.terminal.Scrollable
Enables or disables scrolling..
setScrollable(boolean) - Method in class com.itmill.toolkit.ui.FrameWindow
Enables or disables scrolling.
setScrollable(boolean) - Method in class com.itmill.toolkit.ui.Panel
 
setScrollOffsetX(int) - Method in interface com.itmill.toolkit.terminal.Scrollable
Sets scroll X offset.
setScrollOffsetX(int) - Method in class com.itmill.toolkit.ui.FrameWindow
Sets the scroll X offset.
setScrollOffsetX(int) - Method in class com.itmill.toolkit.ui.Panel
 
setScrollOffsetY(int) - Method in interface com.itmill.toolkit.terminal.Scrollable
Sets scroll Y offset.
setScrollOffsetY(int) - Method in class com.itmill.toolkit.ui.FrameWindow
Gets the scroll Y offset.
setScrollOffsetY(int) - Method in class com.itmill.toolkit.ui.Panel
 
setSecret(boolean) - Method in class com.itmill.toolkit.ui.TextField
Sets the secret property on and off.
setSelectable(boolean) - Method in class com.itmill.toolkit.ui.Table
Setter for property selectable.
setSelectable(boolean) - Method in class com.itmill.toolkit.ui.Tree
Setter for property selectable.
setSelectedTab(Component) - Method in class com.itmill.toolkit.ui.TabSheet
Sets the selected tab.
setServlet(ApplicationServlet) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Sets the servlet.
setSession(HttpSession) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
Sets the session.
setSortAscending(boolean) - Method in class com.itmill.toolkit.ui.Table
Sets the table in ascending order.
setSortContainerPropertyId(Object) - Method in class com.itmill.toolkit.ui.Table
Sets the currently sorted column property id.
setSortDisabled(boolean) - Method in class com.itmill.toolkit.ui.Table
Disables the sorting altogether.
setSource(Resource) - Method in class com.itmill.toolkit.ui.Embedded
Sets the object source resource.
setSourceFile(File) - Method in class com.itmill.toolkit.terminal.FileResource
Sets the source file.
setStandby(String) - Method in class com.itmill.toolkit.ui.Embedded
Sets the standby, the text to display while loading the object.
setState(Application, Window, WebBrowser, HttpSession, ApplicationServlet, String) - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
 
setStream(InputStream) - Method in class com.itmill.toolkit.terminal.DownloadStream
Sets the stream.
setStreamSource(StreamResource.StreamSource) - Method in class com.itmill.toolkit.terminal.StreamResource
Sets the source for this StreamResource.
setStyle(String) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
setStyle(String) - Method in interface com.itmill.toolkit.ui.Component
Sets the look-and-feel style of the component.
setStyle(String) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the look-and-feel style of the component.
setSwitchMode(boolean) - Method in class com.itmill.toolkit.ui.Button
Sets the switchMode.
setTabCaption(Component, String) - Method in class com.itmill.toolkit.ui.TabSheet
Sets the caption for a component.
setTabIcon(Component, Resource) - Method in class com.itmill.toolkit.ui.TabSheet
] Sets the icon for a component.
setTabIndex(int) - Method in class com.itmill.toolkit.ui.AbstractField
Gets the tab index of this field.
setTabIndex(int) - Method in interface com.itmill.toolkit.ui.Component.Focusable
Sets the Tabulator index of this Focusable component.
setTabIndex(int) - Method in class com.itmill.toolkit.ui.DateField
Deprecated. Use setTabIndexes()
setTabIndex(int) - Method in class com.itmill.toolkit.ui.Form
Sets the Tabulator index of this Focusable component.
setTabIndex(int) - Method in class com.itmill.toolkit.ui.Upload
Deprecated. Use setTabIndexes()
setTabIndexes(int) - Method in class com.itmill.toolkit.ui.DateField
Sets the Tabulator indexes for all of the focusable fields within this component, and returns the next available Tabulator index.
setTabIndexes(int) - Method in class com.itmill.toolkit.ui.Upload
Sets the Tabulator indexes for all of the focusable fields within this component, and returns the next available Tabulator index.
setTargetBorder(int) - Method in class com.itmill.toolkit.ui.Link
Sets the border of the target window.
setTargetHeight(int) - Method in class com.itmill.toolkit.ui.Link
Sets the target window height.
setTargetName(String) - Method in class com.itmill.toolkit.ui.Link
Sets the target window name.
setTargetWidth(int) - Method in class com.itmill.toolkit.ui.Link
Sets the target window width.
setTerminal(Terminal) - Method in class com.itmill.toolkit.ui.Window
Sets the terminal type.
setTerminalType(HttpSession, WebBrowser) - Static method in class com.itmill.toolkit.terminal.web.WebBrowserProbe
Sets the terminal type for the given session.
setTheme(String) - Method in class com.itmill.toolkit.Application
Sets the application's theme.
setTheme(String) - Method in class com.itmill.toolkit.ui.Window
Sets the theme for this window.
setTrackPaints(boolean) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Sets the tracking to true or false.
setType(int) - Method in class com.itmill.toolkit.ui.Embedded
Sets the object type.
setUIID(String) - Method in class com.itmill.toolkit.terminal.Identifiable
Deprecated. use Identifiable.setDebugId(String) instead.
setUser(Object) - Method in class com.itmill.toolkit.Application
Sets the user of the application instance.
setValue(Object) - Method in interface com.itmill.toolkit.data.Property
Sets the value of the Property.
setValue(Object) - Method in class com.itmill.toolkit.data.util.MethodProperty
Sets the value of the property.
setValue(Object) - Method in class com.itmill.toolkit.data.util.ObjectProperty
Sets the value of the property.
setValue(Object) - Method in class com.itmill.toolkit.ui.AbstractField
Sets the value of the field.
setValue(Object) - Method in class com.itmill.toolkit.ui.DateField
 
setValue(Object) - Method in class com.itmill.toolkit.ui.Label
Set the value of the label.
setValue(Object) - Method in class com.itmill.toolkit.ui.ProgressIndicator
Sets the value of the ProgressIndicator.
setValue(Object) - Method in class com.itmill.toolkit.ui.Select
Sets the visible value of the property.
setVertical(boolean) - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Sets the framaset to be vertical.
setVisible(boolean) - Method in class com.itmill.toolkit.ui.AbstractComponent
 
setVisible(boolean) - Method in interface com.itmill.toolkit.ui.Component
Sets the components visibility status.
setVisible(boolean) - Method in class com.itmill.toolkit.ui.CustomComponent
Sets the components visibility status.
setVisibleColumns(Object[]) - Method in class com.itmill.toolkit.ui.Table
Sets the array of visible column property id:s.
setVisibleItemProperties(Collection) - Method in class com.itmill.toolkit.ui.Form
Sets the visibleProperties.
setWidth(int) - Method in interface com.itmill.toolkit.terminal.Sizeable
Sets the width of the object.
setWidth(int) - Method in class com.itmill.toolkit.ui.Embedded
Sets the visual width of the object.
setWidth(int) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
setWidth(int) - Method in class com.itmill.toolkit.ui.GridLayout
Sets the width of the grid.
setWidth(int) - Method in class com.itmill.toolkit.ui.Panel
Sets the width in pixels.
setWidth(int) - Method in class com.itmill.toolkit.ui.Table
Sets the width in pixels.
setWidthUnits(int) - Method in interface com.itmill.toolkit.terminal.Sizeable
Sets the width property units.
setWidthUnits(int) - Method in class com.itmill.toolkit.ui.Embedded
Sets the width property units.
setWidthUnits(int) - Method in class com.itmill.toolkit.ui.ExpandLayout
 
setWidthUnits(int) - Method in class com.itmill.toolkit.ui.Panel
Sets the width units.
setWidthUnits(int) - Method in class com.itmill.toolkit.ui.Table
Sets the width units.
setWidthUnits(int) - Method in class com.itmill.toolkit.ui.Window
Window only supports pixels as unit.
setWindow(Window) - Method in class com.itmill.toolkit.terminal.web.OpenAjaxHubMessage
 
setWindow(Window) - Method in class com.itmill.toolkit.ui.Link
Sets the window this link opens.
setWindowFormAction(Window, String) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Sets the form action for given window.
setWindowUIDL(Window, String) - Method in class com.itmill.toolkit.terminal.web.DebugWindow
 
setWordwrap(boolean) - Method in class com.itmill.toolkit.ui.TextField
Sets the editor's word-wrap mode on or off.
setWriteThrough(boolean) - Method in interface com.itmill.toolkit.data.Buffered
Sets the object's write-through mode to the specified status.
setWriteThrough(boolean) - Method in class com.itmill.toolkit.ui.AbstractField
 
setWriteThrough(boolean) - Method in class com.itmill.toolkit.ui.Form
 
SHIFT - Static variable in interface com.itmill.toolkit.event.ShortcutAction.ModifierKey
 
ShortcutAction - Class in com.itmill.toolkit.event
Extends Action class with keyboard bindings.
ShortcutAction(String, int, int[]) - Constructor for class com.itmill.toolkit.event.ShortcutAction
 
ShortcutAction(String, Resource, int, int[]) - Constructor for class com.itmill.toolkit.event.ShortcutAction
 
ShortcutAction.KeyCode - Interface in com.itmill.toolkit.event
Key codes that can be used for shortcuts
ShortcutAction.ModifierKey - Interface in com.itmill.toolkit.event
Modifier key constants
size() - Method in interface com.itmill.toolkit.data.Container
Gets the number of Items in the Container.
size() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
 
size() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
 
size() - Method in class com.itmill.toolkit.data.util.FilesystemContainer
Gets the number of Items in the container.
size() - Method in class com.itmill.toolkit.data.util.IndexedContainer
Gets the number of Items in the list.
size() - Method in class com.itmill.toolkit.data.util.QueryContainer
Gets the number of items in the container.
SIZE - Static variable in class com.itmill.toolkit.terminal.web.MultipartRequest
Type constant for the File SIZE.
size() - Method in class com.itmill.toolkit.ui.FrameWindow.Frameset
Number of frames in this frameset.
size() - Method in class com.itmill.toolkit.ui.Select
 
Sizeable - Interface in com.itmill.toolkit.terminal
Interface to be implemented by components wishing to display some object that may be dynamically resized during runtime.
skippedEntity(String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
sort(Object[], boolean[]) - Method in interface com.itmill.toolkit.data.Container.Sortable
Sort method.
sort(Object[], boolean[]) - Method in class com.itmill.toolkit.data.util.IndexedContainer
 
sort(Object[], boolean[]) - Method in class com.itmill.toolkit.ui.Table
Sorts the table.
sort() - Method in class com.itmill.toolkit.ui.Table
Sorts the table by currently selected sorting column.
SPACE - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
space() - Method in class com.itmill.toolkit.ui.GridLayout
Moves the cursor forwards by one.
start(URL, Properties, ApplicationContext) - Method in class com.itmill.toolkit.Application
Starts the application on the given URL.After this call the application corresponds to the given URL and it will return windows when asked for them.
startDocument() - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
startElement(String, String, String, Attributes) - Method in class com.itmill.toolkit.terminal.web.Theme
Parses start tag in XML stream.
startElement(String, String, String, Attributes) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
startPrefixMapping(String, String) - Method in class com.itmill.toolkit.terminal.web.XSLReader
 
StartsWithFilter - Class in com.itmill.toolkit.ui.select
 
StartsWithFilter(Select) - Constructor for class com.itmill.toolkit.ui.select.StartsWithFilter
 
startTag(Paintable, String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Prints element start tag of a paintable section.
startTag(String) - Method in interface com.itmill.toolkit.terminal.PaintTarget
Prints element start tag.
startTag(String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
Prints the element start tag.
startTag(Paintable, String) - Method in class com.itmill.toolkit.terminal.web.AjaxPaintTarget
 
startTag(String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Prints element start tag.
startTag(Paintable, String) - Method in class com.itmill.toolkit.terminal.web.WebPaintTarget
Prints element start tag of a paintable section.
startTransaction(Application, HttpServletRequest) - Method in class com.itmill.toolkit.terminal.web.WebApplicationContext
Notifies the transaction start.
StreamResource - Class in com.itmill.toolkit.terminal
StreamResource is a resource provided to the client directly by the application.
StreamResource(StreamResource.StreamSource, String, Application) - Constructor for class com.itmill.toolkit.terminal.StreamResource
Creates a new stream resource for downloading from stream.
StreamResource.StreamSource - Interface in com.itmill.toolkit.terminal
Interface implemented by the source of a StreamResource.
StringLengthValidator - Class in com.itmill.toolkit.data.validator
This StringLengthValidator is used to validate the length of strings.
StringLengthValidator(String) - Constructor for class com.itmill.toolkit.data.validator.StringLengthValidator
Creates a new StringLengthValidator with a given error message.
StringLengthValidator(String, int, int, boolean) - Constructor for class com.itmill.toolkit.data.validator.StringLengthValidator
Creates a new StringLengthValidator with a given error message, permissable lengths and null-string allowance.
suggestValidValue(Object) - Method in interface com.itmill.toolkit.data.Validator.Suggestive
Suggests another value that can be used instead of the proposedValue if it is invalid.
supports(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.File
Does this file support the given terminal.
supports(WebBrowser) - Method in class com.itmill.toolkit.terminal.web.Theme.Fileset
Does this file support the given terminal.
supports(WebBrowser.JavaScriptVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser.JavaScriptVersion
Checks the compability with other JavaScript version.
supports(WebBrowser.MarkupVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser.MarkupVersion
Checks the compability with other HTML version.
supports(String) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Checks if this type supports also given browser.
supports(WebBrowser.MarkupVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Checks if this type supports given markup language version.
supports(WebBrowser.JavaScriptVersion) - Method in class com.itmill.toolkit.terminal.web.WebBrowser
Checks if this type supports given javascript version.
supportsMode(String, WebBrowser, ThemeSource) - Method in class com.itmill.toolkit.terminal.web.Theme
Tests if this theme suppors given mode.
SYSTEMERROR - Static variable in interface com.itmill.toolkit.terminal.ErrorMessage
Error code for system errors and bugs.
SystemError - Exception in com.itmill.toolkit.terminal
SystemError is a runtime exception caused by error in system.
SystemError(String) - Constructor for exception com.itmill.toolkit.terminal.SystemError
Constructor for SystemError with error message specified.
SystemError(String, Throwable) - Constructor for exception com.itmill.toolkit.terminal.SystemError
Constructor for SystemError with causing exception and error message.
SystemError(Throwable) - Constructor for exception com.itmill.toolkit.terminal.SystemError
Constructor for SystemError with cause.

T

T - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
TAB - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
Table - Class in com.itmill.toolkit.ui
TableComponent is used for representing data or components in pageable and selectable table.
Table() - Constructor for class com.itmill.toolkit.ui.Table
Creates a new empty table.
Table(String) - Constructor for class com.itmill.toolkit.ui.Table
Creates a new empty table with caption.
Table(String, Container) - Constructor for class com.itmill.toolkit.ui.Table
Creates a new table with caption and connect it to a Container.
TabSheet - Class in com.itmill.toolkit.ui
Tabsheet component.
TabSheet() - Constructor for class com.itmill.toolkit.ui.TabSheet
Constructs a new Tabsheet.
TabSheet.SelectedTabChangeEvent - Class in com.itmill.toolkit.ui
Selected Tab Change event.
TabSheet.SelectedTabChangeEvent(Component) - Constructor for class com.itmill.toolkit.ui.TabSheet.SelectedTabChangeEvent
New instance of selected tab change event
TabSheet.SelectedTabChangeListener - Interface in com.itmill.toolkit.ui
Selected Tab Change Event listener
takeControl() - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
TARGET_BORDER_DEFAULT - Static variable in class com.itmill.toolkit.ui.Link
 
TARGET_BORDER_MINIMAL - Static variable in class com.itmill.toolkit.ui.Link
 
TARGET_BORDER_NONE - Static variable in class com.itmill.toolkit.ui.Link
 
Terminal - Interface in com.itmill.toolkit.terminal
Interface for different terminal types.
Terminal.ErrorEvent - Interface in com.itmill.toolkit.terminal
Terminal error event.
Terminal.ErrorListener - Interface in com.itmill.toolkit.terminal
Terminal error listener interface.
terminalError(Terminal.ErrorEvent) - Method in class com.itmill.toolkit.Application
Invoked by the terminal on any exception that occurs in application and is thrown by the setVariable to the terminal.
terminalError(Terminal.ErrorEvent) - Method in interface com.itmill.toolkit.terminal.Terminal.ErrorListener
Invoked when terminal error occurs.
TextField - Class in com.itmill.toolkit.ui
A text editor component that can be bound to any bindable Property.
TextField() - Constructor for class com.itmill.toolkit.ui.TextField
Constructs an empty TextField with no caption.
TextField(String) - Constructor for class com.itmill.toolkit.ui.TextField
Constructs an empty TextField with given caption.
TextField(Property) - Constructor for class com.itmill.toolkit.ui.TextField
Constructs a new TextField that's bound to the specified Property and has no caption.
TextField(String, Property) - Constructor for class com.itmill.toolkit.ui.TextField
Constructs a new TextField that's bound to the specified Property and has the given caption String.
TextField(String, String) - Constructor for class com.itmill.toolkit.ui.TextField
Constructs a new TextField with the given caption and initial text contents.
Theme - Class in com.itmill.toolkit.terminal.web
This class provides an interface to the meta-information regarding a particular theme.
Theme(File) - Constructor for class com.itmill.toolkit.terminal.web.Theme
Creates a new instance using XML description file.
Theme(InputStream) - Constructor for class com.itmill.toolkit.terminal.web.Theme
Creates a new instance using XML description stream.
theme() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns a reference to the current theme name that is associated with the session that the call came from.
Theme.AgentRequirement - Class in com.itmill.toolkit.terminal.web
HTTP user agent requirement This requirements is used to ensure that the User-Agent string provided in HTTP request headers contains given substring.
Theme.AgentRequirement(String) - Constructor for class com.itmill.toolkit.terminal.web.Theme.AgentRequirement
 
Theme.AndRequirement - Class in com.itmill.toolkit.terminal.web
Logical AND requirement.
Theme.AndRequirement() - Constructor for class com.itmill.toolkit.terminal.web.Theme.AndRequirement
 
Theme.AndRequirement(Collection) - Constructor for class com.itmill.toolkit.terminal.web.Theme.AndRequirement
 
Theme.AndRequirement(Theme.Requirement, Theme.Requirement) - Constructor for class com.itmill.toolkit.terminal.web.Theme.AndRequirement
 
Theme.Author - Class in com.itmill.toolkit.terminal.web
Author information class.
Theme.Author(String, String) - Constructor for class com.itmill.toolkit.terminal.web.Theme.Author
Constructor for Author Information Class.
Theme.File - Class in com.itmill.toolkit.terminal.web
Theme XSL file description Description of a single XSL file included a theme.
Theme.File(String) - Constructor for class com.itmill.toolkit.terminal.web.Theme.File
Creates a new file.
Theme.Fileset - Class in com.itmill.toolkit.terminal.web
A recursive set of files sharing the same requirements.
Theme.Fileset(String) - Constructor for class com.itmill.toolkit.terminal.web.Theme.Fileset
Creates a new empty fileset.
Theme.JavaScriptRequirement - Class in com.itmill.toolkit.terminal.web
Javascript version requirement This requirement is used to ensure a certain level of JavaScript version support.
Theme.JavaScriptRequirement(WebBrowser.JavaScriptVersion) - Constructor for class com.itmill.toolkit.terminal.web.Theme.JavaScriptRequirement
 
Theme.MarkupLanguageRequirement - Class in com.itmill.toolkit.terminal.web
Markup language version requirement.
Theme.MarkupLanguageRequirement(WebBrowser.MarkupVersion) - Constructor for class com.itmill.toolkit.terminal.web.Theme.MarkupLanguageRequirement
 
Theme.NotRequirement - Class in com.itmill.toolkit.terminal.web
Logical NOT requirement.
Theme.NotRequirement(Theme.Requirement) - Constructor for class com.itmill.toolkit.terminal.web.Theme.NotRequirement
Create a new NOT requirement based on another requirement.
Theme.OrRequirement - Class in com.itmill.toolkit.terminal.web
Logical OR requirement.
Theme.OrRequirement() - Constructor for class com.itmill.toolkit.terminal.web.Theme.OrRequirement
 
Theme.OrRequirement(Collection) - Constructor for class com.itmill.toolkit.terminal.web.Theme.OrRequirement
 
Theme.OrRequirement(Theme.Requirement, Theme.Requirement) - Constructor for class com.itmill.toolkit.terminal.web.Theme.OrRequirement
 
Theme.Requirement - Interface in com.itmill.toolkit.terminal.web
Generic requirement.
Theme.RequirementCollection - Interface in com.itmill.toolkit.terminal.web
Generic requirement collection interface.
ThemeFunctionLibrary - Class in com.itmill.toolkit.terminal.web
This a function library that can be used from the theme XSL-files.
ThemeFunctionLibrary() - Constructor for class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
 
ThemeResource - Class in com.itmill.toolkit.terminal
ThemeResource is a named theme dependant resource provided and managed by a theme.
ThemeResource(String) - Constructor for class com.itmill.toolkit.terminal.ThemeResource
Creates a resource.
ThemeSource - Interface in com.itmill.toolkit.terminal.web
Interface implemented by theme sources.
ThemeSource.ThemeException - Exception in com.itmill.toolkit.terminal.web
ThemeException is thrown by classes implementing the ThemeSource interface if some error occurs during processing.
ThemeSource.ThemeException(String) - Constructor for exception com.itmill.toolkit.terminal.web.ThemeSource.ThemeException
Creates a new theme exception.
ThemeSource.ThemeException(String, Throwable) - Constructor for exception com.itmill.toolkit.terminal.web.ThemeSource.ThemeException
Creates a new theme exception.
ThemeSource.XSLStream - Class in com.itmill.toolkit.terminal.web
Wrapper class for XSL InputStreams.
ThemeSource.XSLStream(String, InputStream) - Constructor for class com.itmill.toolkit.terminal.web.ThemeSource.XSLStream
 
toString() - Method in interface com.itmill.toolkit.data.Property
Returns the value of the Property in human readable textual format.
toString() - Method in class com.itmill.toolkit.data.util.FilesystemContainer.FileItem
 
toString() - Method in class com.itmill.toolkit.data.util.MethodProperty
Returns the value of the MethodProperty in human readable textual format.
toString() - Method in class com.itmill.toolkit.data.util.ObjectProperty
Returns the value of the ObjectProperty in human readable textual format.
toString() - Method in class com.itmill.toolkit.data.util.PropertysetItem
Gets the String representation of the contents of the Item.
toString() - Method in exception com.itmill.toolkit.event.ListenerMethod.MethodException
 
toString() - Method in class com.itmill.toolkit.terminal.CompositeErrorMessage
Returns a comma separated list of the error messages.
toString() - Method in class com.itmill.toolkit.terminal.ThemeResource
 
toString() - Method in class com.itmill.toolkit.terminal.UserError
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.AgentRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.AndRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.Author
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.File
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.Fileset
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.JavaScriptRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.MarkupLanguageRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.NotRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme.OrRequirement
 
toString() - Method in class com.itmill.toolkit.terminal.web.Theme
String representation of Theme object.
toString() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
toString() - Method in class com.itmill.toolkit.terminal.web.UIDLTransformerType
Textual representation of the UIDLTransformer type.
toString() - Method in class com.itmill.toolkit.terminal.web.WebBrowser.JavaScriptVersion
 
toString() - Method in class com.itmill.toolkit.terminal.web.WebBrowser.MarkupVersion
 
toString() - Method in class com.itmill.toolkit.terminal.web.WebBrowser
 
toString() - Method in class com.itmill.toolkit.ui.AbstractField
Returns the value of the Property in human readable textual format.
toString() - Method in class com.itmill.toolkit.ui.DateField
 
toString() - Method in class com.itmill.toolkit.ui.Label
 
toString() - Method in class com.itmill.toolkit.ui.ProgressIndicator
 
transactionEnd(Application, Object) - Method in interface com.itmill.toolkit.service.ApplicationContext.TransactionListener
Invoked at the end of every transaction.
transactionStart(Application, Object) - Method in interface com.itmill.toolkit.service.ApplicationContext.TransactionListener
Invoked at the beginning of every transaction.
transform(OutputStream) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer
Transforms the UIDL to HTML and output to the OutputStream.
Tree - Class in com.itmill.toolkit.ui
MenuTree component.
Tree() - Constructor for class com.itmill.toolkit.ui.Tree
Creates a new empty tree.
Tree(String) - Constructor for class com.itmill.toolkit.ui.Tree
Creates a new empty tree with caption.
Tree(String, Container) - Constructor for class com.itmill.toolkit.ui.Tree
Creates a new tree with caption and connect it to a Container.
Tree.CollapseEvent - Class in com.itmill.toolkit.ui
Collapse event
Tree.CollapseEvent(Component, Object) - Constructor for class com.itmill.toolkit.ui.Tree.CollapseEvent
New instance of options change event.
Tree.CollapseListener - Interface in com.itmill.toolkit.ui
Collapse event listener.
Tree.ExpandEvent - Class in com.itmill.toolkit.ui
Event to fired when a node is expanded.
Tree.ExpandEvent(Component, Object) - Constructor for class com.itmill.toolkit.ui.Tree.ExpandEvent
New instance of options change event
Tree.ExpandListener - Interface in com.itmill.toolkit.ui
Expand event listener.
TYPE_IMAGE - Static variable in class com.itmill.toolkit.ui.Embedded
Image types.
TYPE_OBJECT - Static variable in class com.itmill.toolkit.ui.Embedded
General object type.

U

U - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
UIDLTransformer - Class in com.itmill.toolkit.terminal.web
Class implementing the UIDLTransformer.
UIDLTransformer(UIDLTransformerType, ThemeSource, ApplicationServlet) - Constructor for class com.itmill.toolkit.terminal.web.UIDLTransformer
UIDLTransformer constructor.
UIDLTransformer.TransformerErrorHandler - Class in com.itmill.toolkit.terminal.web
 
UIDLTransformer.TransformerErrorHandler() - Constructor for class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
UIDLTransformerException - Exception in com.itmill.toolkit.terminal.web
Exception in the transform process.
UIDLTransformerException() - Constructor for exception com.itmill.toolkit.terminal.web.UIDLTransformerException
Creates a new instance of UIDLTransformerException without detail message.
UIDLTransformerException(String, Throwable, String) - Constructor for exception com.itmill.toolkit.terminal.web.UIDLTransformerException
Constructs an instance of UIDLTransformerException with the specified detail message.
UIDLTransformerFactory - Class in com.itmill.toolkit.terminal.web
Class implementing the UIDLTransformer Factory.
UIDLTransformerFactory(ThemeSource, ApplicationServlet, int, long) - Constructor for class com.itmill.toolkit.terminal.web.UIDLTransformerFactory
Constructor for transformer factory.
UIDLTransformerFactory.SpoolManager - Class in com.itmill.toolkit.terminal.web
Class for periodically remove unused transformers from memory.
UIDLTransformerFactory.SpoolManager(long) - Constructor for class com.itmill.toolkit.terminal.web.UIDLTransformerFactory.SpoolManager
 
UIDLTransformerType - Class in com.itmill.toolkit.terminal.web
Type of the transformer.
UIDLTransformerType(WebBrowser, Theme) - Constructor for class com.itmill.toolkit.terminal.web.UIDLTransformerType
Creates a new instance of TransformerType.
UNIT_SYMBOLS - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Textual representations of units symbols.
UNITS_CM - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing centimetres.
UNITS_EM - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing the font-size of the relevant font.
UNITS_EX - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing the x-height of the relevant font.
UNITS_INCH - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing inches.
UNITS_MM - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing millimetres.
UNITS_PERCENTAGE - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing in percentage of the containing element defined by terminal.
UNITS_PICAS - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing picas (12 points).
UNITS_PIXELS - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing pixels.
UNITS_POINTS - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing points (1/72nd of an inch).
UNITS_ROWS - Static variable in interface com.itmill.toolkit.terminal.Sizeable
Unit code representing in rows of text.
unregisterVariable(String, VariableOwner) - Method in class com.itmill.toolkit.terminal.web.AjaxVariableMap
Unregisters the variable.
unregisterVariable(String, VariableOwner) - Method in class com.itmill.toolkit.terminal.web.HttpVariableMap
Unregisters the variable.
unselect(Object) - Method in class com.itmill.toolkit.ui.Select
Unselects an item.
updateHierarchicalWrapper() - Method in class com.itmill.toolkit.data.util.ContainerHierarchicalWrapper
Updates the wrapper's internal hierarchy data to include all Items in the underlying container.
updateOrderWrapper() - Method in class com.itmill.toolkit.data.util.ContainerOrderedWrapper
Updates the wrapper's internal ordering information to include all Items in the underlying container.
Upload - Class in com.itmill.toolkit.ui
Component for client file uploading.
Upload(String, Upload.Receiver) - Constructor for class com.itmill.toolkit.ui.Upload
Creates a new instance of Upload that redirects the uploaded data to given stream.
Upload.FailedEvent - Class in com.itmill.toolkit.ui
Upload.Interrupted event is sent when the upload is received, but the reception is interrupted for some reason.
Upload.FailedEvent(Upload, String, String, long) - Constructor for class com.itmill.toolkit.ui.Upload.FailedEvent
 
Upload.FailedListener - Interface in com.itmill.toolkit.ui
Receives events when the uploads are finished, but unsuccessful.
Upload.FinishedEvent - Class in com.itmill.toolkit.ui
Upload.Received event is sent when the upload receives a file, regardless if the receival was successfull.
Upload.FinishedEvent(Upload, String, String, long) - Constructor for class com.itmill.toolkit.ui.Upload.FinishedEvent
 
Upload.FinishedListener - Interface in com.itmill.toolkit.ui
Receives the events when the uploads are ready.
Upload.Receiver - Interface in com.itmill.toolkit.ui
Interface that must be implemented by the upload receivers.
Upload.SucceededEvent - Class in com.itmill.toolkit.ui
Upload.Success event is sent when the upload is received successfully.
Upload.SucceededEvent(Upload, String, String, long) - Constructor for class com.itmill.toolkit.ui.Upload.SucceededEvent
 
Upload.SucceededListener - Interface in com.itmill.toolkit.ui
Receives events when the uploads are successfully finished.
uploadFailed(Upload.FailedEvent) - Method in interface com.itmill.toolkit.ui.Upload.FailedListener
Upload has finished unsuccessfully.
uploadFinished(Upload.FinishedEvent) - Method in interface com.itmill.toolkit.ui.Upload.FinishedListener
Upload has finished.
UploadStream - Interface in com.itmill.toolkit.terminal
Defines a variable type, that is used for passing uploaded files from terminal.
uploadSucceeded(Upload.SucceededEvent) - Method in interface com.itmill.toolkit.ui.Upload.SucceededListener
Upload successfull..
URIHandler - Interface in com.itmill.toolkit.terminal
Interface implemented by all the classes capable of handling URI:s.
URIHandler.ErrorEvent - Interface in com.itmill.toolkit.terminal
URIHandler error event.
UserError - Class in com.itmill.toolkit.terminal
UserError is a controlled error occurred in application.
UserError(String) - Constructor for class com.itmill.toolkit.terminal.UserError
Creates a textual error message of level ERROR.
UserError(String, int, int) - Constructor for class com.itmill.toolkit.terminal.UserError
Creates a error message with level and content mode.

V

V - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
Validatable - Interface in com.itmill.toolkit.data
Interface for validatable objects.
validate() - Method in interface com.itmill.toolkit.data.Validatable
Checks the validity of the validatable.
validate(Object) - Method in class com.itmill.toolkit.data.validator.CompositeValidator
Validates the given value.
validate(Object) - Method in class com.itmill.toolkit.data.validator.NullValidator
Validates the data given in value.
validate(Object) - Method in class com.itmill.toolkit.data.validator.StringLengthValidator
Validates the value.
validate(Object) - Method in interface com.itmill.toolkit.data.Validator
Checks the given value against this validator.
validate() - Method in class com.itmill.toolkit.ui.AbstractField
Checks the validity of the validatable
validate() - Method in class com.itmill.toolkit.ui.Form
Checks the validity of the validatable.
Validator - Interface in com.itmill.toolkit.data
Object validator interface.
Validator.InvalidValueException - Exception in com.itmill.toolkit.data
Invalid value exception can be thrown by Validator when a given value is not valid.
Validator.InvalidValueException(String) - Constructor for exception com.itmill.toolkit.data.Validator.InvalidValueException
Constructs a new InvalidValueException with the specified detail message.
Validator.InvalidValueException(String, Validator.InvalidValueException[]) - Constructor for exception com.itmill.toolkit.data.Validator.InvalidValueException
Constructs a new InvalidValueException with a set of causing validation exceptions.
Validator.Suggestive - Interface in com.itmill.toolkit.data
Adds the proposing functionality to a Validator.
valueChange(Property.ValueChangeEvent) - Method in interface com.itmill.toolkit.data.Property.ValueChangeListener
Notifies this listener that the Property's value has changed.
valueChange(Property.ValueChangeEvent) - Method in class com.itmill.toolkit.ui.AbstractField
This method listens to data source value changes and passes the changes forwards.
valueChange(Property.ValueChangeEvent) - Method in class com.itmill.toolkit.ui.Label
Listens the value change events from data source.
valueChange(Property.ValueChangeEvent) - Method in class com.itmill.toolkit.ui.Table
Notifies this listener that the Property's value has changed.
VariableOwner - Interface in com.itmill.toolkit.terminal
Listener interface for UI variable changes.
VariableOwner.ErrorEvent - Interface in com.itmill.toolkit.terminal
VariableOwner error event.
VERSION - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
Version number of this release.
VERSION_BUILD - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
Builds number.
VERSION_MAJOR - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
Major version number.
VERSION_MINOR - Static variable in class com.itmill.toolkit.terminal.web.ApplicationServlet
Minor version number.

W

W - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
warn(String) - Static method in class com.itmill.toolkit.terminal.web.Log
Logs the warning message.
WARNING - Static variable in interface com.itmill.toolkit.terminal.ErrorMessage
Error code for warning messages.
warning(TransformerException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
warning(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.UIDLTransformer.TransformerErrorHandler
 
warning(SAXParseException) - Method in class com.itmill.toolkit.terminal.web.XSLReader.SAXStreamErrorHandler
 
WebApplicationContext - Class in com.itmill.toolkit.terminal.web
Web application context for the IT Mill Toolkit applications.
WebBrowser - Class in com.itmill.toolkit.terminal.web
Web browser terminal type.
WebBrowser() - Constructor for class com.itmill.toolkit.terminal.web.WebBrowser
Constructor WebBrowserType.
WebBrowser.JavaScriptVersion - Class in com.itmill.toolkit.terminal.web
 
WebBrowser.MarkupVersion - Class in com.itmill.toolkit.terminal.web
 
WebBrowser.RenderingMode - Class in com.itmill.toolkit.terminal.web
 
WebBrowserProbe - Class in com.itmill.toolkit.terminal.web
The WebBrowserProbe uses JavaScript to determine the capabilities of the client browser.
WebBrowserProbe() - Constructor for class com.itmill.toolkit.terminal.web.WebBrowserProbe
 
WebPaintTarget - Class in com.itmill.toolkit.terminal.web
User Interface Description Language Target.
WebPaintTarget(HttpVariableMap, UIDLTransformerType, ApplicationServlet, Theme) - Constructor for class com.itmill.toolkit.terminal.web.WebPaintTarget
Creates a new XMLPrintWriter, without automatic line flushing.
window() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Returns a reference to the current window object associated with the session that the call came from.
Window - Class in com.itmill.toolkit.ui
Application window component.
Window() - Constructor for class com.itmill.toolkit.ui.Window
Creates a new empty unnamed window with default layout.
Window(String) - Constructor for class com.itmill.toolkit.ui.Window
Creates a new empty window with default layout.
Window(String, Layout) - Constructor for class com.itmill.toolkit.ui.Window
Creates a new window.
Window.CloseEvent - Class in com.itmill.toolkit.ui
 
Window.CloseEvent(Component) - Constructor for class com.itmill.toolkit.ui.Window.CloseEvent
 
Window.CloseListener - Interface in com.itmill.toolkit.ui
 
WINDOW_NAME - Static variable in class com.itmill.toolkit.terminal.web.DebugWindow
 
windowAttached(Application.WindowAttachEvent) - Method in interface com.itmill.toolkit.Application.WindowAttachListener
Window attached
windowAttached(Application.WindowAttachEvent) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
windowAttached(Application.WindowAttachEvent) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
windowClose(Window.CloseEvent) - Method in interface com.itmill.toolkit.ui.Window.CloseListener
 
windowDetached(Application.WindowDetachEvent) - Method in interface com.itmill.toolkit.Application.WindowDetachListener
Window detached.
windowDetached(Application.WindowDetachEvent) - Method in class com.itmill.toolkit.terminal.web.AjaxApplicationManager
 
windowDetached(Application.WindowDetachEvent) - Method in class com.itmill.toolkit.terminal.web.ApplicationServlet
 
windowScript() - Static method in class com.itmill.toolkit.terminal.web.ThemeFunctionLibrary
Generates the JavaScript for page header that handles window refreshing, opening and closing.

X

X - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 
XSLReader - Class in com.itmill.toolkit.terminal.web
Class implementing XMLReader for the UIDLTransformer.
XSLReader(XMLReader, Collection) - Constructor for class com.itmill.toolkit.terminal.web.XSLReader
 
XSLReader.AttributeMapper - Class in com.itmill.toolkit.terminal.web
 
XSLReader.AttributeMapper(Attributes) - Constructor for class com.itmill.toolkit.terminal.web.XSLReader.AttributeMapper
 
XSLReader.SAXStreamErrorHandler - Class in com.itmill.toolkit.terminal.web
 
XSLReader.XSLStreamLocator - Class in com.itmill.toolkit.terminal.web
 
XSLReader.XSLStreamLocator(String) - Constructor for class com.itmill.toolkit.terminal.web.XSLReader.XSLStreamLocator
 
XSLT_RESIN - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
XSLT_SAXON6 - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
XSLT_SAXON7 - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
XSLT_UNKNOWN - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
XSLT_WEBLOGIC - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
XSLT_XALAN - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 
xsltFactory - Static variable in class com.itmill.toolkit.terminal.web.UIDLTransformer
XSLT factory.
xsltProcessor - Static variable in class com.itmill.toolkit.terminal.web.XSLReader
 

Y

Y - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 

Z

Z - Static variable in interface com.itmill.toolkit.event.ShortcutAction.KeyCode
 

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 Z

Copyright © 2000-2008 IT Mill Ltd. All Rights Reserved.