Interface UIViewComponent

    • Method Detail

      • update

        boolean update()
        Updates this view component completely.
        Returns:
        true if update was successful, false otherwise
      • initialize

        boolean initialize()
        Initializes this view component.

        Note: Should not be called during object creation i.e. from constructor.

        Returns:
        true if initialize was successful, false otherwise