Class RWLayoutTransform.ButtonHelper
- java.lang.Object
-
- com.microstrategy.web.app.transforms.RWLayoutTransform.ButtonHelper
-
- Enclosing class:
- RWLayoutTransform
public static class RWLayoutTransform.ButtonHelper extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BONE_PROPERTY_NAME_CONFIG
static int
BUTTON_EFFECT_FLAT
static int
BUTTON_EFFECT_GLOSSY
static java.lang.String
BUTTON_SCRIPT_CLASS
static int
BUTTON_STYLE_CAPTION_ONLY
static int
BUTTON_STYLE_CUSTOM
static int
BUTTON_STYLE_ICON_LEFT
static int
BUTTON_STYLE_ICON_ONLY
static int
BUTTON_STYLE_ICON_RIGHT
static int
BUTTON_STYLE_ICON_TOP
static int
BUTTON_STYLE_NOT_BUTTON
-
Constructor Summary
Constructors Constructor Description ButtonHelper(RWObject object, RWLayoutTransform transform)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static boolean
isDocButton(RWObject obj)
void
renderButton(Tag span, java.lang.String contentHtml)
-
-
-
Field Detail
-
BONE_PROPERTY_NAME_CONFIG
public static final java.lang.String BONE_PROPERTY_NAME_CONFIG
- See Also:
- Constant Field Values
-
BUTTON_STYLE_NOT_BUTTON
public static final int BUTTON_STYLE_NOT_BUTTON
- See Also:
- Constant Field Values
-
BUTTON_STYLE_CAPTION_ONLY
public static final int BUTTON_STYLE_CAPTION_ONLY
- See Also:
- Constant Field Values
-
BUTTON_STYLE_ICON_ONLY
public static final int BUTTON_STYLE_ICON_ONLY
- See Also:
- Constant Field Values
-
BUTTON_STYLE_ICON_LEFT
public static final int BUTTON_STYLE_ICON_LEFT
- See Also:
- Constant Field Values
-
BUTTON_STYLE_ICON_RIGHT
public static final int BUTTON_STYLE_ICON_RIGHT
- See Also:
- Constant Field Values
-
BUTTON_STYLE_ICON_TOP
public static final int BUTTON_STYLE_ICON_TOP
- See Also:
- Constant Field Values
-
BUTTON_STYLE_CUSTOM
public static final int BUTTON_STYLE_CUSTOM
- See Also:
- Constant Field Values
-
BUTTON_EFFECT_FLAT
public static final int BUTTON_EFFECT_FLAT
- See Also:
- Constant Field Values
-
BUTTON_EFFECT_GLOSSY
public static final int BUTTON_EFFECT_GLOSSY
- See Also:
- Constant Field Values
-
BUTTON_SCRIPT_CLASS
public static final java.lang.String BUTTON_SCRIPT_CLASS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ButtonHelper
public ButtonHelper(RWObject object, RWLayoutTransform transform)
-
-