public class IlvResourceIDProperty extends IlvAbstractStringProperty
IlvResourceIDProperty
is an adapter that allows the id of an
IlvResource
to be accessed via the generic IlvStringProperty
interface._formatter
Constructor and Description |
---|
IlvResourceIDProperty()
Creates an
IlvResourceIDProperty . |
Modifier and Type | Method and Description |
---|---|
Class |
getEventClass()
Return the class of events that are triggered by
resources when their id changes value.
|
protected Object |
getValueImpl(Object resource)
Return the specified
IlvResource 's id. |
protected void |
setValueImpl(Object resource,
Object s)
Set the specified
IlvResource 's id. |
changedRowsIterator, getFormat, getValue, isPropertyChangedEvent, setFormat, setValue
public IlvResourceIDProperty()
IlvResourceIDProperty
.protected Object getValueImpl(Object resource)
IlvResource
's id.getValueImpl
in class IlvAbstractStringProperty
resource
- the resourceIlvAbstractStringProperty.getValue(java.lang.Object)
protected void setValueImpl(Object resource, Object s)
IlvResource
's id.setValueImpl
in class IlvAbstractStringProperty
resource
- the resources
- the new id for the resourceIlvAbstractStringProperty.setValue(java.lang.Object, java.lang.String)
public Class getEventClass()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.