Package | Description |
---|---|
org.finra.jtaf.ewd.widget | |
org.finra.jtaf.ewd.widget.element | |
org.finra.jtaf.ewd.widget.element.html |
Modifier and Type | Interface and Description |
---|---|
interface |
IButton
This is the interface to be used for Button widgets
|
interface |
ICalendar
This is the interface for Calendar widgets
|
interface |
ICheckBox
This is the interface for CheckBox widgets
|
interface |
IDropDown
This is the interface for the DropDown (Select) widget
|
interface |
IEditableElement
This is the base interface for all editable elements
|
interface |
IHyperLink
This is the interface for HyperLink elements
|
interface |
IImage
This is the interface for the Image widget
|
interface |
IInteractiveElement
Base interface for all elements that user can interact with (click, type,
check, etc)
|
interface |
IInteractiveTable
The interface for the Table widget which is selectable
|
interface |
IRadioGroup
This is the interface for the Radio button widget
|
interface |
ISelectList
The interface for the Select list widget
|
interface |
ITable
This is the interface for the Table widget
|
interface |
ITextField
The interface for the input text field widget
|
Modifier and Type | Class and Description |
---|---|
class |
InteractiveElement
Element which is interactable on screen
|
Modifier and Type | Class and Description |
---|---|
class |
Button
Button widget implementation.
|
class |
CheckBox
CheckBox widget implementation for checkbox elements
|
class |
DropDown |
class |
HyperLink
HTML Anchor link element
|
class |
Image
Image widget implementation for an image element, using src
|
class |
Input
HTML Text Input element
|
class |
RadioGroup
HTML Radio Input element
|
class |
Select
HTML Select element
|
class |
Table
HTML Table element
|
Copyright © 2018. All rights reserved.