public interface ListenerType<T> extends Child<T>, PortletListenerCommonType<T,ListenerType<T>>
listenerType
xsd typeModifier 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
objectsListenerType
List<String> getAllDescription()
description
elementsdescription
ListenerType<T> removeAllDescription()
description
elementListenerType
ListenerType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsListenerType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
ListenerType<T> removeAllDisplayName()
display-name
elementListenerType
ListenerType<T> listenerClass(String listenerClass)
listener-class
elementlistenerClass
- the value for the element listener-class
ListenerType
String getListenerClass()
listener-class
elementlistener-class
ListenerType<T> removeListenerClass()
listener-class
elementListenerType
ListenerType<T> id(String id)
id
attributeid
- the value for the attribute id
ListenerType
String getId()
id
attributeid
ListenerType<T> removeId()
id
attributeListenerType
Copyright © 2024 JBoss by Red Hat. All rights reserved.