javaxt-webcontrols

javaxt.dhtml
Accordion
A custom widget used to create an accordian control
Authentication
Used to perform BASIC HTTP authentication
BarGraph
Used to create a simple bar graph
Button
Custom button control
Calendar
Used to render events for a given month/week/day
Callout
Used to create simple tooltip/popup boxes with an arrow
Carousel
Component used to render two or more panels in a horizonal layout
Checkbox
Form input that can be either checked or unchecked
ComboBox
Form input with a pulldown list of options
DataGrid
Scrollable table with a fixed header
DataStore
Simple data store used to manage records and broadcast updates
DateInput
Form input used to specify a date
DatePicker
Calendar component used select dates
Effects
Used to dynamically apply transition effects to elements
Form
Used to create a container with form inputs
MenuLayout
Layout initially intended for mobile applications
PageLoader
Used to dynamically load html documents
PlayControl
Used to render a slider that can be used a part of a audio or video controller
Slider
Horizontal slide control
Switch
Basic on/off toggle switch
TabPanel
Standard tab control used to show/hide individual panels
Table
Scrollable table with a fixed header
Tree
Used to create a hierarchical tree control with nodes and leaves
WebSocket
Used to communicate with a server using web sockets
Window
Window control that can be used to create dialogs, alerts, etc
javaxt.dhtml.calendar
Day
Used to render a day
Event
Used to represent a calendar event
EventStore
Used to manage an array of events and helps keep all of the calendar views in sync
Month
Used to render a month
Utils
View
Provides an abstract interface that all calendar views must implement
Week
Used to render a week
javaxt.dhtml
utils
Common functions and utilities used by the webcontrols