Main Page | Packages | Class Tree | Index | Help

Package xp.controls


Class Summary

xp.controls.BoxBase class for all Boxs.

xp.controls.ButtonStandard Graphic Button


xp.controls.ButtonEditA control with a TextField and a single right aligned button


xp.controls.ButtonEditorBase class for controls which have a TextField and Button(s) controls


xp.controls.ButtonListButtonList


xp.controls.CanvasAn items container which arranges its items based on there x/y left/top properties.

xp.controls.CheckBoxCheckBox
trueValue and falseValue properties determin the value returned by getValue when the control is checked or not



xp.controls.CheckBoxListCheckBoxList
Represents a list control that encapsulates a group of checkbox controls.


xp.controls.CollapsiblePanelOutlookBar/Accordion type component


xp.controls.ColumnHeaderColumn headers identify columns in grid views


xp.controls.ComboBoxAllows users to select one option from a scrolling list of choices. This component can have an selectable text field at the top of the list that allows users to search the list


xp.controls.CommonDialogsCommon application dialogs

xp.controls.ContainerBase class for all component containers


xp.controls.ControlBarA container for controls arranged in a horizontal bar

xp.controls.CountDownTimerCountDownTimer


xp.controls.DataGridAllows users to display and manipulate multiple columns of data.


xp.controls.DateField/** An nonselectable text field with a drop down arrow. When a user clicks inside the component’s bounding box, a DateChooser component is displayed.

xp.controls.DateSelectorAllows users to select one or more dates from a calendar


xp.controls.DBNavigatorA control with a TextField and a single right aligned button


xp.controls.DockPanelA container that lays out its child control according to there dock properties

xp.controls.FormForm
A Form is a representation of the contents of any window displayed in your application


xp.controls.FormItemA container that holds a Label and related input controls


xp.controls.FrameA content control that hold a single piece of content.

xp.controls.FramesetA container of a set of Frame controls in a similar pattern to common application User Interfaces


xp.controls.HBoxAn items container which arranges its items in a horizontal orientation.

xp.controls.HTMLTextA HTML only TextField display


xp.controls.HyperlinkHyperlink


xp.controls.Icon

xp.controls.IconButtonStandard Graphic Button


xp.controls.ImageBoxA content loader and container specifically for images.

xp.controls.InputFormContainer for FormItem


xp.controls.ItemPanelA container that hold a single cell and updates itself to reflect selected or highlighted states

xp.controls.LabelA non-editable, single or multi line text field.

xp.controls.ListBoxAllows users to select one or more options from a scrolling list.


xp.controls.ListItemsControlDisplay a list of items on behalf of a hosting control


xp.controls.MaskedDateEditThe MaskedDateEdit Control is an TextInput control that contains a mask in the text field of the control.


xp.controls.MaskedEditThe MaskedEdit Control is an TextInput control that contains a mask in the text field of the control.


xp.controls.MDControllerMDController
Displays and manages multiple forms


xp.controls.MenuMenu
A container of MenuItems arranged either vertically or horizontally


xp.controls.MenuBarMenuBar
The MenuBar component lets you create a horizontal or vertical menu bar with pop-up menus and commands, just like the menu bars that contain File and Edit menus in common software applications.
The MenuBar component complements the Menu component by providing a clickable interface to show and hide menus that behave as a group for mouse and keyboard interactivity.

The MenuBar component lets you create an application menu in a few steps.
To build a menu bar, you can either assign an XML data source to the menu bar that describes a series of menus, or use the MenuBar.addMenu() method to add menu instances one at a time.
Events:
select xp.events.MenuSelectEvent
activate xp.events.MenuActivateEvent



xp.controls.MenuItemA Menu item


xp.controls.MenuPanelOutlookBar type component with menus embedded in the panel content

Events:
select xp.events.MenuSelectEvent



xp.controls.MessageBoxMessageBox
A modal dialog that display a message and an icon


xp.controls.ModalAboutModalAbout
A modal dialog that display information about the application


xp.controls.ModalLoaderModalLoader
A modal dialog that display information about the application


xp.controls.ModalWaitModalWait
A modal dialog that display a spinner


xp.controls.NumericSpinnerNumericSpinner


xp.controls.PanelPanel
Base class for all panels. Panels are containers that are not focusable or tabEnabled unlike a Form. A Panel cannot be "shown" or "hidden" unlike a Form. A Panel can be selected. A Panel could contain focusable content. Panels are used to hold content in ListBox, DataTable, ComboBox, TreeView controls


xp.controls.PanelBevelledStandard Bevelled Panel


xp.controls.PanelGradientDraws Bevelled Panel witha gradient fill


xp.controls.PanelGraphicBorderElement
Author:Rob Edgar
Version:1.0.0.000
Copyright:ProWin Computers Ltd 2003-2005


xp.controls.PanelGridGrid arrangement of Panels


xp.controls.PanelRoundDraws panels or bevels that have rounded corners

xp.controls.ProgressBarProgressBar


xp.controls.PromptBoxPromptBox
A modal dialog that display information about the application


xp.controls.RadioButtonRadioButton


xp.controls.RadioButtonListRadioButtonList
Represents a list control that encapsulates a group of radio button controls.


xp.controls.RowEditorRow editor for DataTable


xp.controls.RowHeaderPanelRowHeaderPanel
A container that lays out children component in a horizontal row according to a set of column widths, and updates itself to reflect selected or highlighted states and can draw a grid cell around each child


xp.controls.RowPanelA container that lays out cells in a horizontal row as specifed by an array of columns

xp.controls.RuleRule
Similar to an HTML HR tag displays a line or separator vertically or horizontally dependent on the dimensions


xp.controls.ScrollBarScrollBar
A standard scrollbar that can be orientated verticaly or horizontaly.


xp.controls.ScrollFrameA content control that contains a single piece of scrollable content.


xp.controls.ScrollPanelA content control that contains a single piece of scrollable content.


xp.controls.ScrollSelectListA host for a list based scrollable items control


xp.controls.ScrollSelectViewScrollSelectView


xp.controls.ScrollTargetScrollTarget
A proxy that implements the IScrollTarget interface.


xp.controls.ScrollViewA body control that contains a single piece of scrollable body.


xp.controls.SeparatorA form separator with title
Similar to an HTML HR tag displays a line or separator horizontally with a label


xp.controls.SlideA content loader and container specifically for slides.

xp.controls.SpacerBase class for all component containers


xp.controls.SpinnerBaseBase class for all spinner controls


xp.controls.TabBaseTabs and Panels content type component.


xp.controls.TabPanelTabPanel


xp.controls.TextAreaTextArea


xp.controls.TextBaseBase class for components that wrap a text field

xp.controls.TextInputText Input Box
Standard Text Input control Optionaly an icon can be displayed left or right aligned
Icon type is one of none, error, info, ask, warn, req, ok
We dont support an "enter" event - instead set CLICK_ON_ENTER to true and use "click"
Event summary for the TextInput class
The following table lists events of the TextInput class.


EventTypeDescription
xp.events.EventchangeBroadcast when the text property changes.
xp.events.ValueChangedEventvalueChangedBroadcast when the value of the control changes.



xp.controls.TimerTimer


xp.controls.TitleBarA window titlebar


xp.controls.ToolBarClockToolBarClock
A simple ToolBar digital clock.


xp.controls.TreeItemsControlAn ItemsControl representing a heirarchical list of nodes


xp.controls.TreePanelA row in a heirarchical tree structure.

xp.controls.TreeViewAllows a user to manipulate hierarchical information.

xp.controls.VBoxAn items container which arranges its items in a vertical orientation.

xp.controls.WindowWindow
A window consists of a titlebar, statusbar and a body (which holds the content)
The body content can be acessed via the content property. A window may containe only a single piece of content



Generated on 10/30/2005 9:34:02 PM by AS2Doc