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.StringBONE_PROPERTY_NAME_CONFIGstatic intBUTTON_EFFECT_FLATstatic intBUTTON_EFFECT_GLOSSYstatic java.lang.StringBUTTON_SCRIPT_CLASSstatic intBUTTON_STYLE_CAPTION_ONLYstatic intBUTTON_STYLE_CUSTOMstatic intBUTTON_STYLE_ICON_LEFTstatic intBUTTON_STYLE_ICON_ONLYstatic intBUTTON_STYLE_ICON_RIGHTstatic intBUTTON_STYLE_ICON_TOPstatic intBUTTON_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 booleanisDocButton(RWObject obj)voidrenderButton(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)
-
-