Uses of Interface
org.apache.ambari.view.ViewInstanceDefinition

Packages that use ViewInstanceDefinition
org.apache.ambari.view   
org.apache.ambari.view.events   
 

Uses of ViewInstanceDefinition in org.apache.ambari.view
 

Methods in org.apache.ambari.view that return ViewInstanceDefinition
 ViewInstanceDefinition ViewContext.getViewInstanceDefinition()
          Get the view instance definition associated with this context.
 

Methods in org.apache.ambari.view that return types with arguments of type ViewInstanceDefinition
 Collection<ViewInstanceDefinition> ViewContext.getViewInstanceDefinitions()
          Get all of the available view instance definitions.
 

Methods in org.apache.ambari.view with parameters of type ViewInstanceDefinition
 void View.onCreate(ViewInstanceDefinition definition)
          Called by the view framework when the given instance is being created.
 void View.onDestroy(ViewInstanceDefinition definition)
          Called by the view framework when the given instance is being destroyed.
 

Uses of ViewInstanceDefinition in org.apache.ambari.view.events
 

Methods in org.apache.ambari.view.events that return ViewInstanceDefinition
 ViewInstanceDefinition Event.getViewInstanceSubject()
          Get the instance subject of the event.
 



Copyright © 2015 Apache Software Foundation. All rights reserved.