Style Intelligence v12.0

inetsoft.report
Class FieldCenter

java.lang.Object
  extended by inetsoft.report.FieldCenter

public class FieldCenter
extends Object

FieldCenter, to generate field by name and update field to date.


Constructor Summary
FieldCenter()
           
 
Method Summary
static void clearCache(inetsoft.report.internal.BindableElement element)
          Clear cache in model.
static ColumnSelection getColumnSelection(inetsoft.report.internal.BindableElement element)
          Get all column selection from a bindable element's specified source attr.
static ColumnSelection getColumnSelection(inetsoft.report.internal.BindableElement element, boolean checked)
          Get all column selection from a bindable element's specified source attr.
static ColumnSelection getColumnSelection(ReportSheet report, inetsoft.report.internal.binding.SourceAttr source)
          Get all column selection from a source.
static inetsoft.report.internal.binding.BindingTreeModel.Entry getEntry(inetsoft.report.internal.BindableElement element)
          Get entry from a bindable element's source attr.
static inetsoft.report.internal.binding.Field getField(inetsoft.report.internal.BindableElement element, inetsoft.report.internal.binding.SourceAttr sattr, String name)
          Get a specified field by its name.
static inetsoft.report.internal.binding.Field getField(inetsoft.report.internal.BindableElement element, String field)
          Get a specified field by its name.
static inetsoft.report.internal.binding.Field getField(ColumnSelection sel, String field)
          Get field from column selection.
static inetsoft.report.internal.binding.Field getField(ColumnSelection sel, String field, boolean dup)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldCenter

public FieldCenter()
Method Detail

clearCache

public static void clearCache(inetsoft.report.internal.BindableElement element)
Clear cache in model.


getField

public static inetsoft.report.internal.binding.Field getField(inetsoft.report.internal.BindableElement element,
                                                              String field)
Get a specified field by its name.


getEntry

public static inetsoft.report.internal.binding.BindingTreeModel.Entry getEntry(inetsoft.report.internal.BindableElement element)
Get entry from a bindable element's source attr.


getColumnSelection

public static ColumnSelection getColumnSelection(inetsoft.report.internal.BindableElement element,
                                                 boolean checked)
Get all column selection from a bindable element's specified source attr.


getColumnSelection

public static ColumnSelection getColumnSelection(ReportSheet report,
                                                 inetsoft.report.internal.binding.SourceAttr source)
Get all column selection from a source.


getColumnSelection

public static ColumnSelection getColumnSelection(inetsoft.report.internal.BindableElement element)
Get all column selection from a bindable element's specified source attr.


getField

public static inetsoft.report.internal.binding.Field getField(inetsoft.report.internal.BindableElement element,
                                                              inetsoft.report.internal.binding.SourceAttr sattr,
                                                              String name)
Get a specified field by its name.


getField

public static inetsoft.report.internal.binding.Field getField(ColumnSelection sel,
                                                              String field)
Get field from column selection.


getField

public static inetsoft.report.internal.binding.Field getField(ColumnSelection sel,
                                                              String field,
                                                              boolean dup)

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.