| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldValue | |
|---|---|
| org.dbforms.config | |
| org.dbforms.event | |
| org.dbforms.event.classic | |
| org.dbforms.event.datalist | |
| org.dbforms.event.datalist.dao | |
| org.dbforms.taglib | |
| Uses of FieldValue in org.dbforms.config | 
|---|
| Methods in org.dbforms.config that return FieldValue | |
|---|---|
| static FieldValue | FieldValue.createFieldValueForSearching(Field field,
                             String fieldValue,
                             Locale locale,
                             int operator,
                             int searchMode,
                             int searchAlgorithm,
                             boolean logicalOR)DOCUMENT ME! | 
| static FieldValue | FieldValue.createFieldValueForSorting(Field field,
                           int sortDirection)DOCUMENT ME! | 
|  FieldValue[] | Table.createOrderFieldValues(String order,
                       HttpServletRequest request,
                       boolean includeKeys)Column ["ASC" | "DESC"] {"," Column ["ASC" | "DESC"] } (if neither ASC nor DESC follow "Col", then ASC is choosen as default). | 
|  FieldValue | FieldValues.get(String name)Get the FieldValue object having the input name. | 
|  FieldValue[] | Table.getDefaultOrder()Return the datastructure containing info about the default sorting behavior of this table. | 
|  FieldValue[] | Table.getFilterFieldArray(String filter,
                    Locale locale)Initialize the filterFieldValues array. | 
|  FieldValue | FieldValues.remove(FieldValue value)removes the from the internal hash table. | 
|  FieldValue | FieldValues.remove(String name)removes the from the internal hash table. | 
|  FieldValue[] | FieldValues.toArray()Transform this object into a FieldValue array. | 
| Methods in org.dbforms.config with parameters of type FieldValue | |
|---|---|
|  ResultSetVector | Table.doConstrainedSelect(FieldValue[] fvEqual,
                    FieldValue[] fvOrder,
                    String sqlFilter,
                    FieldValue[] sqlFilterParams,
                    int compareMode,
                    int maxRows,
                    DbEventInterceptorData interceptorData)Do a constrained select. | 
|  ResultSetVector | Table.doConstrainedSelect(FieldValue[] fvEqual,
                    FieldValue[] fvOrder,
                    String sqlFilter,
                    FieldValue[] sqlFilterParams,
                    int compareMode,
                    int maxRows,
                    DbEventInterceptorData interceptorData)Do a constrained select. | 
|  ResultSetVector | Table.doConstrainedSelect(FieldValue[] fvEqual,
                    FieldValue[] fvOrder,
                    String sqlFilter,
                    FieldValue[] sqlFilterParams,
                    int compareMode,
                    int maxRows,
                    DbEventInterceptorData interceptorData)Do a constrained select. | 
| static String | Field.dumpFieldValueArray(FieldValue[] fv)Dump the fieldValue objects contained into the input FieldValue array. | 
|  void | Table.fillWithValues(FieldValue[] orderConstraint,
               String aPosition)in version 0.9 this method moved from FieldValue.fillWithValues to Table.fillWithValues | 
|  ResultSet | Table.getDoSelectResultSet(FieldValue[] fvEqual,
                     FieldValue[] fvOrder,
                     FieldValue[] sqlFilterParams,
                     int compareMode,
                     PreparedStatement ps)Get the SQL ResultSet from the query builded using the input data. | 
|  ResultSet | Table.getDoSelectResultSet(FieldValue[] fvEqual,
                     FieldValue[] fvOrder,
                     FieldValue[] sqlFilterParams,
                     int compareMode,
                     PreparedStatement ps)Get the SQL ResultSet from the query builded using the input data. | 
|  ResultSet | Table.getDoSelectResultSet(FieldValue[] fvEqual,
                     FieldValue[] fvOrder,
                     FieldValue[] sqlFilterParams,
                     int compareMode,
                     PreparedStatement ps)Get the SQL ResultSet from the query builded using the input data. | 
| protected  String | Table.getQueryOrderBy(FieldValue[] fvOrder)Returns the part of the orderby-clause represented by this FieldValue object. | 
| protected  String | Query.getQueryOrderBy(FieldValue[] fvOrder)returns the part of the orderby-clause represented by this FieldValue object. | 
| protected  String | Table.getQueryWhere(FieldValue[] fvEqual,
              FieldValue[] fvOrder,
              int compareMode)Returns the WHERE part of a query. | 
| protected  String | Table.getQueryWhere(FieldValue[] fvEqual,
              FieldValue[] fvOrder,
              int compareMode)Returns the WHERE part of a query. | 
|  String | Table.getSelectQuery(Vector fieldsToSelect,
               FieldValue[] fvEqual,
               FieldValue[] fvOrder,
               String sqlFilter,
               int compareMode)Prepares the Querystring for the select statement Order of parts: 1. | 
