Revision 44505 trunk/org.gvsig.desktop/org.gvsig.desktop.compat.cdc/org.gvsig.fmap.dal/org.gvsig.fmap.dal.swing/org.gvsig.fmap.dal.swing.api/src/main/java/org/gvsig/fmap/dal/swing/featuretype/FeatureTypeAttributePanel.java

View differences:

FeatureTypeAttributePanel.java
21 21
    
22 22
    public String getName();
23 23
    
24
    public void setEditable(boolean editable);
24
    /**
25
     * Sets the display mode of the panel.
26
     * Can be:
27
     * <ul>
28
     * <li>MODE_EDIT_ONLY_METADATA, only allows you to modify the metadata. 
29
     *   It can be used without being in store edition.
30
     * </li>
31
     * <li>MODE_EDIT_ALL, allows you to modify all values. 
32
     * The store must be in edition.
33
     * </li>
34
     * <li>MODE_SHOW_ONLY, only display the values.</li>
35
     * </ul>
36
     * 
37
     * @see {FeatureTypePanel.setMode}
38
     * 
39
     * @param mode 
40
     */
41
    public void setMode(int mode);
25 42

  
43
    public int getMode();
26 44
}

Also available in: Unified diff