|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
childrenHaveLabels()
Checks if all children have meaningful labels |
UiObject |
getChild(java.lang.String name)
|
java.util.Vector |
getChildren()
|
int |
getNumChildren()
|
int |
getNumChildrenAdded()
|
UiObject |
getUiObject()
|
boolean |
hasModifiableChild()
Checks if any descendant of this type is modifiable |
void |
removeChild(UiObject child)
Removes a child from this container; can only be called before the UI is submitted for rendering |
int |
size()
|
boolean |
swapChild(UiObject oldChild,
UiObject newChild)
To be used very carefully (pretty much only by UiTransformers) -- replaces one child ui object with another |
| Methods inherited from interface edu.washington.cs.supple.rep.SuppleType |
accept, getIndex, getIndex, getLegalValues, getLikelyValues, getLongestLegalIndex, getMaxNumLegalValues, getNumLegalValues, getNumLikelyValues, getTypicalIndexLength, getUniqueId, hasIndex, hasOrdering, hasSetLegalValues, isEnumerable, isFinalLegalValues, isLegalValue, isLegalValueClass, isPrimitiveType, orderValues, toPrettyString, verifyCurrentValue |
| Methods inherited from interface edu.washington.cs.supple.rep.SuppleBean |
addPropertyChangeListener, removePropertyChangeListener |
| Method Detail |
public boolean hasModifiableChild()
public java.util.Vector getChildren()
public UiObject getChild(java.lang.String name)
name - name of the child
public void removeChild(UiObject child)
child - the child ui object to be removed
public boolean swapChild(UiObject oldChild,
UiObject newChild)
oldChild - newChild -
public int getNumChildren()
public int getNumChildrenAdded()
public int size()
public boolean childrenHaveLabels()
public UiObject getUiObject()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||