|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Component.Focusable | |
|---|---|
| com.itmill.toolkit | This package is the base of the IT Mill Toolkit. |
| com.itmill.toolkit.ui | Provides interfaces and classes in the IT Mill Toolkit. |
| Uses of Component.Focusable in com.itmill.toolkit |
|---|
| Methods in com.itmill.toolkit that return Component.Focusable | |
|---|---|
Component.Focusable |
Application.consumeFocus()
Gets and nulls focused component in this window |
| Methods in com.itmill.toolkit with parameters of type Component.Focusable | |
|---|---|
void |
Application.setFocusedComponent(Component.Focusable focusable)
|
| Uses of Component.Focusable in com.itmill.toolkit.ui |
|---|
| Subinterfaces of Component.Focusable in com.itmill.toolkit.ui | |
|---|---|
interface |
Field
|
| Classes in com.itmill.toolkit.ui that implement Component.Focusable | |
|---|---|
class |
AbstractField
Abstract field component for implementing buffered property editors. |
class |
Button
A generic button component. |
class |
DateField
A date editor component that can be bound to any bindable Property. that is compatible with java.util.Date. |
class |
Form
Form component provides easy way of creating and managing sets fields. |
class |
ProgressIndicator
ProgressIndicator is component that shows user state of a
process (like long computing or file upload)
ProgressIndicator has two mainmodes. |
class |
Select
A class representing a selection of items the user has selected in a UI. |
class |
Table
TableComponent is used for representing data or components in
pageable and selectable table. |
class |
TextField
A text editor component that can be bound to any bindable Property. |
class |
Tree
MenuTree component. |
class |
Upload
Component for client file uploading. |
| Methods in com.itmill.toolkit.ui that return Component.Focusable | |
|---|---|
static Component.Focusable |
Window.getFocusableById(long focusableId)
Maps the focusable id back to focusable component. |
Component.Focusable |
Window.getFocusedComponent()
Gets the currently focused component in this window. |
| Methods in com.itmill.toolkit.ui with parameters of type Component.Focusable | |
|---|---|
static long |
Window.getNewFocusableId(Component.Focusable focusable)
Gets an id for focusable component. |
void |
Window.setFocusedComponent(Component.Focusable focusable)
Sets the currently focused component in this window. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||