|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.jato.view.DisplayFieldDescriptor | +--com.iplanet.jato.view.CommandFieldDescriptor
Provides a means to specify non-trivial CommandField configuration details.
The CommandField
supports some advanced features related to the
use of CommandSourceTargetPairs
and Command
objects.
The CommandFieldDescriptor
is used to provide the
CommandField
with the information required to take advantage of
those advanced features.
Instances of CommandField
which do not intend to take advantage
of the features enabled by the use of CommandFieldDescriptor
do
not need to be supplied with a CommandFieldDescriptor
.
Constructor Summary | |
CommandFieldDescriptor()
Default constructor |
|
CommandFieldDescriptor(CommandDescriptor commandDescriptor)
Creates a CommandFieldDescriptor object |
Method Summary | |
void |
addSourceTargetPair(CommandSourceTargetPair value)
Adds a CommandSourceTargetPair to this object |
CommandDescriptor |
getCommandDescriptor()
Returns the CommandDescriptor |
java.util.List |
getSourceTargetPairList()
Returns a List of CommandSourceTargetPair objects |
CommandSourceTargetPair[] |
getSourceTargetPairs()
Returns an array of CommandSourceTargetPair objects |
void |
setCommandDescriptor(CommandDescriptor value)
Sets the CommandDescriptor |
Methods inherited from class com.iplanet.jato.view.DisplayFieldDescriptor |
getAttribute, getStringAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CommandFieldDescriptor()
public CommandFieldDescriptor(CommandDescriptor commandDescriptor)
CommandFieldDescriptor
objectcommandDescriptor
- A CommandDescriptor. Establishes an automatic Command invocation
relationship between the CommandField that will be initialized
with this descriptor and an arbitrary Command.
A value of null may be supplied for this parameter in cases where
a relationship between CommandField and Command is not required.Method Detail |
public CommandDescriptor getCommandDescriptor()
CommandDescriptor
public void setCommandDescriptor(CommandDescriptor value)
CommandDescriptor
value
- A CommandDescriptor. Establishes an automatic Command invocation
relationship between the CommandField that will be configured
with this descriptor and an arbitrary Command.
A value of null may be supplied for this parameter in cases where
a relationship between CommandField and Command is not required.public void addSourceTargetPair(CommandSourceTargetPair value)
value
- The CommandSourceTargetPairpublic CommandSourceTargetPair[] getSourceTargetPairs()
public java.util.List getSourceTargetPairList()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |