Class TableUtil


  • public class TableUtil
    extends java.lang.Object
    Author:
    Veaceslav Chicu (schicu@users.sourceforge.net)
    • Method Detail

      • getCellBounds

        public java.util.Map<Cell,​java.awt.Rectangle> getCellBounds()
      • refresh

        public void refresh()
      • getAllColumns

        public static java.util.List<BaseColumn> getAllColumns​(java.util.List<BaseColumn> cols)
      • getBounds

        public java.awt.Rectangle getBounds​(int width,
                                            Cell cell,
                                            BaseColumn col)
      • getGroupList

        public java.util.List<?> getGroupList()
      • getCell

        public static Cell getCell​(BaseColumn bc,
                                   int type,
                                   java.lang.String grName)
      • getCellElement

        public static <T extends JRElement> T getCellElement​(java.lang.Class<T> type,
                                                             Cell cell,
                                                             boolean oneElementPerCell)
      • isFilterable

        public static boolean isFilterable​(JRTextField textField)
      • hasSingleChunkExpression

        public static boolean hasSingleChunkExpression​(JRTextField textField)
      • getCellElement

        public static <T extends JRElement> T getCellElement​(java.lang.Class<T> type,
                                                             BaseColumn column,
                                                             int sectionType,
                                                             java.lang.String groupName,
                                                             TableComponent table)