java.lang.Object | ||
↳ | com.microstrategy.web.transform.AbstractTransform | |
↳ | com.microstrategy.web.app.transforms.MobileChunkedGraphDataTransform |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | FP_HEIGHT | ||||||||||
String | FP_IMAGE_TYPE | ||||||||||
String | FP_WIDTH |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
public final FormalParameter | _height | ||||||||||
public final FormalParameter | _imgType | ||||||||||
public final FormalParameter | _width |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
MobileChunkedGraphDataTransform() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | getDescription() | ||||||||||
Class | getSupportedBeanType() | ||||||||||
boolean |
supports(Transformable data)
Returns true if the transform supports the specified data object.
| ||||||||||
void | transform(Transformable data, MarkupOutput out) |
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean | isInvalidPageByError() | ||||||||||
boolean | isNoDataError() | ||||||||||
boolean | isNoTypesAvailableError() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns true if the transform supports the specified data object. The check is performed only on the object's type, no object state is taken into account.
data | a transformable object |
---|