public class ContainerAgent extends ComponentAgent
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
objectType
"Container" (Subclasses will override)
The generic object type supported by this Agent helper class.
|
alternateAncestor, alternateAncestorClassname, factory
Constructor and Description |
---|
ContainerAgent()
Constructor for ContainerAgent.
|
Modifier and Type | Method and Description |
---|---|
int |
getChildCount(java.lang.Object object)
Return the number of children available in the provided parent.
|
java.lang.Object[] |
getChildren(java.lang.Object object)
Return an array representing the children of the provided parent object.
|
convertCoords, validateActionCommand, validateComponent
getAlternateAncestor, getAlternateAncestorClassname, getAncestorAgent, getCaption, getClassName, getID, getLevel, getLocalAgentFactory, getMatchingPathObject, getName, getProperty, getPropertyNames, getStringData, getSubItemAtIndex, getSuperClassNames, getText, isMatchingPath, isShowing, isValid, process, processAncestor, setAlternateAncestor, setAlternateAncestorClassname, setLocalAgentFactory
public static final java.lang.String objectType
public int getChildCount(java.lang.Object object)
LocalAgent
getChildCount
in interface LocalAgent
getChildCount
in class ObjectAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.SAFSActionUnsupportedRuntimeException("ChildCount
- Unsupported");LocalAgent.getChildCount(Object)
public java.lang.Object[] getChildren(java.lang.Object object)
LocalAgent
getChildren
in interface LocalAgent
getChildren
in class ObjectAgent
object
- -- the actual object or component to be checked -- not a pseudo reference.SAFSActionUnsupportedRuntimeException("Children
- Unsupported");LocalAgent.getChildren(Object)
Copyright © SAS Institute. All Rights Reserved.