Class FunctionColumnParametersHeaderMetaData

    • Method Detail

      • getColumnGroup

        public String getColumnGroup()
      • getTitle

        public String getTitle()
      • render

        public com.ait.lienzo.client.core.shape.Group render​(org.uberfire.ext.wires.core.grids.client.widget.context.GridHeaderColumnRenderContext context,
                                                             double blockWidth,
                                                             double blockHeight)
        Description copied from interface: EditableHeaderMetaData
        Delegates rendering to the GridColumn.HeaderMetaData.
        Parameters:
        context - The context of a Grid's cell header during the rendering phase.
        blockWidth - Width of the GridColumn.HeaderMetaData column(s) block.
        blockHeight - Width of the GridColumn.HeaderMetaData row(s) block.
        Returns:
      • getPlaceHolder

        public Optional<String> getPlaceHolder()
        Description copied from interface: EditableHeaderMetaData
        Returns 'place holder' text to show if the GridColumn.HeaderMetaData.getTitle() is StringUtils.isEmpty(String)
        Returns:
        Optional text to show as the 'place holder'