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