|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.cartridge.model.RangeFilterBreadcrumb
public class RangeFilterBreadcrumb
RangeFilterBreadcrumb is the model for a view of a selected range filter
a.k.a., a breadcrumb. Use getUpperBound(), getLowerBound()
and getOperation() to generate a custom label.
| Constructor Summary | |
|---|---|
RangeFilterBreadcrumb()
|
|
| Method Summary | |
|---|---|
String |
getLabel()
|
String |
getLowerBound()
|
String |
getName()
|
String |
getOperation()
|
String |
getPropertyName()
|
NavigationAction |
getRemoveAction()
Returns a navigation action with the necessary information to remove this breadcrumb. |
String |
getUpperBound()
|
void |
setLabel(String label)
Sets the user friendly label. |
void |
setLowerBound(String lowerBound)
Sets the operations lower bound. |
void |
setName(String name)
The localized string for the property. |
void |
setOperation(String operation)
Sets the operation to be used to create the range filter. |
void |
setPropertyName(String propertyName)
Sets the property name for this RangeFilterBreadcrumb. |
void |
setRemoveAction(NavigationAction removeAction)
Sets the NavigationAction to remove this RangeFilterBreadcrumb. |
void |
setUpperBound(String upperBound)
Sets the upper bound. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RangeFilterBreadcrumb()
| Method Detail |
|---|
public NavigationAction getRemoveAction()
getRemoveAction in interface BreadcrumbNavigationAction that will remove this Breadcrumb.public void setRemoveAction(NavigationAction removeAction)
NavigationAction to remove this RangeFilterBreadcrumb.
removeAction - the action to remove this RangeFilterBreadcrumbpublic String getOperation()
RangeFilter.Operationpublic void setOperation(String operation)
RangeFilter.Operation and can be less than, greater than,
less or equal to, greater or equal to and between.
operation - the operation of this range filterRangeFilter.Operationpublic String getUpperBound()
RangeFilterBreadcrumb.public void setUpperBound(String upperBound)
upperBound - the upper boundsetOperation(String)public String getLowerBound()
RangeFilterBreadcrumb.public void setLowerBound(String lowerBound)
lowerBound - the lower boundsetOperation(String)public String getName()
public void setName(String name)
name - the localized namepublic String getPropertyName()
RangeFilterBreadcrumb describes.public void setPropertyName(String propertyName)
RangeFilterBreadcrumb.
propertyName - the name for the propertypublic String getLabel()
public void setLabel(String label)
label - a user friendly label
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||