Uses of Class
com.bmc.mainview.nvbapi.ViewDefinition

Packages that use ViewDefinition
com.bmc.mainview.nvbapi Provides access to MAINVIEW views over a network. 
 

Uses of ViewDefinition in com.bmc.mainview.nvbapi
 

Methods in com.bmc.mainview.nvbapi that return ViewDefinition
 ViewDefinition Conversation.getCurrentView()
          Get the definition of the current view
 

Methods in com.bmc.mainview.nvbapi with parameters of type ViewDefinition
 TabularView TabularView.openForm(ViewDefinition def, boolean returnAll)
          Create a tabular view to represent another form of the same data
 void Conversation.setCurrentView(ViewDefinition view)
          Change the view that the conversation is working with.
 void Conversation.viewSet(ViewDefinition vdef, boolean returnAll)
          Selects the view that will be addressed by subsequent mapGet, dataGet or actionExecute calls.
 void Conversation.viewSet(ViewDefinition vdef, boolean returnAll, java.lang.String viewParm)
          Selects the view that will be addressed by subsequent mapGet, dataGet or actionExecute calls.
 void Conversation.viewSet(ViewDefinition vdef, boolean returnAll, java.lang.String[] viewParm)
          Selects the view that will be addressed by subsequent mapGet, dataGet or actionExecute calls.
 

Constructors in com.bmc.mainview.nvbapi with parameters of type ViewDefinition
DetailView(ViewDefinition def, Conversation conversation, boolean returnAll, java.lang.String where)
          Deprecated. Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll, java.lang.String where)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW tabular view
TabularView(ViewDefinition def, Conversation conversation, boolean returnAll, ViewListener exit)
          Creates an object containing the data from a MAINVIEW tabular view
View(ViewDefinition vdef, Conversation conversation, java.lang.String where, ViewListener exit)
          Creates an object containing the data from a MAINVIEW view
View(ViewDefinition vdef, Conversation conversation, ViewListener exit)
          Creates an object containing the data from a MAINVIEW view