Uses of Class
csheets.ext.assertion.Assertion.Result

Packages that use Assertion.Result
csheets.ext.assertion Provides support for user-specified and system-generated assertions. 
csheets.ext.assertion.ui Provides UI components for displaying and providing editing of assertions. 
 

Uses of Assertion.Result in csheets.ext.assertion
 

Methods in csheets.ext.assertion that return Assertion.Result
 Assertion.Result AssertableCell.assertAny()
          Asserts the current value of the cell using any (or both) assertion(s) associated with the cell.
 Assertion.Result AssertableCell.assertAny(Value value)
          Asserts the specified value using any (or both) assertion(s) associated with the cell.
 Assertion.Result AssertableCell.assertSG()
          Asserts the current value of the cell using the system generated assertion associated with the cell.
 Assertion.Result AssertableCell.assertSG(Value value)
          Asserts the specified value using the system generated assertion associated with the cell.
 Assertion.Result AssertableCell.assertUS()
          Asserts the current value of the cell using the user supplied assertion associated with the cell.
 Assertion.Result AssertableCell.assertUS(Value value)
          Asserts the specified value using the user supplied assertion associated with the cell.
 Assertion.Result Assertion.validate(double value)
          Checks if the current assertion holds for the given value
 Assertion.Result Assertion.validate(Value value)
          Checks if the current assertion holds for the given value.
static Assertion.Result Assertion.Result.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Assertion.Result[] Assertion.Result.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Uses of Assertion.Result in csheets.ext.assertion.ui
 

Methods in csheets.ext.assertion.ui with parameters of type Assertion.Result
static Color AssertionController.getAssertionResultColor(Assertion.Result result)
          Assigns a color to the given assertion result.