Tabnine Logo
DataSetQueryHelper.setCurrentTableSettings
Code IndexAdd Tabnine to your IDE (free)

How to use
setCurrentTableSettings
method
in
org.jbpm.console.ng.df.client.list.base.DataSetQueryHelper

Best Java code snippets using org.jbpm.console.ng.df.client.list.base.DataSetQueryHelper.setCurrentTableSettings (Showing top 6 results out of 315)

origin: org.jbpm/jbpm-console-ng-process-runtime-client

public void filterGrid( FilterSettings tableSettings ) {
  dataSetQueryHelper.setCurrentTableSettings( tableSettings );
  refreshGrid();
}
origin: org.jbpm/jbpm-console-ng-executor-service-client

public void filterGrid( FilterSettings tableSettings ) {
  dataSetQueryHelper.setCurrentTableSettings( tableSettings );
  refreshGrid();
}
origin: org.jbpm/jbpm-console-ng-process-runtime-client

public void filterGrid( FilterSettings tableSettings ) {
  dataSetQueryHelper.setCurrentTableSettings( tableSettings );
  refreshGrid();
}
origin: org.jbpm/jbpm-console-ng-process-runtime-client

public void filterGrid( FilterSettings tableSettings ) {
  dataSetQueryHelper.setCurrentTableSettings( tableSettings );
  refreshGrid();
}
origin: org.jbpm/jbpm-console-ng-process-runtime-client

public void getDomainSpecifDataForProcessInstances( final int startRange, DataSet dataSet, String filterValue, final List<ProcessInstanceSummary> myProcessInstancesFromDataSet ) {
  final int rowCountNotTrimmed = dataSet.getRowCountNonTrimmed();
  FilterSettings variablesTableSettings = view.getVariablesTableSettings( filterValue );
  variablesTableSettings.setTablePageSize( -1 );
  dataSetQueryHelperDomainSpecific.setDataSetHandler( variablesTableSettings );
  dataSetQueryHelperDomainSpecific.setCurrentTableSettings( variablesTableSettings );
  dataSetQueryHelperDomainSpecific.setLastOrderedColumn( PROCESS_INSTANCE_ID );
  dataSetQueryHelperDomainSpecific.setLastSortOrder( SortOrder.ASCENDING );
  dataSetQueryHelperDomainSpecific.lookupDataSet( 0, createDataSetDomainSpecificCallback( startRange, rowCountNotTrimmed, myProcessInstancesFromDataSet, variablesTableSettings ) );
}
origin: org.jbpm/jbpm-console-ng-process-runtime-client

dataSetQueryHelper.setCurrentTableSettings( currentTableSettings );
dataSetQueryHelper.setDataSetHandler( currentTableSettings );
dataSetQueryHelper.lookupDataSet( visibleRange.getStart(), createDataSetProcessInstanceCallback( visibleRange.getStart(), currentTableSettings ) );
org.jbpm.console.ng.df.client.list.baseDataSetQueryHelpersetCurrentTableSettings

Popular methods of DataSetQueryHelper

  • getCurrentTableSettings
  • setLastSortOrder
  • getColumnLongValue
  • getColumnStringValue
  • lookupDataSet
  • setLastOrderedColumn
  • getColumnDateValue
  • setDataSetHandler
  • getColumnIntValue

Popular in Java

  • Finding current android device location
  • findViewById (Activity)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • requestLocationUpdates (LocationManager)
  • Time (java.sql)
    Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
  • Enumeration (java.util)
    A legacy iteration interface.New code should use Iterator instead. Iterator replaces the enumeration
  • Properties (java.util)
    A Properties object is a Hashtable where the keys and values must be Strings. Each property can have
  • ReentrantLock (java.util.concurrent.locks)
    A reentrant mutual exclusion Lock with the same basic behavior and semantics as the implicit monitor
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Loader (org.hibernate.loader)
    Abstract superclass of object loading (and querying) strategies. This class implements useful common
  • From CI to AI: The AI layer in your organization
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now