Class TreePickerVisualizationPropertiesTransform

    • Constructor Detail

      • TreePickerVisualizationPropertiesTransform

        public TreePickerVisualizationPropertiesTransform()
    • Method Detail

      • getScriptClass

        protected java.lang.String getScriptClass()
        Description copied from class: AbstractAppTransform

        Returns the name of the javaScript class (if any) to be associated with the component. When the scriptClass is specified, a bone is registered on the page for this component.

        A bone is the corresponding concept of a bean in Microstrategy's javascript environment.
        By default, thie methods returns an empty string. Transform which does have an associated bone needs to override this method.
        Overrides:
        getScriptClass in class AbstractAppTransform
        Returns:
        String representing the name of a javaScript class
      • isValidGrid

        public boolean isValidGrid()
      • renderValidationError

        public void renderValidationError​(MarkupOutput out)
      • renderModeSelector

        public void renderModeSelector​(MarkupOutput out)
      • renderAttributeSelector

        public void renderAttributeSelector​(MarkupOutput out)
      • renderChildIDFormSelector

        public void renderChildIDFormSelector​(MarkupOutput out)
      • renderChildDESCFormSelector

        public void renderChildDESCFormSelector​(MarkupOutput out)
      • renderParentIDFormSelector

        public void renderParentIDFormSelector​(MarkupOutput out)
      • renderParentDESCFormSelector

        public void renderParentDESCFormSelector​(MarkupOutput out)
      • renderLevelFormSelector

        public void renderLevelFormSelector​(MarkupOutput out)
      • renderChildAttributeSelector

        public void renderChildAttributeSelector​(MarkupOutput out)
      • renderChildAttributeDESCFormSelector

        public void renderChildAttributeDESCFormSelector​(MarkupOutput out)
      • renderParentAttributeSelector

        public void renderParentAttributeSelector​(MarkupOutput out)
      • renderParentAttributeDESCFormSelector

        public void renderParentAttributeDESCFormSelector​(MarkupOutput out)
      • renderSelectionModeCheckBox

        public void renderSelectionModeCheckBox​(MarkupOutput out)
      • renderLevelAttributeSelector

        public void renderLevelAttributeSelector​(MarkupOutput out)