Class ConstantColumnAdapter<Bean,​Value>

    • Constructor Detail

      • ConstantColumnAdapter

        protected ConstantColumnAdapter​(java.util.ResourceBundle bundle,
                                        java.lang.String tableResourcePrefix,
                                        java.lang.String columnId,
                                        java.lang.Class<? super Value> valueType,
                                        boolean editable)
    • Method Detail

      • getType

        public java.lang.Class<? super Value> getType()
        Description copied from interface: ColumnAdapter
        Get the property value type.
      • isEditable

        public boolean isEditable​(Bean row)
        Returns:
        true if the property is editable for the specified bean.