Class ObjectSiblingsTransform

  • All Implemented Interfaces:
    AppTransform, Transform

    public class ObjectSiblingsTransform
    extends AbstractAppTransform
    This transforms renders a list of siblings of a WebObject. It supports all ObjectBeans.
    To do this, it just retrieves the parentFolderBean of the ObjectBean and transforms it applying the style defined in the "folderStyle" FormalParamter.
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Detail

      • folderBeanStyle

        public FormalParameter folderBeanStyle
        Indicates the name of the style to use for rendering the sibling information of the object.
        The name of the style specified on this formal parameter has to be a valid style transform defined on the Style Catalog. The default value is FolderStyleBullet.
      • selectedName

        public FormalParameter selectedName
        Indicates the name of the formal parameter to use on the style specified for indicating where to set the current selected object if this is to be done according to the object being transformed.
        The value has to be a valid formal parameter name of the style defined on the folderBeanStyle parameter.
        Since:
        MicroStrategy Web 8.0.0
      • FP_FOLDER_STYLE

        public static final java.lang.String FP_FOLDER_STYLE
        Constant specifying the name of the formal parameter for defining the style to use for transforming the folder. Value is folderBeanStyle.
        See Also:
        Constant Field Values
      • FP_SELECTED_NAME

        public static final java.lang.String FP_SELECTED_NAME
        Constant specifying the name of the formal parameter for defining the formal parameter to use for marking the selected object. Value is selectedName.
        Since:
        MicroStrategy Web 8.0.0
        See Also:
        Constant Field Values
    • Constructor Detail

      • ObjectSiblingsTransform

        public ObjectSiblingsTransform()
        default no-args constructor