org.openmdx.ui1.cci
Interface ContainerFieldFilter

All Superinterfaces:
AbstractFieldFilter, BasicObjectFilter, ContainerFilter, ContextCapableFilter, ElementFilter, ExtentCapableFilter, LabelledFieldFilter, org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable, ViewCapableFilter
All Known Subinterfaces:
FieldGroupFilter, ObjectContainerFilter
All Known Implementing Classes:
ContainerFieldFilterImpl, FieldGroupFilterImpl, ObjectContainerFilterImpl

public interface ContainerFieldFilter
extends ContainerFilter, LabelledFieldFilter


Method Summary
 void forAllInPlaceEditable(short operator, boolean[] filterValues)
           
 void forAllInPlaceEditable(short operator, Collection filterValues)
           
 void forAllShowMaxMember(short operator, Collection filterValues)
           
 void forAllShowMaxMember(short operator, int[] filterValues)
           
 void orderByInPlaceEditable(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByShowMaxMember(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsInPlaceEditable(short operator, boolean[] filterValues)
           
 void thereExistsInPlaceEditable(short operator, Collection filterValues)
           
 void thereExistsShowMaxMember(short operator, Collection filterValues)
           
 void thereExistsShowMaxMember(short operator, int[] filterValues)
           
 
Methods inherited from interface org.openmdx.ui1.cci.ContainerFilter
forAllMember, forAllMember, thereExistsMember, thereExistsMember
 
Methods inherited from interface org.openmdx.ui1.cci.LabelledFieldFilter
forAllLabel, forAllLabel, forAllShortLabel, forAllShortLabel, orderByLabel, orderByShortLabel, thereExistsLabel, thereExistsLabel, thereExistsShortLabel, thereExistsShortLabel
 
Methods inherited from interface org.openmdx.ui1.cci.AbstractFieldFilter
forAllBackColor, forAllBackColor, forAllColor, forAllColor, forAllFontBold, forAllFontBold, forAllFontColor, forAllFontColor, forAllFontItalic, forAllFontItalic, forAllFontName, forAllFontName, forAllFontSize, forAllFontSize, forAllFontStrikeout, forAllFontStrikeout, forAllFontUnderline, forAllFontUnderline, orderByBackColor, orderByColor, orderByFontBold, orderByFontColor, orderByFontItalic, orderByFontName, orderByFontSize, orderByFontStrikeout, orderByFontUnderline, thereExistsBackColor, thereExistsBackColor, thereExistsColor, thereExistsColor, thereExistsFontBold, thereExistsFontBold, thereExistsFontColor, thereExistsFontColor, thereExistsFontItalic, thereExistsFontItalic, thereExistsFontName, thereExistsFontName, thereExistsFontSize, thereExistsFontSize, thereExistsFontStrikeout, thereExistsFontStrikeout, thereExistsFontUnderline, thereExistsFontUnderline
 
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
 

Method Detail

forAllInPlaceEditable

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

thereExistsInPlaceEditable

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

forAllInPlaceEditable

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

thereExistsInPlaceEditable

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

orderByInPlaceEditable

void orderByInPlaceEditable(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

forAllShowMaxMember

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

thereExistsShowMaxMember

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

forAllShowMaxMember

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

thereExistsShowMaxMember

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

orderByShowMaxMember

void orderByShowMaxMember(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.