java.lang.Object |
↳ |
com.microstrategy.web.app.utils.GridWidget |
Class Overview
Represents a Widget that can be applied to a grid in a report services document.
This 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_ANDROID
Constant Value:
8
(0x00000008)
public
static
final
int
TYPE_ANDROID_TABLET
Constant Value:
16
(0x00000010)
public
static
final
int
TYPE_DTHML
Constant Value:
2
(0x00000002)
public
static
final
int
TYPE_FLASH
Constant Value:
1
(0x00000001)
public
static
final
int
TYPE_IPAD
Constant Value:
4
(0x00000004)
public
static
final
int
TYPE_IPHONE
Constant Value:
4
(0x00000004)
Fields
public
String
propsEditor
Public Constructors
public
GridWidget
(String id, AppContext appContext)
Public Methods