
public interface FilterType<T> extends Child<T>, JavaeeFilterCommonType<T,FilterType<T>,ParamValueType<FilterType<T>>>
filterType xsd type| Modifier and Type | Method and Description |
|---|---|
IconType<FilterType<T>> |
createIcon()
Creates a new
icon element |
ParamValueType<FilterType<T>> |
createInitParam()
Creates a new
init-param element |
FilterType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FilterType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
FilterType<T> |
filterClass(String filterClass)
Sets the
filter-class element |
FilterType<T> |
filterName(String filterName)
Sets the
filter-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
List<IconType<FilterType<T>>> |
getAllIcon()
Returns all
icon elements |
List<ParamValueType<FilterType<T>>> |
getAllInitParam()
Returns all
init-param elements |
String |
getFilterClass()
Returns the
filter-class element |
String |
getFilterName()
Returns the
filter-name element |
String |
getId()
Returns the
id attribute |
IconType<FilterType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
ParamValueType<FilterType<T>> |
getOrCreateInitParam()
If not already created, a new
init-param element will be created and returned. |
FilterType<T> |
id(String id)
Sets the
id attribute |
FilterType<T> |
removeAllDescription()
Removes the
description element |
FilterType<T> |
removeAllDisplayName()
Removes the
display-name element |
FilterType<T> |
removeAllIcon()
Removes all
icon elements |
FilterType<T> |
removeAllInitParam()
Removes all
init-param elements |
FilterType<T> |
removeFilterClass()
Removes the
filter-class element |
FilterType<T> |
removeFilterName()
Removes the
filter-name element |
FilterType<T> |
removeId()
Removes the
id attribute |
FilterType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsFilterTypeList<String> getAllDescription()
description elementsdescriptionFilterType<T> removeAllDescription()
description elementFilterTypeFilterType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFilterTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFilterType<T> removeAllDisplayName()
display-name elementFilterTypeIconType<FilterType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FilterType<T>> createIcon()
icon elementIconType> List<IconType<FilterType<T>>> getAllIcon()
icon elementsiconFilterType<T> removeAllIcon()
icon elementsIconType> FilterType<T> filterName(String filterName)
filter-name elementfilterName - the value for the element filter-nameFilterTypeString getFilterName()
filter-name elementfilter-nameFilterType<T> removeFilterName()
filter-name elementFilterTypeFilterType<T> filterClass(String filterClass)
filter-class elementfilterClass - the value for the element filter-classFilterTypeString getFilterClass()
filter-class elementfilter-classFilterType<T> removeFilterClass()
filter-class elementFilterTypeParamValueType<FilterType<T>> getOrCreateInitParam()
init-param element will be created and returned.
Otherwise, the first existing init-param element will be returned.init-paramParamValueType<FilterType<T>> createInitParam()
init-param elementParamValueType> List<ParamValueType<FilterType<T>>> getAllInitParam()
init-param elementsinit-paramFilterType<T> removeAllInitParam()
init-param elementsParamValueType> FilterType<T> id(String id)
id attributeid - the value for the attribute idFilterTypeString getId()
id attributeidFilterType<T> removeId()
id attributeFilterTypeCopyright © 2021 JBoss by Red Hat. All rights reserved.