|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectice.storm.DynamicObject
ice.storm.DynamicList
ice.pilots.html4.DMediaList
| Field Summary |
| Fields inherited from class ice.storm.DynamicObject |
NOT_FOUND, SETD_IGNORE, SETD_NOT_FOUND, SETD_OK |
| Constructor Summary | |
DMediaList()
|
|
| Method Summary | |
void |
appendMedium(String newMedium)
Adds the medium newMedium to the end of the list. |
void |
deleteMedium(String oldMedium)
Deletes the medium indicated by oldMedium from the list. |
Object |
execDynamicMethod(String name,
Object[] args,
DynEnv env)
Perform function-like actions for `name' with the given args. |
String |
getCssText()
|
Object |
getDynamicValue(String name,
DynEnv env)
Returns the `key' field or Defs.NOT_FOUND if `name' does not exist. |
int |
getLength()
The number of media in the list. |
String |
getMediaText()
The parsable textual representation of the media list. |
String |
item(int index)
Returns the indexth in the list. |
protected Object |
script_item(int index,
DynEnv env)
Returns null if not found |
protected Object |
script_namedItem(String name,
DynEnv env)
Returns null if not found |
void |
setCssText(String cssText)
|
int |
setDynamicValue(String name,
Object value,
DynEnv env)
Set field `name' to `value'. |
void |
setMediaText(String mediaText)
|
| Methods inherited from class ice.storm.DynamicList |
getEnumeratableIds, getMethodPropertySource, getSlot, getSlot, script_tags |
| Methods inherited from class ice.storm.DynamicObject |
deleteSlot, deleteSlot, getDynamicScopeParent, getScriptDataLock, getScriptWrapper, hasSlot, hasSlot, javaReflectionTarget, readOnlySlots, script_toSource, script_toString, setScriptWrapperIfAbsent, setSlot, setSlot, unlinkAllSlots |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DMediaList()
| Method Detail |
public String getMediaText()
MediaList
getMediaText in interface MediaListpublic void setMediaText(String mediaText)
setMediaText in interface MediaListpublic String getCssText()
public void setCssText(String cssText)
public int getLength()
MediaList0 to length-1 inclusive.
getLength in interface MediaListgetLength in class DynamicListpublic String item(int index)
MediaListindexth in the list. If index is
greater than or equal to the number of media in the list, this
returns null.
item in interface MediaListindex - Index into the collection.
indexth position in the
MediaList, or null if that is not a valid
index.
protected Object script_item(int index,
DynEnv env)
DynamicList
script_item in class DynamicList
protected Object script_namedItem(String name,
DynEnv env)
DynamicList
script_namedItem in class DynamicListpublic void deleteMedium(String oldMedium)
MediaListoldMedium from the list.
deleteMedium in interface MediaListpublic void appendMedium(String newMedium)
MediaListnewMedium to the end of the list. If the
newMedium is already used, it is first removed.
appendMedium in interface MediaList
public Object getDynamicValue(String name,
DynEnv env)
DynamicObject
getDynamicValue in class DynamicList
public int setDynamicValue(String name,
Object value,
DynEnv env)
DynamicObject
setDynamicValue in class DynamicList
public Object execDynamicMethod(String name,
Object[] args,
DynEnv env)
DynamicObject
execDynamicMethod in class DynamicList
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||