| Class Summary | |
|---|---|
| Swat | Container for package wide static methods. |
| SwatAbstractMenu | Abstract base class for menus in Swat. |
| SwatActionItem | A single entry in a SwatActions widget. |
| SwatActionItemDivider | A divider entry in a SwatActions widget. |
| SwatActions | Actions widget. |
| SwatAutoloader | Automatically requires PHP files for undefined classes. |
| SwatAutoloaderRule | A class autoloader rule. |
| SwatBooleanCellRenderer | A cell renderer for a boolean value. |
| SwatButton | A button widget. |
| SwatByteCellRenderer | A cell renderer for rendering base-2 units of information. |
| SwatCalendar | Pop-up calendar widget. |
| SwatCascadeFlydown | A cascading flydown (aka combo-box) selection widget. |
| SwatCellRenderer | Object for rendering a single cell. |
| SwatCellRendererContainer | Abstract base class for objects which contain cell renderers. |
| SwatCellRendererMapping | A mapping of a data field to property of a cell renderer. |
| SwatCellRendererSet | A collection of cell renderers with associated datafield-property mappings. |
| SwatChangeOrder | An element ordering widget. |
| SwatCheckAll | A "check all" JavaScript powered checkbox. |
| SwatCheckbox | A checkbox entry widget. |
| SwatCheckboxCellRenderer | A view selector cell renderer displayed as a checkbox. |
| SwatCheckboxEntryList | A checkbox list widget with entries per option. |
| SwatCheckboxList | A checkbox list widget. |
| SwatCheckboxTree | A checkbox array widget formatted into a tree. |
| SwatClassNotFoundException | Thrown when a class is not found. |
| SwatColorEntry | A color selector widget with palette. |
| SwatCommentHtmlHeadEntry | Stores and outputs an HTML head entry for an XML comment. |
| SwatConfirmEmailEntry | An email address confirmation entry widget. |
| SwatConfirmPasswordEntry | A password confirmation entry widget. |
| SwatConfirmationButton | A button widget with a javascript confirmation dialog. |
| SwatContainer | Swat container widget. |
| SwatContentBlock | A block of content in the widget tree. |
| SwatControl | Abstract base class for control widgets (non-container). |
| SwatCrossSiteRequestForgeryException | Thrown by SwatForm when a possible cross-site request forgery is detected. |
| SwatDataTreeNode | A tree node containing a value and a title. |
| SwatDate | Date Tools. |
| SwatDateCellRenderer | A text renderer. |
| SwatDateEntry | A date entry widget. |
| SwatDetailsStore | A data structure that can be used with the SwatDetailsView. |
| SwatDetailsView | A widget to display field-value pairs. |
| SwatDetailsViewField | A visible field in a SwatDetailsView. |
| SwatDetailsViewVerticalField | A visible field in a SwatDetailsView that has its label displayed above its content. |
| SwatDisclosure | A container to show and hide child widgets. |
| SwatDisplayableContainer | Base class for containers that display an XHTML element. |
| SwatDoesNotImplementException | Thrown when an object does not implement a required interface. |
| SwatDuplicateIdException | Thrown when the ids of two objects collide. |
| SwatEmailEntry | An email entry widget. |
| SwatEntry | A single line text entry widget. |
| SwatError | An error in Swat. |
| SwatErrorDisplayer | Abstract base class for displaying SwatError objects. |
| SwatErrorLogger | Abstract base class for logging SwatError objects. |
| SwatExceptionDisplayer | Abstract base class for displaying SwatException objects. |
| SwatExceptionLogger | Abstract base class for logging SwatException objects. |
| SwatExpandableCheckboxTree | A checkbox array widget formatted into a tree where each branch can be expanded. |
| SwatFieldset | Fieldset tag container. |
| SwatFileEntry | A file upload widget. |
| SwatFileNotFoundException | Thrown when a file is not found. |
| SwatFloatEntry | A float entry widget. |
| SwatFlydown | A flydown (aka combo-box) selection widget. |
| SwatFlydownBlankOption | A class representing a blank option in a flydown. |
| SwatFlydownDivider | A class representing a divider in a flydown. |
| SwatFooterFormField | A container to use around control widgets in a form. |
| SwatForm | A form widget which can contain other widgets. |
| SwatFormField | A container to use around control widgets in a form. |
| SwatFrame | A container with a decorative frame and optional title. |
| SwatFrameDisclosure | A frame-like container to show and hide child widgets. |
| SwatGroupedFlydown | A tree flydown input control that displays flydown options in optgroups. |
| SwatGroupedMenu | A menu control where menu items are grouped together. |
| SwatGroupingFormField | A grouping form field. |
| SwatHeaderFormField | A container to use around control widgets in a form. |
| SwatHtmlHeadEntry | Stores and outputs an HTML head entry. |
| SwatHtmlHeadEntrySet | A collection of HTML head entries. |
| SwatHtmlTag | Stores and outputs an HTML tag. |
| SwatImageButton | An image button widget. |
| SwatImageCellRenderer | An image renderer. |
| SwatImageCropper | An image cropping widget. |
| SwatImageDisplay | Image display control. |
| SwatImageLinkCellRenderer | A renderer that displays a hyperlinked image. |
| SwatImagePreviewDisplay | Image display control. |
| SwatInputCell | A cell container that contains a widget and is bound to a SwatTableViewInputRow object. |
| SwatInputControl | Base class for controls that accept user input on forms. |
| SwatIntegerEntry | An integer entry widget. |
| SwatIntegerOverflowException | Thrown when a integer causes an arithmetic/buffer overflow. |
| SwatInvalidCallbackException | Thrown when a users tries to set a callback to a value that is not a callback. |
| SwatInvalidClassException | Thrown when an object is of the wrong class. |
| SwatInvalidConstantExpressionException | Thrown when an invalid constant expression is used. |
| SwatInvalidPropertyException | Thrown when an invalid property of an object is accessed. |
| SwatInvalidPropertyTypeException | Thrown when an invalid property type is used. |
| SwatInvalidSerializedDataException | Thrown when a serialized value is poisioned (does not match salted value). |
| SwatInvalidSwatMLException | An exception in Swat. |
| SwatInvalidTypeException | Thrown when a value is of the wrong type. |
| SwatJavaScriptHtmlHeadEntry | Stores and outputs an HTML head entry for a JavaScript include. |
| SwatLinkCellRenderer | A link cell renderer. |
| SwatLinkHtmlHeadEntry | Stores and outputs an HTML head entry for an XHTML link element. |
| SwatListEntry | An input control for entering a delimited list of data. |
| SwatMenu | A basic menu control. |
| SwatMenuBar | A menu bar control. |
| SwatMenuGroup | A group of menu items. |
| SwatMenuItem | An item in a menu. |
| SwatMessage | A data class to store a message. |
| SwatMessageDisplay | A control to display SwatMessage objects. |
| SwatMoneyCellRenderer | A currency cell renderer. |
| SwatMoneyEntry | A money entry widget. |
| SwatNavBar | Visible navigation tool (breadcrumb trail). |
| SwatNavBarEntry | Entry for the navbar navigation tool. |
| SwatNoteBook | Notebook widget for containing SwatNoteBook pages. |
| SwatNoteBookPage | A page in a SwatNoteBook. |
| SwatNullTextCellRenderer | A cell renderer that displays a message if it is asked to display null text. |
| SwatNumber | Number tools. |
| SwatNumericCellRenderer | A numeric cell renderer. |
| SwatNumericEntry | Base class for numeric entry widgets. |
| SwatObject | The base object type. |
| SwatObjectNotFoundException | Thrown when a object is not found. |
| SwatOption | A simple class for storing options used in various Swat controls. |
| SwatOptionControl | A base class for controls using a set of options. |
| SwatPagination | A widget to allow navigation between paged data. |
| SwatPasswordEntry | A password entry widget. |
| SwatPercentageCellRenderer | A percentage cell renderer. |
| SwatPercentageEntry | A percentage entry widget. |
| SwatProgressBar | Progress bar. |
| SwatRadioButtonCellRenderer | A view selector cell renderer displayed as a radio button. |
| SwatRadioList | A radio list selection widget. |
| SwatRadioTable | Special radio-list that can display multi-line list items using a tabular format. |
| SwatRating | A control for recording a rating out of four values. |
| SwatReCaptcha | A widget used to display and validate reCAPTCHA's. |
| SwatRemoveInputCell | An input cell containing a "remove row" link. |
| SwatReplicableContainer | A container that replicates itself and its children. |
| SwatReplicableDisclosure | A disclosure that replicates its children. |
| SwatReplicableFieldset | A fieldset container that replicates itself and its children. |
| SwatReplicableFormField | A form field container that replicates its children. |
| SwatReplicableFrame | A frame that replicates its children. |
| SwatReplicableNoteBookChild | A container that replicates itself and its children as pages of a notebook. |
| SwatReplicableNoteBookPage | A container that replicates itself and its children as pages of a notebook. |
| SwatReplicatorFieldset | A fieldset container that replicates itself and its children. |
| SwatReplicatorFormField | A form field container that replicates its children. |
| SwatSearchEntry | A single line search entry widget. |
| SwatSelectList | List of selectable options. |
| SwatSimpleColorEntry | Simple color selector widget. |
| SwatString | String Tools. |
| SwatStyleSheetHtmlHeadEntry | Stores and outputs an HTML head entry for a stylesheet include. |
| SwatTableStore | A data structure that can be used with the SwatTableView. |
| SwatTableView | A widget to display data in a tabular form. |
| SwatTableViewCheckAllRow | A an extra row containing a check-all widget. |
| SwatTableViewCheckboxColumn | A special table-view column designed to contain a checkbox cell renderer. |
| SwatTableViewColumn | A visible column in a SwatTableView. |
| SwatTableViewGroup | A visible grouping of rows in a table view. |
| SwatTableViewInputRow | A table-view row that allows the user to enter data. |
| SwatTableViewOrderableColumn | An orderable table view column. |
| SwatTableViewRow | Base class for a extra row displayed at the bottom of a table view. |
| SwatTableViewSpanningColumn | This is a table view column that gets its own row. |
| SwatTableViewWidgetRow | A table view row with an optional contained widget. |
| SwatTextCellRenderer | A text cell renderer. |
| SwatTextarea | A multi-line text entry widget. |
| SwatTextareaEditor | A wysiwyg text entry widget. |
| SwatTile | A tile in a SwatTileView. |
| SwatTileView | A tile view widget for containing a SwatTile tile. |
| SwatTileViewGroup | A visible grouping of tiles in a tile view. |
| SwatTimeEntry | A time entry widget. |
| SwatTimeZoneEntry | A time-zone selection widget. |
| SwatToolLink | A a tool link in the widget tree. |
| SwatToolbar | A toolbar container for a group of related SwatToolLink objects. |
| SwatTreeFlydown | A flydown (aka combo-box) selection widget that displays a tree of flydown options. |
| SwatTreeFlydownNode | A tree node for a flydown. |
| SwatTreeNode | A simple class for building a tree structure. |
| SwatUI | Generates a Swat widget tree from an XML UI file. |
| SwatUIObject | A base class for Swat user-interface elements. |
| SwatUndefinedConstantException | Thrown when a constant is used that is not defined. |
| SwatUndefinedMessageTypeException | Thrown when a message type is used that is not defined. |
| SwatUndefinedStockTypeException | Thrown when a stock type is used that is not defined. |
| SwatView | An abstract class from which to derive recordset views. |
| SwatViewSelection | A selection on a view. |
| SwatWidget | Base class for all widgets. |
| SwatWidgetCellRenderer | |
| SwatWidgetNotFoundException | Thrown when a widget is not found. |
| SwatXHTMLTextarea | A text area that validates its content as an XHTML fragment against the XHTML Strict DTD. |
| SwatYUI | Object for building Swat HTML head entry dependencies for Yahoo UI Library components. |
| SwatYUIComponent | A component in the Yahoo UI Library. |
| SwatYesNoFlydown | A flydown (aka combo-box) selection widget for a Yes/No option. |
| Interface Summary | |
|---|---|
| SwatNoteBookChild | A child of a SwatNoteBook. |
| SwatReplicable | A Swat container that can replicate its contents. |
| SwatState | Interface for controls that can store and restore their state. |
| SwatTableModel | The data model for a SwatTableView. |
| SwatTitleable | Objects that are titleable have a title that may be gotten. |
| SwatUIParent | Interface for widgets that are parents for other widgets. |
| SwatViewSelector | Interface for view selectors. |
| Exception Summary | |
|---|---|
| SwatException | An exception in Swat. |
| Function Summary | |
|---|---|
| dgettext | Dummy translation function performs a passthrough on string to be translated. |
| dngettext | Dummy translation function performs a passthrough on string to be translated. |