Version

Infragistics.WebUI.WebSchedule.UltraWebToolbar Namespace

Classes
 ClassDescription
ClassButtonEvent Event arguments received when notified of button click events.
ClassButtonImageUrls Contains common image properties for UltraWebToolbar buttons.
ClassCheckItems Implementation class used to store buttons belonging to a TBButtonGroup.
ClassClientSideEvents Because of the stateless nature of web connections, and the typical delays involved in returning information from the server, UltraWebToolbar implements both client-side events and server-side events. You can choose whether you would like to respond to client-side events, which must be implemented through JavaScript. The ClientSideEvent object maintains a list of event handlers that are implemented on the client and called in response to events as they occur in the browser. Each event is a string that represents JavaScript function name. The named function must be implemented by the developer in JavaScript code. There are two obligatory parameters passed to every event function handler: Toolbar object and Item object. There may also be some additional parameters. Look at the events description for details.
ClassDesignTimeHtmlProvider Supports the design-time appearance of UltraWebToolbar.
ClassEventFactory Base class for all UltraWebToolbar Event Factories.
ClassGroupButtonEvent Event arguments received when notified of button click events from group buttons.
ClassImageUrls Contains common image properties.
ClassItems Primary collection of Toolbar items belonging to the UltraWebToolbar element.
ClassKeyedObjectBase Abstract base class which implements IKeyedSubObject for sub objects that will be part of a keyed collection (where each item can be accessed either through a zero based index or a string key)
ClassKeyedObjectCollectionBase Abstract base class for keyed collections
ClassLocationChangedEvent Event arguments notifying server-side logic of a change of screen position on the client-side.
ClassMySubObjectBuilder This class supports the Infragistics control infrastructure and is not intended for use by applications.
ClassRenderProps Encapsulates the majority of rendering attributes for the UltraWebToolbar element.
ClassRenderUpLevelToolBar Offers an implementation of ToolBarRendererBase specialized for uplevel browsers.
ClassStyle Class implementing CSS style attributes and functionality for the UltraWebToolbar element.
ClassTBarButton The TBarButton object is the mos common type of item used in the toolbar. It renders like a button that the user can press to invoke a command. The TBarButton behaves much like an HTML button, but gives you the ability to include images, keep state, and customize borders.
ClassTBButtonGroup Button groups represent several TBarButton items with a mutually exclusive selection state. No more than one button within the group is selected at any time.
ClassTBCustom This class encapsulates Web controls, so that they can be placed inside of the UltraWebToolbar element.
ClassTBFocusable The base class for all Toolbar objects that are interactive and can receive focus.
ClassTBLabel The TBLabel is a static text or image object that can be rendered within the UltraWebToolbar.
ClassTBObject Abstract base class for all Toolbar items, except TBCustom.
ClassTBSeparator Separators provide visual separation between horizontally-arranged items within the UltraWebToolbar element.
ClassTBTextBox The text-entry field toolbar item.
ClassToolBarRendererBase An abstract base class for the UltraWebToolbar's renderer.
ClassUltraWebToolbar UltraWebToolbar server control that represents the horizontal button and accessories bar model within ASP.NET web applications.
ClassVisibleChangingEvent Event arguments notifying subscribers of a server-side change in the Visible property of a TBarButton. Subscribers may cancel the change in property value.
Interfaces
 InterfaceDescription
InterfaceIButtonFactory Factory interface that creates ITBarButton implementations and supports pluggable factory methods.
InterfaceIButtonFactoryPlugIn Factory interface that creates ITBarButton implementations.
InterfaceIKeyedObject Interface used by sub objects that will be part of a keyed collection (where each item can be accessed either through a zero based index or a string key)
InterfaceIRenderExtraButtonProps Interface marking a subclassed TBarButton that renders additional properties to client-side script.
InterfaceIStatefulDictionary Contractual obligations of stateful dictionaries that act as proxies for the state retained by Toolbar items, before and after their inclusion into a Collection that is attached to the UltraWebToolbar element.
InterfaceITBarButton Interface describing a TBarButton object.
InterfaceIToolbarContainer This interface supports the UltraWebToolbar infrastructure and is not intended to be implemented by application code.
Delegates
 DelegateDescription
DelegateUltraWebToolbar.ButtonClickedEventHandler Event handler signature for the ButtonClicked event.
DelegateUltraWebToolbar.GroupButtonClickedEventHandler Event handler signature for the GroupButtonClicked event.
DelegateUltraWebToolbar.LocationChangedEventHandler Event handler signature for the LocationChanged event.
DelegateUltraWebToolbar.VisibleChangingEventHandler Event handler signature for the VisibleChanging event.
Enumerations
 EnumerationDescription
EnumerationBrowserTarget Determines the sophistication of HTML that should be rendered.
EnumerationTargetUrlTriggerMode List of transitions toggle buttons undergo, used by Web applications to customize when TargetUrl navigation happens.
EnumerationTextAlign Enumeration of the alignment styles supported for text within a Toolbar item.
See Also