IlsSwTableGadget
 
IlsSwTableGadget
Category 
Dynamic view-related class (Rogue Wave Views integration)
Inheritance Path 
IliTableGadget
IlsSwTableGadget
Description 
This class defines the basic table gadgets that are created by the Rogue Wave Server/Rogue Wave Views component. 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.
Library 
<mvsw>
Header File 
#include <ilmvsw/tablegad.h>
Synopsis 
class IlsSwTableGadget
{
public
IlsSwTableGadget(IlvDisplay*,const IlvRect&,IliTableGadget&);
IlsSwTableGadget(IlvDisplay*, const IlvRect&);
 
virtual void cloneTableGadget(IliTableGadget&);
 
static IlvBoolean GetDefaultUseDragDropInteractor();
static void SetDefaultUseDragDropInteractor(IlvBoolean);
IlvBoolean getUseDragDropInteractor();
virtual void setUseDragDropInteractor(IlvBoolean);
};
Constructors 
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 documented later.
IlsSwTableGadget(IlvDisplay*, const IlvRect&);
This constructor allows you to create a table gadget from the display and the rectangle.
Member Functions 
[virtual] void cloneTableGadget(IliTableGadget&);
This virtual member function copies the table gadget properties from the table gadget parameter.
[static] IlvBoolean GetDefaultUseDragDropInteractor();
This static member function returns IlvTrue if all table gadgets are using the default object interactor.
[static] void SetDefaultUseDragDropInteractor(IlvBoolean);
This static member function controls whether the default object interactor is used on all table gadgets.
IlvBoolean getUseDragDropInteractor();
This member function returns IlvTrue if the table gadget instance is using the default object interactor.
[virtual] void setUseDragDropInteractor(IlvBoolean);
This virtual member function controls whether the default object interactor is used for the table gadget instance.
See Also 
IlsSwHRefGadget, IliTableGadget (Rogue Wave Views/Data Access documentation)

Version 5.8
Copyright © 2014, Rogue Wave Software, Inc. All Rights Reserved.