org.weda.model.impl
Class BaseObjectSourceEditorModel

java.lang.Object
  extended by org.weda.model.impl.AbstractEditorModel<T>
      extended by org.weda.model.impl.ObjectSetEditorModel<ObjectSourceEditorModelGroup>
          extended by org.weda.model.impl.BaseObjectSourceEditorModel
All Implemented Interfaces:
EditorModel<ObjectSourceEditorModelGroup>, NamedObject

public class BaseObjectSourceEditorModel
extends ObjectSetEditorModel<ObjectSourceEditorModelGroup>

Модель которой для установки значения необходимо обратиться к ObjectSource

Author:
Mikhail Titov

Constructor Summary
BaseObjectSourceEditorModel()
           
 
Method Summary
 ObjectSource getObjectSource()
           
 java.lang.String getObjectSourceName()
           
 void setObjectSourceName(java.lang.String objectSourceName)
           
 
Methods inherited from class org.weda.model.impl.ObjectSetEditorModel
getObjectSet, getPropertyDescriptor, getPropertyPath, getValue, setPropertyPath, setValue
 
Methods inherited from class org.weda.model.impl.AbstractEditorModel
activateDetailConstraints, addDetailInfo, deactivateDetailConstraints, getDisableIfNull, getModelGroup, getName, getObjectName, getPattern, getValuePretender, getValuesList, hasValuesList, isEditable, isLevelsValuesUniq, isNeedConversion, isValuePretenderSetted, isValuesListAliased, refreshValuesList, resetModel, resetValuesList, setDisableIfNull, setEditable, setLevelsValuesUniq, setModelGroup, setName, setNeedConversion, setPattern, setValuePretender
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseObjectSourceEditorModel

public BaseObjectSourceEditorModel()
Method Detail

getObjectSource

public ObjectSource getObjectSource()
                             throws EditorModelException
Throws:
EditorModelException

getObjectSourceName

public java.lang.String getObjectSourceName()

setObjectSourceName

public void setObjectSourceName(java.lang.String objectSourceName)


Copyright © 2005-2006 . All Rights Reserved.