Uses of Class
org.weda.model.EditorModelException

Packages that use EditorModelException
org.weda.model   
org.weda.model.impl   
 

Uses of EditorModelException in org.weda.model
 

Methods in org.weda.model that throw EditorModelException
 void EditorModelGroup.clearModelValues()
          Метод очищает кеш хранящий значения моделей данных.
 PropertyDescriptor EditorModel.getPropertyDescriptor()
          Метод возвращает описание свойства
 java.lang.Object EditorModel.getValue()
          Метод возвращает значение свойства.
 SetValue[] EditorModel.getValuesList()
          Метод возвращает список значений в одно из которых может быть установлено значение модели.
 boolean EditorModel.hasValuesList()
          Метод вернет true если значение модели ограничено списком возвращаемым методом EditorModel.getValuesList()
 boolean EditorModel.isEditable()
          Вернет true если значение модели можно изменять с пользовательского интерфейса.
 boolean EditorModel.isLevelsValuesUniq()
          Метод вернет true если значения всех слоев одинаковы.
 boolean EditorModel.isValuesListAliased()
          Метод вернет true если допустимые значения проименованы.
 void EditorModel.refreshValuesList()
          Метод обновляет список возвращаемый методом EditorModel.getValuesList()
 void EditorModel.resetModel()
          Метод освобождает ресурсы.
 

Uses of EditorModelException in org.weda.model.impl
 

Methods in org.weda.model.impl that throw EditorModelException
protected  void AbstractEditorModel.activateDetailConstraints(java.lang.Object value)
           
 void BaseEditorModelGroup.clearModelValues()
           
protected  void AbstractEditorModel.deactivateDetailConstraints()
           
 ObjectSource BaseObjectSourceEditorModel.getObjectSource()
           
 PropertyDescriptor ObjectSetEditorModel.getPropertyDescriptor()
           
 PropertyDescriptor FilterEditorModel.getPropertyDescriptor()
           
 java.lang.Object ObjectSetEditorModel.getValue()
           
 java.lang.Object FilterEditorModel.getValue()
           
 SetValue[] AbstractEditorModel.getValuesList()
           
 boolean AbstractEditorModel.hasValuesList()
           
 boolean AbstractEditorModel.isEditable()
           
 boolean AbstractEditorModel.isValuesListAliased()
           
 void AbstractEditorModel.refreshValuesList()
           
 void AbstractEditorModel.resetModel()
           
 



Copyright © 2005-2006 . All Rights Reserved.