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

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

Uses of ViewDefinition in org.apache.ambari.view
 

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

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

Methods in org.apache.ambari.view with parameters of type ViewDefinition
 void View.onDeploy(ViewDefinition definition)
          Called by the view framework when the given view is being deployed.
 

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

Methods in org.apache.ambari.view.events that return ViewDefinition
 ViewDefinition Event.getViewSubject()
          Get the view subject of the event.
 



Copyright © 2015 Apache Software Foundation. All rights reserved.