this is the base widget class, that all widgets are based off of. It provides some basic members and methods
Located in /widgets/BaseWidget.inc (line 24)
Container | --BaseWidget
Class | Description |
---|---|
TabControlWidget | This class is used for creating a tab control panel. |
ActiveTab | This class is used for creating a tab panel of content where the tabs can be switched on the fly w/ JS, thereby eliminating a page turn to see the other tab's content. |
DataList | This object is the base class that can be |
TextNav | This class builds a simple text navigational widget. |
TextCSSNav | This class builds a simple text navigational widget. |
ProgressWidget | This widget will display a progress bar without requiring a page turn to get the updated status from the web server. |
ProgressBoxWidget | This class builds a nice box that contains a title a ProgressWidget and some description text for each progress percentage. |
ImageThumbnailWidget | This widget creates a N by x visual table of thumbnails. |
ButtonPanel | This class defines a bottom button panel for a dialog box window It is a BaseWidget child with a specific css style class and border This row is separated by vertical top line |
NavTable | This builds a navigational table widget that has a title, any # of subtitles and then navigational links. |
TabWidget | This class implements the Qualys Tab object. |
TabList | This class implements a set of multiple tabs holding data objects |
RoundTitleTable | This builds a table widget that has a nice rounded title, a subtitle area and any amount of data. |
CSSContainer | This class is a container for CSSBuilder objects. It is meant to make the theming of many CSSBuilder objects easy to manage. |
DialogWidget | This is a base class for building generic Dialogs with messages and buttons. |
SVGGraph | This is the base Graph class for doing SVG graphs |
ErrorBoxWidget | This class is for displaying a standardized look and feel for an 'error' display. |
TreeNav | This class tries to build a tree navigational widget. |
InfoTable | This is a widget class that can build and render data in a nicely formated table with a title, column headers and data |
FooterNav | Use this class to render footer navigation that is displayed at the bottom of a page. |
VerticalCSSNavTable | This class builds a nice table that conains clickable cells. |
CalendarTable | This is a widget class that can build and render calendar data in a nicely formated table. |
This gets the alignment value for the outer table
This function provides the mechanism to build and return the css needed by this widget
Function for returning the raw javascript that is required for this widget.
Function for accessing the title of this widget
Function for getting the current widget width setting.
This function sets the align attribute for the outer table.
This function is used to set the image path prefix.
Set the title for the widget.
this is just a generic title string that can be used however the child class wants to use it.
Set the width for the widget.
this is meant to be the overall width expected to be used to control the generated html.
Inherited From Container
Container::Container()
Container::add()
Container::add_reference()
Container::count_content()
Container::get_element()
Container::get_indent_flag()
Container::push()
Container::push_reference()
Container::render()
Container::reset_content()
Container::set_collapse()
Container::set_indent_flag()
Documentation generated on Fri, 28 Jan 2011 08:52:49 -0500 by phpDocumentor 1.4.3