org.openmdx.ui1.cci
Interface ElementLayoutDefinitionFilter

All Superinterfaces:
org.openmdx.base.accessor.jmi.cci.RefFilter_1_0, Serializable
All Known Subinterfaces:
FieldGroupFilter, OperationTabFilter, TabFilter
All Known Implementing Classes:
ElementLayoutDefinitionFilterImpl, FieldGroupFilterImpl, OperationTabFilterImpl, TabFilterImpl

public interface ElementLayoutDefinitionFilter
extends org.openmdx.base.accessor.jmi.cci.RefFilter_1_0


Method Summary
 void forAllColumnBreakAtElement(short operator, Collection filterValues)
           
 void forAllColumnBreakAtElement(short operator, int[] filterValues)
           
 void forAllColumnSizeMax(short operator, Collection filterValues)
           
 void forAllColumnSizeMax(short operator, int[] filterValues)
           
 void forAllColumnSizeMin(short operator, Collection filterValues)
           
 void forAllColumnSizeMin(short operator, int[] filterValues)
           
 void forAllVerticalFill(short operator, boolean[] filterValues)
           
 void forAllVerticalFill(short operator, Collection filterValues)
           
 void orderByColumnBreakAtElement(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByColumnSizeMax(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByColumnSizeMin(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void orderByVerticalFill(short order)
          Specifies the sort order of all the instances that match the filter criteria.
 void thereExistsColumnBreakAtElement(short operator, Collection filterValues)
           
 void thereExistsColumnBreakAtElement(short operator, int[] filterValues)
           
 void thereExistsColumnSizeMax(short operator, Collection filterValues)
           
 void thereExistsColumnSizeMax(short operator, int[] filterValues)
           
 void thereExistsColumnSizeMin(short operator, Collection filterValues)
           
 void thereExistsColumnSizeMin(short operator, int[] filterValues)
           
 void thereExistsVerticalFill(short operator, boolean[] filterValues)
           
 void thereExistsVerticalFill(short operator, Collection filterValues)
           
 
Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefFilter_1_0
clear, refAddValue, refAddValue, refAddValue, refGetAttributeSpecifiers, refGetFilterProperties
 

Method Detail

forAllColumnBreakAtElement

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

thereExistsColumnBreakAtElement

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

forAllColumnBreakAtElement

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

thereExistsColumnBreakAtElement

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

orderByColumnBreakAtElement

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

forAllColumnSizeMax

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

thereExistsColumnSizeMax

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

forAllColumnSizeMax

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

thereExistsColumnSizeMax

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

orderByColumnSizeMax

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

forAllColumnSizeMin

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

thereExistsColumnSizeMin

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

forAllColumnSizeMin

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

thereExistsColumnSizeMin

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

orderByColumnSizeMin

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

forAllVerticalFill

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

thereExistsVerticalFill

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

forAllVerticalFill

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

thereExistsVerticalFill

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

orderByVerticalFill

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