|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TextBoxFilter
| Method Summary | |
|---|---|
void |
forAllAcceptsTab(short operator,
boolean[] filterValues)
|
void |
forAllAcceptsTab(short operator,
Collection filterValues)
|
void |
forAllAutoSize(short operator,
boolean[] filterValues)
|
void |
forAllAutoSize(short operator,
Collection filterValues)
|
void |
forAllIsPassword(short operator,
boolean[] filterValues)
|
void |
forAllIsPassword(short operator,
Collection filterValues)
|
void |
forAllMaxLength(short operator,
Collection filterValues)
|
void |
forAllMaxLength(short operator,
int[] filterValues)
|
void |
forAllMultiline(short operator,
boolean[] filterValues)
|
void |
forAllMultiline(short operator,
Collection filterValues)
|
void |
forAllTabStop(short operator,
boolean[] filterValues)
|
void |
forAllTabStop(short operator,
Collection filterValues)
|
void |
forAllTextAlign(short operator,
Collection filterValues)
|
void |
forAllTextAlign(short operator,
short[] filterValues)
|
void |
forAllWordWrap(short operator,
boolean[] filterValues)
|
void |
forAllWordWrap(short operator,
Collection filterValues)
|
void |
orderByAcceptsTab(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByAutoSize(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByIsPassword(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMaxLength(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByMultiline(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByTabStop(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByTextAlign(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
orderByWordWrap(short order)
Specifies the sort order of all the instances that match the filter criteria. |
void |
thereExistsAcceptsTab(short operator,
boolean[] filterValues)
|
void |
thereExistsAcceptsTab(short operator,
Collection filterValues)
|
void |
thereExistsAutoSize(short operator,
boolean[] filterValues)
|
void |
thereExistsAutoSize(short operator,
Collection filterValues)
|
void |
thereExistsIsPassword(short operator,
boolean[] filterValues)
|
void |
thereExistsIsPassword(short operator,
Collection filterValues)
|
void |
thereExistsMaxLength(short operator,
Collection filterValues)
|
void |
thereExistsMaxLength(short operator,
int[] filterValues)
|
void |
thereExistsMultiline(short operator,
boolean[] filterValues)
|
void |
thereExistsMultiline(short operator,
Collection filterValues)
|
void |
thereExistsTabStop(short operator,
boolean[] filterValues)
|
void |
thereExistsTabStop(short operator,
Collection filterValues)
|
void |
thereExistsTextAlign(short operator,
Collection filterValues)
|
void |
thereExistsTextAlign(short operator,
short[] filterValues)
|
void |
thereExistsWordWrap(short operator,
boolean[] filterValues)
|
void |
thereExistsWordWrap(short operator,
Collection filterValues)
|
| 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.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 |
|---|
void forAllAcceptsTab(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAcceptsTab(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAcceptsTab(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAcceptsTab(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAcceptsTab(short order)
order - The sort order for this filter.Directions
void forAllAutoSize(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAutoSize(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllAutoSize(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsAutoSize(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByAutoSize(short order)
order - The sort order for this filter.Directions
void forAllIsPassword(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsPassword(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllIsPassword(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsIsPassword(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByIsPassword(short order)
order - The sort order for this filter.Directions
void forAllMaxLength(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMaxLength(short operator,
int[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMaxLength(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMaxLength(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMaxLength(short order)
order - The sort order for this filter.Directions
void forAllMultiline(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiline(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllMultiline(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsMultiline(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByMultiline(short order)
order - The sort order for this filter.Directions
void forAllTabStop(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTabStop(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllTabStop(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTabStop(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByTabStop(short order)
order - The sort order for this filter.Directions
void forAllTextAlign(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTextAlign(short operator,
short[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllTextAlign(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsTextAlign(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByTextAlign(short order)
order - The sort order for this filter.Directions
void forAllWordWrap(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWordWrap(short operator,
boolean[] filterValues)
operator - The operator for this filter.FilterOperators
void forAllWordWrap(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperators
void thereExistsWordWrap(short operator,
Collection filterValues)
operator - The operator for this filter.FilterOperatorsvoid orderByWordWrap(short order)
order - The sort order for this filter.Directions
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||