Revision 491 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.swing/org.gvsig.tools.swing.api/src/main/java/org/gvsig/tools/swing/api/dynobject/dynfield/JDynComponent.java

View differences:

JDynComponent.java
79 79
    
80 80

  
81 81
    /**
82
     * @return
82
     * Returns the current value of this component.
83
     * 
84
     * @return the component value
83 85
     */
84 86
    public Object getValue();
85 87

  
86
	/**
87
	 * Returns if the current component has changes not saved into the source
88
	 * data.
89
	 * 
90
	 * @return if the current component has changes TODO: add the method when
91
	 *         the edition options are enabled again
92
	 */
93
	// public boolean hasChanges();
94 88

  
95 89
}

Also available in: Unified diff