public interface FaceletTaglibTagAttributeType<T> extends Child<T>, JavaeeFaceletTaglibTagAttributeCommonType<T,FaceletTaglibTagAttributeType<T>>
facelet-taglib-tag-attributeType
xsd typeModifier and Type | Method and Description |
---|---|
IconType<FaceletTaglibTagAttributeType<T>> |
createIcon()
Creates a new
icon element |
FaceletTaglibTagAttributeType<T> |
description(String... values)
Creates for all String objects representing
description elements,
a new description element |
FaceletTaglibTagAttributeType<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 |
List<IconType<FaceletTaglibTagAttributeType<T>>> |
getAllIcon()
Returns all
icon elements |
String |
getId()
Returns the
id attribute |
String |
getMethodSignature()
Returns the
method-signature element |
String |
getName()
Returns the
name element |
IconType<FaceletTaglibTagAttributeType<T>> |
getOrCreateIcon()
If not already created, a new
icon element will be created and returned. |
GenericBooleanType |
getRequired()
Returns the
required element |
String |
getRequiredAsString()
Returns the
required element |
String |
getType()
Returns the
type element |
FaceletTaglibTagAttributeType<T> |
id(String id)
Sets the
id attribute |
FaceletTaglibTagAttributeType<T> |
methodSignature(String methodSignature)
Sets the
method-signature element |
FaceletTaglibTagAttributeType<T> |
name(String name)
Sets the
name element |
FaceletTaglibTagAttributeType<T> |
removeAllDescription()
Removes the
description element |
FaceletTaglibTagAttributeType<T> |
removeAllDisplayName()
Removes the
display-name element |
FaceletTaglibTagAttributeType<T> |
removeAllIcon()
Removes all
icon elements |
FaceletTaglibTagAttributeType<T> |
removeId()
Removes the
id attribute |
FaceletTaglibTagAttributeType<T> |
removeMethodSignature()
Removes the
method-signature element |
FaceletTaglibTagAttributeType<T> |
removeName()
Removes the
name element |
FaceletTaglibTagAttributeType<T> |
removeRequired()
Removes the
required attribute |
FaceletTaglibTagAttributeType<T> |
removeType()
Removes the
type element |
FaceletTaglibTagAttributeType<T> |
required(GenericBooleanType required)
Sets the
required element |
FaceletTaglibTagAttributeType<T> |
required(String required)
Sets the
required element |
FaceletTaglibTagAttributeType<T> |
type(String type)
Sets the
type element |
FaceletTaglibTagAttributeType<T> description(String... values)
description
elements,
a new description
elementvalues
- list of description
objectsFaceletTaglibTagAttributeType
List<String> getAllDescription()
description
elementsdescription
FaceletTaglibTagAttributeType<T> removeAllDescription()
description
elementFaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> displayName(String... values)
display-name
elements,
a new display-name
elementvalues
- list of display-name
objectsFaceletTaglibTagAttributeType
List<String> getAllDisplayName()
display-name
elementsdisplay-name
FaceletTaglibTagAttributeType<T> removeAllDisplayName()
display-name
elementFaceletTaglibTagAttributeType
IconType<FaceletTaglibTagAttributeType<T>> getOrCreateIcon()
icon
element will be created and returned.
Otherwise, the first existing icon
element will be returned.icon
IconType<FaceletTaglibTagAttributeType<T>> createIcon()
icon
elementIconType>
List<IconType<FaceletTaglibTagAttributeType<T>>> getAllIcon()
icon
elementsicon
FaceletTaglibTagAttributeType<T> removeAllIcon()
icon
elementsIconType>
FaceletTaglibTagAttributeType<T> name(String name)
name
elementname
- the value for the element name
FaceletTaglibTagAttributeType
String getName()
name
elementname
FaceletTaglibTagAttributeType<T> removeName()
name
elementFaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> required(GenericBooleanType required)
required
elementrequired
- the value for the element required
FaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> required(String required)
required
elementrequired
- the value for the element required
FaceletTaglibTagAttributeType
GenericBooleanType getRequired()
required
elementrequired
String getRequiredAsString()
required
elementrequired
FaceletTaglibTagAttributeType<T> removeRequired()
required
attributeFaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> type(String type)
type
elementtype
- the value for the element type
FaceletTaglibTagAttributeType
String getType()
type
elementtype
FaceletTaglibTagAttributeType<T> removeType()
type
elementFaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> methodSignature(String methodSignature)
method-signature
elementmethodSignature
- the value for the element method-signature
FaceletTaglibTagAttributeType
String getMethodSignature()
method-signature
elementmethod-signature
FaceletTaglibTagAttributeType<T> removeMethodSignature()
method-signature
elementFaceletTaglibTagAttributeType
FaceletTaglibTagAttributeType<T> id(String id)
id
attributeid
- the value for the attribute id
FaceletTaglibTagAttributeType
String getId()
id
attributeid
FaceletTaglibTagAttributeType<T> removeId()
id
attributeFaceletTaglibTagAttributeType
Copyright © 2021 JBoss by Red Hat. All rights reserved.