|
|||||||||||
| 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.DRuleList
| Field Summary |
| Fields inherited from class ice.storm.DynamicObject |
NOT_FOUND, SETD_IGNORE, SETD_NOT_FOUND, SETD_OK |
| Method Summary | |
void |
deleteRule(int index)
|
Object |
execDynamicMethod(String name,
Object[] args,
DynEnv env)
Perform function-like actions for `name' with the given args. |
Object |
getDynamicValue(String name,
DynEnv env)
Returns the `key' field or Defs.NOT_FOUND if `name' does not exist. |
int |
getLength()
The number of CSSRules in the list. |
int |
insertRule(String rule,
int index)
|
CSSRule |
item(int index)
Used to retrieve a CSS rule by ordinal index. |
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 |
int |
setDynamicValue(String name,
Object value,
DynEnv env)
Set field `name' to `value'. |
| 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 |
| Method Detail |
public int getLength()
CSSRuleListCSSRules in the list. The range of valid
child rule indices is 0 to length-1
inclusive.
getLength in interface CSSRuleListgetLength in class DynamicListpublic CSSRule item(int index)
CSSRuleListnull.
item in interface CSSRuleListindex position in the
CSSRuleList, 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 DynamicList
public int insertRule(String rule,
int index)
public void deleteRule(int index)
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 | ||||||||||