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 &, 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() . | |
IlsSwTableGadget (IlvDisplay *, const IlvRect &) | |
This constructor allows you to create a table gadget from the display and the rectangle. | |
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. | |
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.
IlsSwHRefGadget
, IliTableGadget
(Rogue Wave Views/Data Access documentation). © Copyright 2018, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.