java.lang.Object |
↳ |
com.microstrategy.web.app.utils.GridWidgetList |
Class Overview
Represents a list of widgets to be displayed on the widgets menu.
Each menu item can be a widget from widget.xml, a visualizations from visualizations.xml or both.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Constants
public
static
final
int
TYPE_ALL
Constant Value:
1
(0x00000001)
public
static
final
int
TYPE_DHTML_VISUALIZATION
Constant Value:
3
(0x00000003)
public
static
final
int
TYPE_FLASH_WIDGET
Constant Value:
2
(0x00000002)
public
static
final
int
TYPE_MOBILE_VISUALIZATION
Constant Value:
4
(0x00000004)
Public Constructors
Public Methods