Interface BasePage

  • All Implemented Interfaces:

    
    public interface BasePage
    
                        

    Base page interface.

    Since:

    5.10.4

    • 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
      abstract View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args) Called after the module is created to build the view for use in a Fragment or Activity.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onCreateView

         abstract View onCreateView(Context context, LayoutInflater inflater, ViewGroup container, Bundle args)

        Called after the module is created to build the view for use in a Fragment or Activity.

        Parameters:
        context - context
        inflater - the LayoutInflater used to inflate views in the module
        container - the parent ViewGroup
        args - optional arguments provided when instantiating the module
        Returns:

        the created UI view