Class AbstractColumnAdapter<Bean,​Value>

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected AbstractColumnAdapter​(java.util.ResourceBundle bundle, java.lang.String tableResourcePrefix, java.lang.String columnId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getColumnId()  
      java.lang.String getName()
      Get the name to be displayed in the table column header.
      java.lang.String getResource​(java.lang.String resourceId, java.lang.String defaultValue)
      Get a resource value for the table column.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractColumnAdapter

        protected AbstractColumnAdapter​(java.util.ResourceBundle bundle,
                                        java.lang.String tableResourcePrefix,
                                        java.lang.String columnId)
    • Method Detail

      • getResource

        public java.lang.String getResource​(java.lang.String resourceId,
                                            java.lang.String defaultValue)
        Description copied from interface: ColumnAdapter
        Get a resource value for the table column.
        Specified by:
        getResource in interface ColumnAdapter<Bean,​Value>
      • getName

        public java.lang.String getName()
        Description copied from interface: ColumnAdapter
        Get the name to be displayed in the table column header.
        Specified by:
        getName in interface ColumnAdapter<Bean,​Value>