org.jboss.shrinkwrap.descriptor.api.facelettaglibrary20
Interface FaceletTaglibTagType<T>

All Superinterfaces:
Child<T>

public interface FaceletTaglibTagType<T>
extends Child<T>

This interface defines the contract for the facelet-taglib-tagType xsd type

Since:
Generation date :2013-01-26T19:26:58.657+01:00
Author:
Ralf Battenfeld, Andrew Lee Rubinger

Method Summary
 FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> createAttribute()
          Creates a new attribute element
 IconType<FaceletTaglibTagType<T>> createIcon()
          Creates a new icon element
 FaceletTaglibTagType<T> description(String... values)
          Creates for all String objects representing description elements, a new description element
 FaceletTaglibTagType<T> displayName(String... values)
          Creates for all String objects representing display-name elements, a new display-name element
 List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> getAllAttribute()
          Returns all attribute elements
 List<String> getAllDescription()
          Returns all description elements
 List<String> getAllDisplayName()
          Returns all display-name elements
 List<IconType<FaceletTaglibTagType<T>>> getAllIcon()
          Returns all icon elements
 String getHandlerClass()
          Returns the handler-class element
 FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> getOrCreateAttribute()
          If not already created, a new attribute element will be created and returned.
 FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> getOrCreateBehavior()
          If not already created, a new behavior element with the given value will be created.
 FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> getOrCreateComponent()
          If not already created, a new component element with the given value will be created.
 FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> getOrCreateConverter()
          If not already created, a new converter element with the given value will be created.
 IconType<FaceletTaglibTagType<T>> getOrCreateIcon()
          If not already created, a new icon element will be created and returned.
 FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> getOrCreateValidator()
          If not already created, a new validator element with the given value will be created.
 String getSource()
          Returns the source element
 String getTagName()
          Returns the tag-name element
 FaceletTaglibTagType<T> handlerClass(String handlerClass)
          Sets the handler-class element
 Boolean isTagExtension()
          Removes the tag-extension element
 FaceletTaglibTagType<T> removeAllAttribute()
          Removes all attribute elements
 FaceletTaglibTagType<T> removeAllDescription()
          Removes the description element
 FaceletTaglibTagType<T> removeAllDisplayName()
          Removes the display-name element
 FaceletTaglibTagType<T> removeAllIcon()
          Removes all icon elements
 FaceletTaglibTagType<T> removeBehavior()
          Removes the behavior element
 FaceletTaglibTagType<T> removeComponent()
          Removes the component element
 FaceletTaglibTagType<T> removeConverter()
          Removes the converter element
 FaceletTaglibTagType<T> removeHandlerClass()
          Removes the handler-class element
 FaceletTaglibTagType<T> removeSource()
          Removes the source element
 FaceletTaglibTagType<T> removeTagExtension()
          Removes the tag-extension element
 FaceletTaglibTagType<T> removeTagName()
          Removes the tag-name element
 FaceletTaglibTagType<T> removeValidator()
          Removes the validator element
 FaceletTaglibTagType<T> source(String source)
          Sets the source element
 FaceletTaglibTagType<T> tagExtension()
          Sets the tag-extension element
 FaceletTaglibTagType<T> tagName(String tagName)
          Sets the tag-name element
 
Methods inherited from interface org.jboss.shrinkwrap.descriptor.api.Child
up
 

Method Detail

description

FaceletTaglibTagType<T> description(String... values)
Creates for all String objects representing description elements, a new description element

Parameters:
values - list of description objects
Returns:
the current instance of FaceletTaglibTagType

getAllDescription

List<String> getAllDescription()
Returns all description elements

Returns:
list of description

removeAllDescription

FaceletTaglibTagType<T> removeAllDescription()
Removes the description element

Returns:
the current instance of FaceletTaglibTagType

displayName

FaceletTaglibTagType<T> displayName(String... values)
Creates for all String objects representing display-name elements, a new display-name element

Parameters:
values - list of display-name objects
Returns:
the current instance of FaceletTaglibTagType

getAllDisplayName

List<String> getAllDisplayName()
Returns all display-name elements

Returns:
list of display-name

removeAllDisplayName

FaceletTaglibTagType<T> removeAllDisplayName()
Removes the display-name element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateIcon

IconType<FaceletTaglibTagType<T>> getOrCreateIcon()
If not already created, a new icon element will be created and returned. Otherwise, the first existing icon element will be returned.

