Interface PropertyInspectorTitleButtonListener

  • All Implemented Interfaces:

    
    public interface PropertyInspectorTitleButtonListener
    
                        

    Base interface for PropertyInspector allows to override the close and back button behavior. If any of these function return true they swallow the click, otherwise the caller closes the inspector, respectively navigates back from a detail view. This interface may also be implemented by property inspector detail views if they require some special handling for close/back.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean onBackButtonClicked()
      boolean onCloseButtonClicked()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait