Class LocalizedItem
- java.lang.Object
-
- org.jdesktop.beans.AbstractBean
-
- io.ultreia.java4all.i18n.editor.model.ItemSupport
-
- io.ultreia.java4all.i18n.editor.model.LocalizedItem
-
public class LocalizedItem extends ItemSupport
Created by tchemit on 07/07/17.- Author:
- Tony Chemit - dev@tchemit.fr
-
-
Field Summary
Fields Modifier and Type Field Description static StringPROPERTY_LAST_VALID_VALUE-
Fields inherited from class io.ultreia.java4all.i18n.editor.model.ItemSupport
PROPERTY_GLOBAL_MODIFIED, PROPERTY_MODIFIED, PROPERTY_SANE
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLastValidValue()LocalegetLocale()booleanisGlobalModified()booleanisModified()booleanisSane()booleanisValueSane()voidreset()voidresetGlobal()voidsave()voidsetValue(String value)-
Methods inherited from class org.jdesktop.beans.AbstractBean
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener
-
-
-
-
Field Detail
-
PROPERTY_LAST_VALID_VALUE
public static final String PROPERTY_LAST_VALID_VALUE
- See Also:
- Constant Field Values
-
-
Method Detail
-
setValue
public void setValue(String value)
-
getLocale
public Locale getLocale()
-
getLastValidValue
public String getLastValidValue()
-
isGlobalModified
public boolean isGlobalModified()
- Specified by:
isGlobalModifiedin classItemSupport
-
isModified
public boolean isModified()
- Specified by:
isModifiedin classItemSupport
-
isSane
public boolean isSane()
- Specified by:
isSanein classItemSupport
-
isValueSane
public boolean isValueSane()
-
reset
public void reset()
- Specified by:
resetin classItemSupport
-
resetGlobal
public void resetGlobal()
- Specified by:
resetGlobalin classItemSupport
-
save
public void save()
- Specified by:
savein classItemSupport
-
-