jACOB 2.7 API Documentation.

Uses of Class
de.tif.jacob.core.definition.Filldirection

Packages that use Filldirection
de.tif.jacob.core.data   
de.tif.jacob.core.definition   
de.tif.jacob.screen   
 

Uses of Filldirection in de.tif.jacob.core.data
 

Methods in de.tif.jacob.core.data that return Filldirection
 Filldirection IDataBrowser.getFillDirection()
          Returns the fill direction of the last search operation.
 

Methods in de.tif.jacob.core.data with parameters of type Filldirection
 boolean IDataAccessor.propagateRecord(IDataRecord record, Filldirection filldirection)
          Propagates the given record, i.e.
 boolean IDataAccessor.propagateRecord(IDataRecord record, IRelationSet relationSet, Filldirection filldirection)
          Propagates the given record, i.e.
 boolean IDataAccessor.propagateRecord(IDataRecord record, java.lang.String relationSetName, Filldirection filldirection)
          Propagates the given record, i.e.
 void IDataBrowser.search(IRelationSet relationSet, Filldirection filldirection)
          Populates the data browser by means of performing a search operation, which will be constrained by QBE constraints of related data tables determined by the given relation set and the conditions of the related table aliases, if existing.
 void IDataBrowser.search(java.lang.String relationSetName, Filldirection filldirection)
          Populates the data browser by means of performing a search operation, which will be constrained by QBE constraints of related data tables determined by the given relation set and the conditions of the related table aliases, if existing.
 void IDataBrowser.searchWhere(IRelationSet relationSet, Filldirection filldirection, java.lang.String whereClause)
          Populates the data browser by means of performing a search operation, which will be constrained by QBE constraints of related data tables determined by the given relation set and the conditions of the related table aliases, if existing and the given where clause.
 void IDataBrowser.searchWhere(java.lang.String relationSetName, Filldirection filldirection, java.lang.String whereClause)
          Populates the data browser by means of performing a search operation, which will be constrained by QBE constraints of related data tables determined by the given relation set and the conditions of the related table aliases, if existing and the given where clause.
 

Uses of Filldirection in de.tif.jacob.core.definition
 

Fields in de.tif.jacob.core.definition declared as Filldirection
static Filldirection Filldirection.BACKWARD
          The instance for backward fill direction.
static Filldirection Filldirection.BOTH
          The instance for indicating that either forward and backward should be used as fill directions.
static Filldirection Filldirection.FORWARD
          The instance for forward fill direction.
static Filldirection Filldirection.NONE
          The instance for indicating that no fill direction exists.
 

Methods in de.tif.jacob.core.definition that return Filldirection
static Filldirection Filldirection.fromJad(CastorFilldirection jadType)
          Internal method for converting a XML JAD type to this class.
static Filldirection Filldirection.parseFilldirection(java.lang.String direction)
          Parses the hands over string to a valid Filldirection object.
 

Uses of Filldirection in de.tif.jacob.screen
 

Methods in de.tif.jacob.screen with parameters of type Filldirection
abstract  IRecordTreeDialog IClientContext.createRecordTreeDialog(IGuiElement anchor, IDataTableRecord record, IRelationSet relationSet, Filldirection filldirection, IRecordTreeDialogCallback callback)
           
 


jACOB 2.7 API Documentation.