Class SearchFilterContent
java.lang.Object
ch.tocco.nice2.infobox.impl.content.SearchFilterContent
- All Implemented Interfaces:
Content
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSearchFilterContent(PrimaryKey searchFilterPk, String searchFilterUniqueId, String entityName, String orderBy) SearchFilterContent(PrimaryKey searchFilterPk, String searchFilterUniqueId, String entityName, String orderBy, @Nullable String form, @Nullable Integer sorting, @Nullable Integer limit, @Nullable Long timerDuration, Boolean notify) -
Method Summary
Modifier and TypeMethodDescriptiongetForm()intgetLimit()intGet the sorting property of this content.getType()Return the unique type name of this content.booleanisNotify()voidsetEntityName(String entityName) voidvoidsetLimit(int limit) voidvoidsetOrderBy(String orderBy) voidsetSearchFilterPk(PrimaryKey searchFilterPk) voidsetSearchFilterUniqueId(String searchFilterUniqueId) voidsetSorting(int sorting) voidsetTimerDuration(Long timerDuration)
-
Field Details
-
TYPE
- See Also:
-
-
Constructor Details
-
SearchFilterContent
-
SearchFilterContent
public SearchFilterContent(PrimaryKey searchFilterPk, String searchFilterUniqueId, String entityName, String orderBy)
-
-
Method Details
-
getType
Description copied from interface:ContentReturn the unique type name of this content. The type is some arbitary but unique string, identifiying this content type. Back on the client this type name is used to obtain a factory for creating the visual component for the content.
-
getSearchFilterPk
-
setSearchFilterPk
-
getSearchFilterUniqueId
-
setSearchFilterUniqueId
-
getEntityName
-
setEntityName
-
setSorting
public void setSorting(int sorting) -
getSorting
public int getSorting()Description copied from interface:ContentGet the sorting property of this content. All content in the info box is sorted by this property.- Specified by:
getSortingin interfaceContent- Returns:
- the (absolute) position of this content
-
getLimit
public int getLimit() -
setLimit
public void setLimit(int limit) -
getTimerDuration
-
setTimerDuration
-
getForm
-
setForm
-
getNotify
-
setNotify
-
isNotify
public boolean isNotify() -
setOrderBy
-
getOrderBy
-