|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface IlvSettings.IDResolver
Provides ID values for objects of the settings models.
IlvSettings.getID(java.lang.Object, java.lang.String, ilog.views.appframe.settings.IlvSettingsModel),
IlvSettings.setID(java.lang.Object, java.lang.Object, java.lang.String, ilog.views.appframe.settings.IlvMutableSettingsModel),
IlvSettings.addIDResolver(ilog.views.appframe.settings.IlvSettings.IDResolver),
IlvSettings.removeIDResolver(ilog.views.appframe.settings.IlvSettings.IDResolver)| Method Summary | |
|---|---|
Object |
getID(Object element,
String type,
IlvSettingsModel model)
Returns the ID value for the object. |
boolean |
setID(Object element,
Object id,
String type,
IlvMutableSettingsModel model)
Sets the specified ID value to the specified element. |
| Method Detail |
|---|
Object getID(Object element,
String type,
IlvSettingsModel model)
null will be returned.
element - The settings element to retrieve the ID from.type - The settings type of the specified element.model - The settings model that owns the specified element.
setID(java.lang.Object, java.lang.Object, java.lang.String, ilog.views.appframe.settings.IlvMutableSettingsModel)
boolean setID(Object element,
Object id,
String type,
IlvMutableSettingsModel model)
element - The settings element to set the ID to.id - The ID value to set the specified element to.type - The settings type of the specified element.model - The settings model that owns the specified element.
true if the ID value could be set to the settings
element or false if no ID is defined for the specified settings type.
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||