Server
API Reference Guide
Product Documentation:

Visualization Server
Documentation Home
List of all members | Public Member Functions | Static Public Member Functions
IlsSwTableGadget Class Reference

This class defines the basic table gadgets that are created by the Rogue Wave Server/Rogue Wave Views component. More...

#include <ilmvsw/tablegad.h>

Inherits IliTableGadget.

Public Member Functions

 IlsSwTableGadget (IlvDisplay *, const IlvRect &)
 This constructor allows you to create a table gadget from the display and the rectangle.
 
 IlsSwTableGadget (IlvDisplay *, const IlvRect &, IliTableGadget &)
 This constructor allows you to create a table gadget from the display and the rectangle, and to copy the table gadget properties from the table gadget parameter by using the member function cloneTableGadget().
 
virtual void cloneTableGadget (IliTableGadget &)
 Copies the table gadget properties from the table gadget parameter.
 
IlvBoolean getUseDragDropInteractor ()
 Returns IlvTrue if the table gadget instance is using the default object interactor.
 
virtual void setUseDragDropInteractor (IlvBoolean)
 Controls whether the default object interactor is used for the table gadget instance.
 

Static Public Member Functions

static IlvBoolean GetDefaultUseDragDropInteractor ()
 Returns IlvTrue if all table gadgets are using the default object interactor.
 
static void SetDefaultUseDragDropInteractor (IlvBoolean b)
 Controls whether the default object interactor is used on all table gadgets.
 

Detailed Description

This class defines the basic table gadgets that are created by the Rogue Wave Server/Rogue Wave Views component.

Library: mvsw

An IlsSwTableGadget object is an instance of the parent class IliTableGadget that allows you to perform specific actions, such as hyper-references or dereferencing, or to drag and drop rows.

See also
IlsSwHRefGadget, IliTableGadget (Rogue Wave Views/Data Access documentation).