org.openmdx.ui1.cci
Interface TabFilter

All Superinterfaces:
BasicObjectFilter, ContainerFilter, ContextCapableFilter, ElementFilter, ElementLayoutDefinitionFilter, ExtentCapableFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
OperationTabFilter
All Known Implementing Classes:
OperationTabFilterImpl, TabFilterImpl

public interface TabFilter
extends ContainerFilter, ElementLayoutDefinitionFilter


Method Summary
 void forAllTitle(short operator, Collection filterValues)
           
 void forAllTitle(short operator, String[] filterValues)
           
 void orderByTitle(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsTitle(short operator, Collection filterValues)
           
 void thereExistsTitle(short operator, String[] filterValues)
           
 
Methods inherited from interface org.openmdx.ui1.cci.ContainerFilter
forAllMember, forAllMember, thereExistsMember, thereExistsMember
 
Methods inherited from interface org.openmdx.ui1.cci.ElementFilter
forAllAutoGenerated, forAllAutoGenerated, forAllChangeable, forAllChangeable, forAllIconKey, forAllIconKey, forAllMimeType, forAllMimeType, forAllToolTip, forAllToolTip, orderByAutoGenerated, orderByChangeable, orderByIconKey, orderByMimeType, orderByToolTip, thereExistsAutoGenerated, thereExistsAutoGenerated, thereExistsChangeable, thereExistsChangeable, thereExistsIconKey, thereExistsIconKey, thereExistsMimeType, thereExistsMimeType, thereExistsToolTip, thereExistsToolTip
 
Methods inherited from interface org.openmdx.base.cci.BasicObjectFilter
forAllCreatedAt, forAllCreatedAt, forAllCreatedBy, forAllCreatedBy, forAllModifiedAt, forAllModifiedAt, forAllModifiedBy, forAllModifiedBy, orderByCreatedAt, orderByCreatedBy, orderByModifiedAt, orderByModifiedBy, thereExistsCreatedAt, thereExistsCreatedAt, thereExistsCreatedBy, thereExistsCreatedBy, thereExistsModifiedAt, thereExistsModifiedAt, thereExistsModifiedBy, thereExistsModifiedBy
 
Methods inherited from interface org.openmdx.base.cci.ContextCapableFilter
forAllContext, forAllContext, thereExistsContext, thereExistsContext
 
Methods inherited from interface org.openmdx.base.cci.ExtentCapableFilter
forAllIdentity, forAllIdentity, orderByIdentity, thereExistsIdentity, thereExistsIdentity
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 
Methods inherited from interface org.openmdx.ui1.cci.ElementLayoutDefinitionFilter
forAllColumnBreakAtElement, forAllColumnBreakAtElement, forAllColumnSizeMax, forAllColumnSizeMax, forAllColumnSizeMin, forAllColumnSizeMin, forAllVerticalFill, forAllVerticalFill, orderByColumnBreakAtElement, orderByColumnSizeMax, orderByColumnSizeMin, orderByVerticalFill, thereExistsColumnBreakAtElement, thereExistsColumnBreakAtElement, thereExistsColumnSizeMax, thereExistsColumnSizeMax, thereExistsColumnSizeMin, thereExistsColumnSizeMin, thereExistsVerticalFill, thereExistsVerticalFill
 

Method Detail

forAllTitle

void forAllTitle(short operator,
                 String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsTitle

void thereExistsTitle(short operator,
                      String[] filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

forAllTitle

void forAllTitle(short operator,
                 Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

thereExistsTitle

void thereExistsTitle(short operator,
                      Collection filterValues)
Parameters:
operator - The operator for this filter.
See Also:
FilterOperators

orderByTitle

void orderByTitle(short order)
Specifies the sort order of all the instances that match the filter criteria.

Parameters:
order - The sort order for this filter.
See Also:
Directions


This software is published under the BSD license. Copyright © 2006-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.