public interface FilterType<T> extends Child<T>
filterType
xsd typeModifier and Type | Method and Description |
---|---|
FilterType<T> |
asyncSupported(Boolean asyncSupported)
Sets the
async-supported element |
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 |
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. |
Boolean |
isAsyncSupported()
Returns the
async-supported element |
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> |
removeAsyncSupported()
Removes the
async-supported element |
FilterType<T> |
removeFilterClass()
Removes the
filter-class element |
FilterType<T> |
removeFilterName()
Removes the
filter-name element |
FilterType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFilterType
List<String> getAllDescription()
description
elementsdescription
FilterType<T> removeAllDescription()
description
elementFilterType
FilterType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFilterType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FilterType<T> removeAllDisplayName()
display-name
elementFilterType
IconType<FilterType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FilterType<T>> createIcon()
icon
elementIconType>
List<IconType<FilterType<T>>> getAllIcon()
icon
elementsicon
FilterType<T> removeAllIcon()
icon
elementsIconType>
FilterType<T> filterName(String filterName)
filter-name
elementfilterName
- the value for the element filter-name
FilterType
String getFilterName()
filter-name
elementfilter-name
FilterType<T> removeFilterName()
filter-name
elementFilterType
FilterType<T> filterClass(String filterClass)
filter-class
elementfilterClass
- the value for the element filter-class
FilterType
String getFilterClass()
filter-class
elementfilter-class
FilterType<T> removeFilterClass()
filter-class
elementFilterType
FilterType<T> asyncSupported(Boolean asyncSupported)
async-supported
elementasyncSupported
- the value for the element async-supported
FilterType
Boolean isAsyncSupported()
async-supported
elementasync-supported
FilterType<T> removeAsyncSupported()
async-supported
elementFilterType
ParamValueType<FilterType<T>> getOrCreateInitParam()
init-param
element will be created and returned.
Otherwise, the first existing init-param
element will be returned.init-param
ParamValueType<FilterType<T>> createInitParam()
init-param
elementParamValueType>
List<ParamValueType<FilterType<T>>> getAllInitParam()
init-param
elementsinit-param
FilterType<T> removeAllInitParam()
init-param
elementsParamValueType>
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.