Uses of Class
com.sapportals.htmlb.enum.Scope

Packages that use Scope
com.sapportals.htmlb   
com.sapportals.htmlb.enum   
com.sapportals.htmlb.table   
 

Uses of Scope in com.sapportals.htmlb
 

Methods in com.sapportals.htmlb that return Scope
 Scope DragSource.getScope()
          the scope determines if drag-and-drop is possible only inside the current form or in the whole browser.
 

Methods in com.sapportals.htmlb with parameters of type Scope
 void DragSource.setScope(Scope scope)
          the scope determines if drag-and-drop is possible only inside the current form or in the whole browser.
 

Uses of Scope in com.sapportals.htmlb.enum
 

Fields in com.sapportals.htmlb.enum declared as Scope
static Scope Scope.Form
           
static Scope Scope.Browser
           
 

Methods in com.sapportals.htmlb.enum that return Scope
static Scope Scope.getEnumByString(String value)
           
 

Uses of Scope in com.sapportals.htmlb.table
 

Methods in com.sapportals.htmlb.table that return Scope
 Scope TableColumn.getDragScope()
          the scope determines if drag-and-drop is possible only inside the current form or in the whole browser.
 

Methods in com.sapportals.htmlb.table with parameters of type Scope
 void TableColumn.setDragScope(Scope scope)
          the scope determines if drag-and-drop is possible only inside the current form or in the whole browser.
 



Copyright 2006 SAP AG Complete Copyright Notice