|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.defaults.CmsFilterMethod
Insert the type's description here. Creation date: (08.11.00 12:02:57)
| Constructor Summary | |
CmsFilterMethod(String filterName,
Method filterMethod,
Object[] filterParameters)
FilterMethod constructor |
|
CmsFilterMethod(String filterName,
Method filterMethod,
Object[] filterParameters,
String defaultFilterParam)
FilterMethod constructor with a default value in the Selectbox |
|
| Method Summary | |
String |
getDefaultFilterParam()
|
Object[] |
getDefaultParameter()
gets the default parameter |
Method |
getFilterMethod()
gets the filter method |
String |
getFilterName()
gets the filtername |
boolean |
hasUserParameter()
Returns, if this filter needs additional user parameter. |
void |
setDefaultParameter(Object[] parameter)
sets the filter parameter |
void |
setFilterMethod(Method method)
sets the filter method |
void |
setFilterName(String name)
sets the filter name |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsFilterMethod(String filterName,
Method filterMethod,
Object[] filterParameters)
public CmsFilterMethod(String filterName,
Method filterMethod,
Object[] filterParameters,
String defaultFilterParam)
| Method Detail |
public Object[] getDefaultParameter()
public Method getFilterMethod()
public String getFilterName()
public boolean hasUserParameter()
public void setDefaultParameter(Object[] parameter)
parameter - the filter parameterpublic void setFilterMethod(Method method)
method - the filter methodpublic void setFilterName(String name)
name - the filter namepublic String getDefaultFilterParam()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||