Namespace: widget

parasql.widget

This namespace contains the collection of UI objects that form the core of your application. All widgets descend from the parasql.widget.AbstractWidget class. The abstract class parasql.widget.DataWidget is the superclass of the parasql.widget.RecordWidget, parasql.widget.ReportWidget, and parasql.widget.ChartWidget classes. You can get at the underlying DataTable of a DataWidget by calling parasql.widget.DataWidget#getDataTable.

Classes

AbstractWidget
BlobField
ButtonWidget
ChartWidget
ContainerWidget
DataWidget
FieldWidget
FileUploadField
HTMLFieldWidget
HTMLWidget
ImageUploadField
MasterLayout
MenuWidget
ModalContainer
NotesFieldWidget
RecordWidget
ReportWidget
SignatureField
TabsWidget
TextFieldWidget

Namespaces

util