
public interface ListenerType<T> extends Child<T>, PortletListenerCommonType<T,ListenerType<T>>
listenerType xsd type| Modifier and Type | Method and Description |
|---|---|
ListenerType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
ListenerType<T> |
displayName(String... values)
Creates for all String objects representing
display-name elements,
a new display-name element |
List<String> |
getAllDescription()
Returns all
description elements |
List<String> |
getAllDisplayName()
Returns all
display-name elements |
String |
getId()
Returns the
id attribute |
String |
getListenerClass()
Returns the
listener-class element |
ListenerType<T> |
id(String id)
Sets the
id attribute |
ListenerType<T> |
listenerClass(String listenerClass)
Sets the
listener-class element |
ListenerType<T> |
removeAllDescription()
Removes the
description element |
ListenerType<T> |
removeAllDisplayName()
Removes the
display-name element |
ListenerType<T> |
removeId()
Removes the
id attribute |
ListenerType<T> |
removeListenerClass()
Removes the
listener-class element |
ListenerType<T> description(String... values)
description elements,
a new description elementvalues - list of description objectsListenerTypeList<String> getAllDescription()
description elementsdescriptionListenerType<T> removeAllDescription()
description elementListenerTypeListenerType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsListenerTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameListenerType<T> removeAllDisplayName()
display-name elementListenerTypeListenerType<T> listenerClass(String listenerClass)
listener-class elementlistenerClass - the value for the element listener-classListenerTypeString getListenerClass()
listener-class elementlistener-classListenerType<T> removeListenerClass()
listener-class elementListenerTypeListenerType<T> id(String id)
id attributeid - the value for the attribute idListenerTypeString getId()
id attributeidListenerType<T> removeId()
id attributeListenerTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.