Returns:
the instance defined for the element icon

createIcon

IconType<FaceletTaglibTagType<T>> createIcon()
Creates a new icon element

Returns:
the new created instance of IconType>

getAllIcon

List<IconType<FaceletTaglibTagType<T>>> getAllIcon()
Returns all icon elements

Returns:
list of icon

removeAllIcon

FaceletTaglibTagType<T> removeAllIcon()
Removes all icon elements

Returns:
the current instance of IconType>

tagName

FaceletTaglibTagType<T> tagName(String tagName)
Sets the tag-name element

Parameters:
tagName - the value for the element tag-name
Returns:
the current instance of FaceletTaglibTagType

getTagName

String getTagName()
Returns the tag-name element

Returns:
the node defined for the element tag-name

removeTagName

FaceletTaglibTagType<T> removeTagName()
Removes the tag-name element

Returns:
the current instance of FaceletTaglibTagType

handlerClass

FaceletTaglibTagType<T> handlerClass(String handlerClass)
Sets the handler-class element

Parameters:
handlerClass - the value for the element handler-class
Returns:
the current instance of FaceletTaglibTagType

getHandlerClass

String getHandlerClass()
Returns the handler-class element

Returns:
the node defined for the element handler-class

removeHandlerClass

FaceletTaglibTagType<T> removeHandlerClass()
Removes the handler-class element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateBehavior

FaceletTaglibTagBehaviorType<FaceletTaglibTagType<T>> getOrCreateBehavior()
If not already created, a new behavior element with the given value will be created. Otherwise, the existing behavior element will be returned.

Returns:
a new or existing instance of FaceletTaglibTagBehaviorType>

removeBehavior

FaceletTaglibTagType<T> removeBehavior()
Removes the behavior element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateComponent

FaceletTaglibTagComponentType<FaceletTaglibTagType<T>> getOrCreateComponent()
If not already created, a new component element with the given value will be created. Otherwise, the existing component element will be returned.

Returns:
a new or existing instance of FaceletTaglibTagComponentType>

removeComponent

FaceletTaglibTagType<T> removeComponent()
Removes the component element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateConverter

FaceletTaglibTagConverterType<FaceletTaglibTagType<T>> getOrCreateConverter()
If not already created, a new converter element with the given value will be created. Otherwise, the existing converter element will be returned.

Returns:
a new or existing instance of FaceletTaglibTagConverterType>

removeConverter

FaceletTaglibTagType<T> removeConverter()
Removes the converter element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateValidator

FaceletTaglibTagValidatorType<FaceletTaglibTagType<T>> getOrCreateValidator()
If not already created, a new validator element with the given value will be created. Otherwise, the existing validator element will be returned.

Returns:
a new or existing instance of FaceletTaglibTagValidatorType>

removeValidator

FaceletTaglibTagType<T> removeValidator()
Removes the validator element

Returns:
the current instance of FaceletTaglibTagType

source

FaceletTaglibTagType<T> source(String source)
Sets the source element

Parameters:
source - the value for the element source
Returns:
the current instance of FaceletTaglibTagType

getSource

String getSource()
Returns the source element

Returns:
the node defined for the element source

removeSource

FaceletTaglibTagType<T> removeSource()
Removes the source element

Returns:
the current instance of FaceletTaglibTagType

getOrCreateAttribute

FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> getOrCreateAttribute()
If not already created, a new attribute element will be created and returned. Otherwise, the first existing attribute element will be returned.

Returns:
the instance defined for the element attribute

createAttribute

FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>> createAttribute()
Creates a new attribute element

Returns:
the new created instance of FaceletTaglibTagAttributeType>

getAllAttribute

List<FaceletTaglibTagAttributeType<FaceletTaglibTagType<T>>> getAllAttribute()
Returns all attribute elements

Returns:
list of attribute

removeAllAttribute

FaceletTaglibTagType<T> removeAllAttribute()
Removes all attribute elements

Returns:
the current instance of FaceletTaglibTagAttributeType>

tagExtension

FaceletTaglibTagType<T> tagExtension()
Sets the tag-extension element

Returns:
the current instance of FaceletTaglibTagType

isTagExtension

Boolean isTagExtension()
Removes the tag-extension element

Returns:
the current instance of FaceletTaglibTagType

removeTagExtension

FaceletTaglibTagType<T> removeTagExtension()
Removes the tag-extension element

Returns:
the current instance of FaceletTaglibTagType


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.