|  String | Table.getSelectQuery(Vector fieldsToSelect,
               FieldValue[] fvEqual,
               FieldValue[] fvOrder,
               String sqlFilter,
               int compareMode)Prepares the Querystring for the select statement Order of parts: 1. | 
|  String | Query.getSelectQuery(Vector fieldsToSelect,
               FieldValue[] fvEqual,
               FieldValue[] fvOrder,
               String sqlFilter,
               int compareMode)Prepares the Querystring for the select statement Order of parts: 1. | 
|  String | Query.getSelectQuery(Vector fieldsToSelect,
               FieldValue[] fvEqual,
               FieldValue[] fvOrder,
               String sqlFilter,
               int compareMode)Prepares the Querystring for the select statement Order of parts: 1. | 
|  String | Table.getWhereClause(FieldValue[] fv)Build the WHERE clause string using the input field values. | 
| static void | FieldValue.invert(FieldValue[] fv)Inverts the sorting direction of all FieldValue objects in the given array [ASC-->DESC et vice versa] | 
| static boolean | FieldValue.isNull(FieldValue[] arr)test if given FieldValue[] is empty | 
|  int | Table.populateWhereEqualsClause(FieldValue[] fv,
                          PreparedStatement ps,
                          int curCol)situation: we have built a query (involving the getWhereEqualsClause() method) and now we want to prepare the statemtent - provide actual values for the the '?' | 
|  int | Query.populateWhereEqualsClause(FieldValue[] fvEqual,
                          PreparedStatement ps,
                          int curCol)situation: we have built a query (involving the getWhereEqualsClause() method) and now we want to prepare the statemtent - provide actual values for the the '?' | 
|  void | FieldValues.put(FieldValue value)Put the input FieldName object into the internal hash table. | 
|  FieldValue | FieldValues.remove(FieldValue value)removes the from the internal hash table. | 
| static String | FieldValue.toString(FieldValue[] fieldValues)Dump the input FieldValue array | 
| Constructors in org.dbforms.config with parameters of type FieldValue | |
|---|---|
| FieldValues(FieldValue[] valueArr)Creates a new FieldValues object from an input array of FieldValue objects. | |
| Uses of FieldValue in org.dbforms.event | 
|---|
| Methods in org.dbforms.event with parameters of type FieldValue | |
|---|---|
|  ResultSetVector | NavNewEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavNewEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavNewEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavCopyEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavCopyEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavCopyEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
| abstract  ResultSetVector | AbstractNavigationEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
| abstract  ResultSetVector | AbstractNavigationEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
| abstract  ResultSetVector | AbstractNavigationEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
| Uses of FieldValue in org.dbforms.event.classic | 
|---|
| Methods in org.dbforms.event.classic with parameters of type FieldValue | |
|---|---|
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Deprecated. Process the current event. | 
| Uses of FieldValue in org.dbforms.event.datalist | 
|---|
| Methods in org.dbforms.event.datalist with parameters of type FieldValue | |
|---|---|
|  ResultSetVector | ReloadEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | ReloadEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | ReloadEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavPrevEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavNextEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavLastEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | NavFirstEvent.processEvent(FieldValue[] filterFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
|  ResultSetVector | GotoEvent.processEvent(FieldValue[] childFieldValues,
             FieldValue[] orderConstraint,
             String sqlFilter,
             FieldValue[] sqlFilterParams,
             int count,
             String firstPosition,
             String lastPosition,
             DbEventInterceptorData interceptorData)Process the current event. | 
| Uses of FieldValue in org.dbforms.event.datalist.dao | 
|---|
| Methods in org.dbforms.event.datalist.dao with parameters of type FieldValue | |
|---|---|
|  void | DataSourceXML.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceXML.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceXML.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceJDBC.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceJDBC.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceJDBC.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Set the filterConstraint and orderConstraint used to build the SQL Select condition. | 
|  void | DataSourceFactory.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
|  void | DataSourceFactory.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
|  void | DataSourceFactory.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
| abstract  void | AbstractDataSource.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
| abstract  void | AbstractDataSource.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
| abstract  void | AbstractDataSource.setSelect(FieldValue[] filterConstraint,
          FieldValue[] orderConstraint,
          String sqlFilter,
          FieldValue[] sqlFilterParams)Sets the select data for this dataSource | 
| Uses of FieldValue in org.dbforms.taglib | 
|---|
| Methods in org.dbforms.taglib that return FieldValue | |
|---|---|
| static FieldValue[] | DbFilterTag.getSqlFilterParams(HttpServletRequest request,
                   int tableId)return the parametes of the currently setted filter condition, reading it from request. | 
| protected static FieldValue[] | DbFilterConditionTag.getSqlFilterParams(HttpServletRequest request,
                   int tableId,
                   int conditionId)generate condition from request. | 
| protected static FieldValue[] | DbFilterValueTag.readValuesFromRequest(HttpServletRequest request,
                      int tableId,
                      int conditionId)read from request all values associated to the condition identified with <tableId>, <conditionId>. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||