|
WebObjects 5.2.3 | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Assignment | |
com.webobjects.directtoweb | Provides the framework for rapid development of HTML-based WebObjects applications. |
com.webobjects.eogeneration.rules | Provides infrastructure for dynamically generating user interfaces in Java Client applications that use the rule system. |
Uses of Assignment in com.webobjects.directtoweb |
Subclasses of Assignment in com.webobjects.directtoweb | |
class |
BooleanAssignment
The BooleanAssignment class performs assignment of a key to an object that represents a logical "true" or "false" value. |
class |
DefaultAssignment
The DefaultAssignment class methods provide default values for the
right-hand sides of rules. |
class |
EntityAssignment
The EntityAssignment class performs assignment of a key to an object that represents an entity. |
class |
TabDictionaryComputer
The list of tab names and of tab contents is not a rule firing phenomenon. |
Methods in com.webobjects.directtoweb that return Assignment | |
Assignment |
Rule.createAssignment(String keyPath,
String value)
Creates an assignment with the specified key path and value. |
Assignment |
Rule.rhs()
Gets the left-hand side. |
Methods in com.webobjects.directtoweb with parameters of type Assignment | |
void |
Rule.setRhs(Assignment newValue)
Sets the right-hand side to the specified value. |
Constructors in com.webobjects.directtoweb with parameters of type Assignment | |
Rule(int author,
EOQualifier lhs,
Assignment rhs)
Creates an instance of Rule with the specified author, left-hand side, and right-hand side. |
Uses of Assignment in com.webobjects.eogeneration.rules |
Subclasses of Assignment in com.webobjects.eogeneration.rules | |
class |
EOAssignment
|
|
Last updated Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV NEXT | FRAMES NO FRAMES |