
public interface FaceletTaglibTagAttributeType<T> extends Child<T>, JavaeeFaceletTaglibTagAttributeCommonType<T,FaceletTaglibTagAttributeType<T>>
facelet-taglib-tag-attributeType xsd type| Modifier 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 objectsFaceletTaglibTagAttributeTypeList<String> getAllDescription()
description elementsdescriptionFaceletTaglibTagAttributeType<T> removeAllDescription()
description elementFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> displayName(String... values)
display-name elements,
a new display-name elementvalues - list of display-name objectsFaceletTaglibTagAttributeTypeList<String> getAllDisplayName()
display-name elementsdisplay-nameFaceletTaglibTagAttributeType<T> removeAllDisplayName()
display-name elementFaceletTaglibTagAttributeTypeIconType<FaceletTaglibTagAttributeType<T>> getOrCreateIcon()
icon element will be created and returned.
Otherwise, the first existing icon element will be returned.iconIconType<FaceletTaglibTagAttributeType<T>> createIcon()
icon elementIconType> List<IconType<FaceletTaglibTagAttributeType<T>>> getAllIcon()
icon elementsiconFaceletTaglibTagAttributeType<T> removeAllIcon()
icon elementsIconType> FaceletTaglibTagAttributeType<T> name(String name)
name elementname - the value for the element nameFaceletTaglibTagAttributeTypeString getName()
name elementnameFaceletTaglibTagAttributeType<T> removeName()
name elementFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> required(GenericBooleanType required)
required elementrequired - the value for the element requiredFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> required(String required)
required elementrequired - the value for the element requiredFaceletTaglibTagAttributeTypeGenericBooleanType getRequired()
required elementrequiredString getRequiredAsString()
required elementrequiredFaceletTaglibTagAttributeType<T> removeRequired()
required attributeFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> type(String type)
type elementtype - the value for the element typeFaceletTaglibTagAttributeTypeString getType()
type elementtypeFaceletTaglibTagAttributeType<T> removeType()
type elementFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> methodSignature(String methodSignature)
method-signature elementmethodSignature - the value for the element method-signatureFaceletTaglibTagAttributeTypeString getMethodSignature()
method-signature elementmethod-signatureFaceletTaglibTagAttributeType<T> removeMethodSignature()
method-signature elementFaceletTaglibTagAttributeTypeFaceletTaglibTagAttributeType<T> id(String id)
id attributeid - the value for the attribute idFaceletTaglibTagAttributeTypeString getId()
id attributeidFaceletTaglibTagAttributeType<T> removeId()
id attributeFaceletTaglibTagAttributeTypeCopyright © 2025 JBoss by Red Hat. All rights reserved.