Class UIAssert

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Identified, Tool

@Component public class UIAssert extends Component
This class is used to make assertions at the graphical interface level. It is possible to insert this object in the page definition xml, associating it with a function. If the user has the function then he will have access to the page (the object has a null html, so it is not visible inside the page itself); otherwise an UnauthorizedAccessException will be thrown
See Also:
GCApi:
component
  • Field Details

    • _function

      protected String _function
  • Constructor Details

    • UIAssert

      public UIAssert()
  • Method Details