Package | Description |
---|---|
er.extensions.components.conditionals |
Modifier and Type | Class and Description |
---|---|
class |
ERXEqualConditional
Conditional component that compares two objects using the
equals method. |
class |
ERXInstanceOfConditional
Conditional component that tests if an object can be cast to the given class or interface without causing a ClassCastException.
|
class |
ERXKeyValueConditional
Same as the
WOKeyValueConditional , but as a dynamic element. |
class |
ERXListContainsItemConditional
Conditional component that tests if a given item is contained in an
List . |
class |
ERXNonNullConditional
Conditional component that tests if a given object
is null.
|
class |
ERXNonZeroConditional
Conditional component that tests if a given Number
object is non-zero.
|
Copyright © 2002 – 2024 Project Wonder.