Class DataExplorerElementsWidgetTransform

    • Constructor Detail

      • DataExplorerElementsWidgetTransform

        public DataExplorerElementsWidgetTransform()
    • Method Detail

      • renderShell

        public void renderShell​(MarkupOutput out)
        Overrides the default "shell" created when the transform is invoked. Ideally, it would be better if we could initialize this transform with a field that indicates whether the HTML shell is created or not. In this way, subclasses can merely override this property (perhaps in their constructor) and affect how the renderShell method is invoked. Alternatively, the renderShell can be structured as a Template method to allow subclasses to easily override those methods that they do not want called.
        Overrides:
        renderShell in class AbstractAppTransform
        Parameters:
        out - The MarkupOutput representing the generated content.
      • getDescription

        public java.lang.String getDescription()
        Description copied from interface: Transform
        Returns a textual description of the transform.
        Specified by:
        getDescription in interface Transform
        Returns:
        The textual description of the transform.
      • getDataFormsWidget

        public Block getDataFormsWidget()
      • getElements

        public java.util.ArrayList getElements()
      • getBlockBegin

        public int getBlockBegin()
      • getBlockCount

        public int getBlockCount()
      • getFolderSize

        public int getFolderSize()
      • getElementListWidget

        public Block getElementListWidget​(java.lang.String styleName)