java.lang.Object | |
↳ | com.microstrategy.web.app.transforms.WidgetTransformHelper |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WidgetTransformHelper() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Block | getChildWidget(WebBean bean, String styleName, String[] paramNames, Object[] paramValues) | ||||||||||
static Block | getChildWidget(WebBean bean, String styleName) | ||||||||||
static Block |
getChildWidget(WebBean bean, String styleName, FormalParameter[] parentFPs)
Creates a widget by transforming the specified bean with the specified style name.
| ||||||||||
static String |
getCssName(WebObjectInfo object, WebComponent comp, boolean checkProject)
Utility method that helps giving the CSS class to use based on the the object type of the
WebObjectInfo instance. | ||||||||||
static String | getDisplayName(WebObjectInfo object, WebComponent comp) |
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
|
Creates a widget by transforming the specified bean with the specified style name.
bean | The bean to be transformed. |
---|---|
styleName | The style to be used to transform the bean. |
null
if tranform failed.
Utility method that helps giving the CSS class to use based on the the object type of the WebObjectInfo
instance.
object | The WebObjectInfo for which it's image name is required. |
---|
String
with the name of the CSS class that should be associated with the
WebObjectInfo
information to display. If
the type specified does not match the predefined list of styles, then it returns an empty string.